@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
Start a new discussion in Beginner's Corner at Community