My remote interface:

public interface DataManager
extends EJBObject
{
blabalala...
}


My home interface:

DataManagerHome
  DataManager create()
    throws CreateException, EJBException, RemoteException;

======================
JBOSS 2.2.2 error...

Bean   : DataManagerBean
Method : public abstract DataManager create() throws CreateException,
EJBException, RemoteException
Section: 6.10.6
Warning: The method return values in the home interface must be of valid
types for RMI/IIOP.


What's wrong?

Thanks...
Anh



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to