I went through the Getting Started guide by Luke Taylor, pulled down the demos and went through them.
So from that I am assuming that the only place the jboss.xml goes is in the META-INF of the ejb. Therefore my original assumption must be wrong. I assumed that the purpose of the ejb-ref tags was to allow a system administrator to place the actual interface link someplace in the JNDI directory with some name and have that link to the logical name specified in the ejb-jar.xml. In actuallity the ejb-ref is used so that the component does not have to worry about where the container implementation actually binds the interface in the JNDI directory. So in the end there is no way for the system administrator to tell the container where to bind the interface other than to unpack the jar and change the jboss.xml <jndi-name> tag. Is that correct? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864893#3864893 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864893 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
