[jboss-user] [JNDI/Naming/Network] - Re: Migrating 4.2.3.GA to 5.1.0.GA - JNDI missing?

jaikiran do-not-reply at jboss.com
Mon Jun 15 09:20:25 EDT 2009


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



More information about the jboss-user mailing list