Hmm, this is a weird ejb-jar.xml:

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <ejb-jar>
  | 
  | </ejb-jar>

Can you change it to:

<?xml version="1.0" encoding="UTF-8"?>
  | <ejb-jar version="3.0"
  |     xmlns="http://java.sun.com/xml/ns/javaee";
  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd";> 
  | </ejb-jar>
  | 

and see if that works?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237650
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to