As far as I know, the ".par" archive format used to be in the EJB3 spec but I read somewhere that it is not going to be in the final release. The ".ejb3" archive format is a JBoss specific version of the .par archive, and they are equivalent.
Anyways, I tried renaming the archives to have a .par extension, but the same problem persisted. Here's my application.xml files: <?xml version="1.0" encoding="UTF-8"?> | <application xmlns="http://java.sun.com/xml/ns/j2ee" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" | version="1.4"> | <module> | <web> | <web-uri>ROOT.war</web-uri> | <context-root>/Context1</context-root> | </web> | </module> | <module> | <java>HelperClasses.jar</java> | </module> | <module> | <ejb>entities.ejb3</ejb> | </module> | </application> <?xml version="1.0" encoding="UTF-8"?> | <application xmlns="http://java.sun.com/xml/ns/j2ee" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" | version="1.4"> | <module> | <web> | <web-uri>ROOT.war</web-uri> | <context-root>/Context2</context-root> | </web> | </module> | <module> | <java>HelperClasses.jar</java> | </module> | <module> | <ejb>entities.ejb3</ejb> | </module> | </application> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916930#3916930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916930 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user