[jboss-dev-forums] [Design of EJB 3.0] - Re: New persistence unit deployers
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Nov 28 13:11:31 EST 2007
Why is the WEB-INF/classes/META-INF/persistence.xml needed? Is this just what you had to use to find the WEB-INF/classes/persistence.xml descriptor? I need to see an example war. I'll see if I can find one in the ejb3 testsuite.
Deployment scoping should be determined by the class loader import/export policy under the new class loader. What is this comment about?
// FIXME: if in EAR then unscoped else scoped
An ear lib is not identified specially other than a deployment unit with an org.jboss.metadata.ear.spec.Ear5xMetaData attachment(type will be EarMetaData in terms of getting the attachment) with a libraryDirectory for which a VirtualFile exists.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108640#4108640
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108640
More information about the jboss-dev-forums
mailing list