jaikiran pai [
http://community.jboss.org/people/jaikiran] created the discussion
"Re: HelloWorldBean is not an interface"
To view the discussion, visit:
http://community.jboss.org/message/564832#564832
--------------------------------------------------------------
@Remote(HelloWorldBean.class)
public class HelloWorldBean implements HelloWorld {
The @Remote should point to a remote +interface+. So it should be:
@Remote(HelloWorld.class)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/564832#564832]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]