Hi, Our application consists of three EAR files running in isolated class loaders. We have situations where the bean from one EAR makes calls to a bean in the another EAR (both session beans). I went through this forum and used the ByValueInvokerInterceptor for the bean being called. But now my java client which looks up the same bean is getting a NameNotFoundException for the service. (This was working fine before I changed the jboss.xml to specify the ByValueInvokerInterceptor). I looked into the JNDIView and I can see the JNDI name there that I was looking for. Is there anything that I need to do to the client because of the change in the InvokerInterceptor?
Files I changed: jboss.xml for the bean being called. standardjboss.xml in the "conf" directory of my server. Any help on this is very much appreciated. Thanks, Satish View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831461#3831461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831461 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
