Re: [JBoss-user] problems using local interfaces

2002-07-16 Thread Binil Thomas
On Wed, 17 Jul 2002, Marko Asplund wrote: > On Wed, 17 Jul 2002, Alex Loubyansky wrote: > > > local interfaces are not allowed to be accessed remotely. Therefore > > they are called local :) > > ok, but with respect to what is locality defined? yes, locality is defined in terms of the same JVM.

Re[2]: [JBoss-user] problems using local interfaces

2002-07-16 Thread Alex Loubyansky
MA> ok, but with respect to what is locality defined? is the use of local MA> interfaces only allowed for EJBs and other components (Servlets, JSPs) MA> running inside the same JBoss/JVM instance? exactly! -- Best regards, Alex Loubyansky ---

Re: [JBoss-user] problems using local interfaces

2002-07-16 Thread Marko Asplund
On Wed, 17 Jul 2002, Alex Loubyansky wrote: > local interfaces are not allowed to be accessed remotely. Therefore > they are called local :) ok, but with respect to what is locality defined? is the use of local interfaces only allowed for EJBs and other components (Servlets, JSPs) running inside

Re: [JBoss-user] problems using local interfaces

2002-07-16 Thread Alex Loubyansky
Hello Marko, local interfaces are not allowed to be accessed remotely. Therefore they are called local :) alex Tuesday, July 16, 2002, 5:23:54 PM, you wrote: MA> hi MA> i'm trying to use the local interface for a EJB session bean which i'm MA> developing (with JBoss 3.

[JBoss-user] problems using local interfaces

2002-07-16 Thread Marko Asplund
hi i'm trying to use the local interface for a EJB session bean which i'm developing (with JBoss 3.0). the EJB client can successfully use the remote bean and home interfaces but when i change the client to use local interfaces i get the following error message from the cl