[jboss-user] [JNDI/Naming/Network] - Re: Lookup error [Jboss 3.2.5 >> 4.2.2]

PeterJ do-not-reply at jboss.com
Thu Nov 6 14:11:35 EST 2008


The high-level answer is that your client and the server need to be using the same versions of the classes that are being serialized and transferred. To do this, you need to package the  jboss422/lib/jboss-common.jar into your application. You will have to set up a loader repository so that you app will use this jar file instead of the one that comes with jboss325.

That is the general idea. Whether it will work in practice, I don't know because I have not tried it. Also, not having tried it, I could not provide any details on getting it to work.

Loader repository (class scoping) ref: http://www.jboss.org/community/docs/DOC-9288

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187491#4187491

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187491



More information about the jboss-user mailing list