The problem is really in your ConfRmiNigRemote class.
The checking has recently been swapped so that it checks
remote interfaces first. Try looking at section 12.2.9
in the ejb spec and the IIOP document it refers to for
more information. It is likely a problem with one of the
exceptions you throw or a return value.

Regards,
Adrian

On Wed, 2003-08-06 at 17:16, Rene Maldonado wrote:
> Hi all, I have this problem: When I try to deploy mi bean I get the
> next message: 
> 
> 09:03:04,520 INFO  [EJBDeployer] 
> Bean   : ConfRmiNigBean 
> Method : public abstract ConfRmiNigRemote create(Integer, String,
> Integer, String, String, String) throws RemoteException,
> CreateException 
> Section: 12.2.9 
> Warning: The method return types defined in an Entity beans home
> interface MUST be legal types for RMI/IIOP.
> 
> 09:03:04,521 INFO  [EJBDeployer] 
> Bean   : ConfRmiNigBean 
> Method : public abstract ConfRmiNigRemote findByPrimaryKey(Integer)
> throws RemoteException, FinderException 
> Section: 12.2.9 
> Warning: The method return types defined in an Entity beans home
> interface MUST be legal types for RMI/IIOP.
> 
> 09:03:04,530 INFO  [EjbModule] Creating 
> 
> I have other beans, and they work OK, 
> 
> What means this Warning? 
> 
> Thanks 
> 
> Rene



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to