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
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
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
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