1 Reply Latest reply on Oct 1, 2002 7:28 AM by slaboure

    ejb-local-ref in jboss.xml

    rdoust

      Guys,
      Thanks for your work.
      In exercise 5.3, you use ejb-local-ref elements in the jboss.xml file. I can't find this element in the DTD (using JBoss 3.0.1). Is this a case where the implementation is ahead of the DTD? Should I scrap the DTD and go with what you do here?
      Thanks

        • 1. Re: ejb-local-ref in jboss.xml
          slaboure

          Hello Richard,

          Thank you for this, workbook will be updated accordingly.

          The JBoss DTD is correct. Don't define ejb-local-ref in jboss.xml for local beans but instead directly assign the reference to the target bean in ejb-jar.xml through the ejb-link tag.

          Cheers,



          sacha