Yes, I would not recommend binding your code to callRemoteMethods(). The API is deprecated and will certainly disappear in 2.0.0.
Like Brian said, it may be made available as a part of a SPI interface for plugin authors, but even then using it as a generic RPC solution to call your own arbitrary methods will not be supported as it will only allow the remote invocation of a fixed set of methods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963631#3963631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963631 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
