The structure of the jar file you have created is not correct, you need to remove the 'classes' folder from the root of the archive. The output from jar -tf should be: -
META-INF/ META-INF/MANIFEST.MF common/ common/EJBHomeFactory.class common/ServiceLocator.class TestPackage/ TestPackage/impl/ TestPackage/impl/TestSessionEJBBean.class TestPackage/TestAction.class TestPackage/TestActionForm.class TestPackage/TestSessionEJB.class TestPackage/TestSessionEJBHome.class META-INF/ejb-jar.xml (Also the application.xml should not be there but that is not related to the problem). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885490#3885490 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885490 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
