[jboss-user] [EJB/JBoss] - Re: Jar is not deployed onJBOSS

jaikiran do-not-reply at jboss.com
Mon Sep 17 01:25:56 EDT 2007


"xps2nini" wrote : It is ejb jar created  by ant .

Can you post the output of the following command:

- From the command prompt, go to %JBOSS_HOME%/server//deploy
- Run the following command:

jar -tf myejbjarfile.jar

Replace myejbjarfile with the name of your ejb jar file. This will show us the contents of your jar file. To be identified as a ejb jar, the jar file should contain a META-INF folder with ejb-jar.xml inside it. Does your jar have that?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084881#4084881

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084881



More information about the jboss-user mailing list