No luck, got the following from jboss log
2009-12-15 09:06:46,899 INFO [org.jboss.deployment.EARDeployer] Init J2EE application: file:/opt/jboss-4.2.3.GA/server/all/farm/test.ear
2009-12-15 09:06:46,902 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/MANIFEST.MF
2009-12-15 09:06:46,902 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/application.xml
2009-12-15 09:06:46,903 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: MyEntities1.jar
2009-12-15 09:06:46,903 DEBUG [org.jboss.deployment.EARDeployer] Extracted deployable content: MyEntities2.jar
2009-12-15 09:06:46,903 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/persistence.xml
2009-12-15 09:06:46,904 DEBUG [org.jboss.deployment.EARDeployer] Extracted non-deployable content: META-INF/orm.xml
here is my new persistence.xml file:
here is my ear file listed:
0 Tue Dec 15 09:03:58 MST 2009 META-INF/
106 Tue Dec 15 09:03:56 MST 2009 META-INF/MANIFEST.MF
664 Tue Dec 15 08:57:20 MST 2009 META-INF/application.xml
17330 Tue Dec 15 08:53:54 MST 2009 MyEntities1.jar
12191 Tue Dec 15 08:53:44 MST 2009 MyEntities1.jar
2167 Tue Dec 15 09:03:40 MST 2009 META-INF/persistence.xml
424 Mon Dec 14 12:03:44 MST 2009 META-INF/orm.xml
here is a snippet from my application.xml file:
Do I still store the entity jars at the top level?
I cannot switch to jboss 5 so I am stuck with re-packaging all entities in one jar if I cannot get this to work
I will look around to see if JBoss 4.2.3 will allow this, if anyone has any more ideas please let me know
Thanks!