You should be using an ejb-local-ref with an ejb-link in the ejb-jar.xml/web.xml to access any local ejb as these generally have to jndi binding on other app servers. To have a well known jndi name you need to use the local-jndi-name in the jboss.xml/jboss-web.xml.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877980#3877980 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877980 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
