[jboss-user] [Remoting] - Re: java.lang.ClassNotFoundException

tom.elrod@jboss.com do-not-reply at jboss.com
Wed Jul 19 11:10:28 EDT 2006


The problem is that you are trying to setup your target server to also be your callback server (client.addListener(handler, locator);).  If you want "push" callbacks, meaning when callback generated it will be sent at that point in time to the callback listener, will need to create a callback server within the client.  

Can reference following link to sample callback client that shows how to setup callback for both push and pull callbacks.

http://viewcvs.labs.jboss.com/cgi-bin/viewcvs.cgi/JBossRemoting/src/main/org/jboss/remoting/samples/callback/CallbackClient.java?rev=1.7&content-type=text/vnd.viewcvs-markup

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

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



More information about the jboss-user mailing list