Hi,
I think you are extending the wrong Remote interface.
You import java.ejb.* which also contains a java.ejb.Remote interface.
The interface you need to extend is java.rmi.Remote; not java.ejb.Remote.
Greets,
Kristof Taveirne
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976541#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...