I only thing I can see is that my application.xml file contains: <application ...> | <module> | <web> | <web-uri>xxxx.war</web-uri> | <context-root>xxxx</context-root> | </web> | </module> | <module> | <java>xxxx_data.jar</java> | </module> | <module> | <java>xxxx_ejb.jar</java> | </module> | </application>
and my jboss-ap.xml file contains: <jboss-app> | <module> | <har>xxxx_data.har</har> | </module> | </jboss-app> There is nothing in the xxxx_data.har file that references the xxxx_data.jar file, though of course the *.hbm.xml files contain entries that reference classes in xxxx_data.jar. I just now noticed that that xxxx_data.jar file contains a hibernate.cfg.xml file in the base directory. Also, the *.hbm.xml files appear in xxxx_data.jar (so they are in two places). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948140#3948140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948140 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
