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

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


"xps2nini" wrote : when i run this command jar -tf EILMT.jar.I got following output
  | 
  | 
  | meta-inf/
  | meta-inf/ejb-jar.xml
  | meta-inf/jboss.xml
  | 

The META-INF folder is case sensitive. Change your ant script which generates the jar file, to create the META-INF folder with upper case.

It should look like:

  | META-INF/
  | META-INF/ejb-jar.xml
  | META-INF/jboss.xml

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

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



More information about the jboss-user mailing list