[jboss-dev-forums] [Design of JBoss Deployment Framework] - Re: Persistence unit deployers are not invoked for WEB-INF/l
adrian@jboss.org
do-not-reply at jboss.com
Fri Aug 29 12:08:18 EDT 2008
I don't understand why there is a long discussion.
It's clearly a bug. The WARStructure is adding WEB-INF/classes/META-INF
as a metadata location, but not the META-INF folders of the nested jars.
| // Create a context for this war file with WEB-INF as the location for metadata
| // Some wars also might have metadata in WEB-INF/classes/META-INF, e.g. persistence.xml
| context = createContext(structureContext, new String[]{"WEB-INF", "WEB-INF/classes/META-INF"});
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173378#4173378
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173378
More information about the jboss-dev-forums
mailing list