[jboss-user] [Remoting] - Re: Remote Classloading

2008-11-01 Thread bbb321
Thanks! It worked. I was complicating things too much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186160#4186160 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186160 ___

[jboss-user] [Remoting] - Re: Remote Classloading

2008-11-01 Thread [EMAIL PROTECTED]
Glad to hear it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186199#4186199 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186199 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: Remote Classloading

2008-10-29 Thread bbb321
Thanks for the reply! I tried to use the reverse, and get commands from the server to the client, but without having them initialy on the client. I've read the Remote classloading facility in the JBoss Remoting Guide, but I did not get it :( The only thing that I could do is to set my own

[jboss-user] [Remoting] - Re: Remote Classloading

2008-10-29 Thread [EMAIL PROTECTED]
If you set loaderport on the server, it will create a special purpose server that can be queried for classes. If you set loaderport on the client, the built-in classloader will attempt to contact that special purpose server if it can't find a class locally. If you put loaderport in the

[jboss-user] [Remoting] - Re: Remote Classloading

2008-10-27 Thread [EMAIL PROTECTED]
bbb321 wrote : | Is it possible to use remote classloading for this case? The class provider should be on the client. | As of Remoting 2.x, remote classloading is supported in the server to client direction only. It will be supported in both directions in Remoting 3. View the original