Hello
I'm trying to something like the command pattern, and send a command from the client
to the server where the command will be executed using services defined on the server.
Of course when I receive the command on the server I get ClassNotFound exception, because
the code is defined only on the client.
Is it possible to use remote classloading for this case? The class provider should be on
the client.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184682#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...