[jboss-user] [EJB 3.0] - Re: Namespace error while deploying EJB3 ear
Wolfgang Knauf
do-not-reply at jboss.com
Mon Nov 19 11:12:21 EST 2007
Hi Amar !
your ejb-jar.xml should include a "version" and a "schemaLocation" attribute. Maybe that's the error.
<ejb-jar id="ejb-jar_ID" 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">
Hope this helps
Wolfgang
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106081#4106081
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106081
More information about the jboss-user
mailing list