anonymous wrote : 09:20:24,239 ERROR [MainDeployer] could not create deployment: file:/C:/jboss-3. | 2.3/server/default/deploy/HelloWorldEJB.jar | org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
Hmm... Strange there are no errors messages above this stacktrace. Traverse to C:/jboss-3.2.3/server/default/deploy/ directory from the command prompt and run the following command and post the output: jar -tf HelloWorldEJB.jar This will show the contents of the jar file. Just wanted to make sure that the packaging is proper View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961877#3961877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961877 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
