0 Replies Latest reply on May 12, 2006 7:31 AM by bjornbjorn

    ejb-jar.xml for EJB3.0 explained

    bjornbjorn

      Is there documentation for ejb-jar.xml anywhere?

      Also, when searching the forum etc. I find ejb-jar.xml's with this DOCTYPE:

      <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>


      It's got a reference to the DTD http://java.sun.com/dtd/ejb-jar_2_0.dtd - but that's for EJB 2.1 so I guess it will mess things up if I try to use it?

      However, looking at http://java.sun.com/dtd/ I can't find a DTD for 3.0 so what do I do?