[jboss-user] [EJB 3.0] - Re: Don't know if my EJB3 file was deployed correctly
Wolfgang Knauf
do-not-reply at jboss.com
Wed Nov 28 08:35:55 EST 2007
Hi !
Deploying to a directory ".ejb3" is a deprecated approach.
You should package your app in a JAR file, better in an EAR file. I'm not sure which deployment descriptors are needed, but for an EAR file you need an application.xml so that your modules are identified. I don't know whether also an EJB jar needs a deployment descriptor or not, but if it does not work without, I would add it and give it a try.
Hope I could help
Wolfgang
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108459#4108459
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108459
More information about the jboss-user
mailing list