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
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