[JBoss-user] [JNDI/Naming/Network] - Re: exception during remote call lookup to ejb

2005-06-22 Thread innerspace
I got it working by picking the class files for the client jar one by another by hand. I guess there was some conflict with different versions of classes in different libraries. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882366#3882366 Reply to the post

[JBoss-user] [JNDI/Naming/Network] - exception during remote call lookup to ejb

2005-06-13 Thread innerspace
Hello, I'm porting an application from jboss 2.4 to jboss 4.0.2. During ejb lookup in jboss 4.0.2 from the remote client the following exception is thrown: javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.invocation.InvokerInterceptor; unable to c

[JBoss-user] [JNDI/Naming/Network] - Re: java.lang.lassCastException during RMI call to ejb

2005-06-10 Thread innerspace
Hello and thanks. I indeed missed some class files in the client. In my project layout the classes that the client uses are packaged into the client jar and have to be given in a different place than the jars for linking. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [JNDI/Naming/Network] - java.lang.lassCastException during RMI call to ejb

2005-06-06 Thread innerspace
Hello there, I'm trying to call an ejb from a remote client in jboss 4.0.1 using the usual procedures. The lookup returns an object those toString mthod returns [EMAIL PROTECTED] and getClass returns org.jnp.interfaces.MarshalledValuePair When executing PortableRemoteObject.narrow(objref, myBean