"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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to