Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Joel Elliott   on Jan 27 In Java Category.

  
Question Answered By: Alisha Johnson   on Jan 27

Can you check if the Remote interface  has been named
as InteresesRemote.java?

If you have named it so, change the Remote interface
to Intereses.java...

or change you Home interface to

public interface InteresesHome extends EJBHome {
InteresesRemote create() throws  RemoteException,
CreateException;
}

Share: