JBoss Community

Re: HelloWorldBean is not an interface

created by jaikiran pai in Beginner's Corner - View the full discussion
@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