[jboss-user] [JBossWS] - Re: A service endpoint interface should extend Remote excepi
kristof.taveirne
do-not-reply at jboss.com
Fri Oct 6 07:22:38 EDT 2006
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#3976541
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976541
More information about the jboss-user
mailing list