Hi,
My enviroment is
Eclipse 3.0
MyEclipse 3.8 Beta 2
Jboss 3.2.5
After following the instruction in:
http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/tasks/EJB/creatingEJB.htm
I got the following errors when deploying.
22:54:52,952 WARN [verifier] EJB spec violation:
Bean : DoLoginBean
Method : public final native void notifyAll()
Section: 7.10.5
Warning: The methods in the remote interface must include java.rmi.RemoteException in their throws clause.
22:54:52,952 WARN [verifier] EJB spec violation:
Bean : DoLoginBean
Method : public String toString()
Section: 7.10.5
Warning: The methods in the remote interface must include java.rmi.RemoteException in their throws clause.
Thanks,
Miguel P.