[JBoss-user] [EJB/JBoss] - Re: Working with remote->local interfaces

2004-10-04 Thread bmnich
Thanks so much for the hint!! I checked JNDI View and notced, that my Local Beans are bound to the name local/ but my xdoclet generated Util class was using JNDI name Local - and that is why I was getting not bound exception! Is there any way to map all that, so the JNDI stays as generated(I was

[JBoss-user] [EJB/JBoss] - Working with remote->local interfaces

2004-10-03 Thread bmnich
Hi, I try to connect with the staandalone client to my SessionBean using remote interfaces. Works fine. Then, from this SessionBean I try to obtain the EntityBean/SessionBean using local interfaces, and get an javax.naming.NameNotFoundException: MyLocalSessionLocal not bound All interface call