Ok - found a solution. My Callback class has to extends from
java.rmi.server.UnicastRemoteObject.
public class Callback extends UnicastRemoteObject
| implements BCServiceProxy {
| .
| .
| .
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202585#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...