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;
}