J2EE templates search path
Is there a way to allow for loading of j2ee templates outside of resources.jar? Currently the weblogic templates reside in there, so the plugin is not fully 'standalone'. Is there any value I can return for DeploymentDescriptorMetaData.getTemplateNameAccordingToVersion() that would cause it to look in my plugin jar (eg, /resources/templates/blah.xml)?
请先登录再写评论。