Re: [JBoss-user] Avoid creating elements

2002-10-04 Thread Chris Bonham
When looking up your EJB homes from JNDI, are you prefixing the name with java:comp/env/ ? When I did this, I had to have an for every EJB that referenced by that bean. Just use ejb/MySupermanEJB directly and you shouldn't need the tag. -- Chris Bonham President/CEO Third Eye Consulting, Inc.

[JBoss-user] Avoid creating elements

2002-10-04 Thread Randahl Fink Isaksen
Is there a way to avoid creating elements in your EJBs declarations?   We have an ejb-jar.xml with literally thousands of lines of XML, and quite many of those lines contain element information. All of our elements refer EJBs in the same ejb-jar. It seems superfluous yet without it not