Is AbstractRequirement your Remote interface? What the verifier is telling
you is that these methods are returning something that can't go over a
remote RMI call. Things have to be either atomic types (int, long,
et. al.), Remote interfaces, or Serializable.

On Mon, 26 Mar 2001 [EMAIL PROTECTED] wrote:

> Yes it is.
> 
> 
> 
> 
> 
> danch <[EMAIL PROTECTED]> on 03/26/2001 10:29:19 AM
> 
> Please respond to [EMAIL PROTECTED]
> 
> To:   [EMAIL PROTECTED]
> cc:    (bcc: Kevin Monaghan/US/GM/GMC)
> Subject:  Re: [JBoss-user] Verifier Error Messages
> 
> 
> 
> 
> Is your primary key class Serializable?
> 
> [EMAIL PROTECTED] wrote:
> 
> > Hi -
> >
> > I have the following error message from jBoss 2.1:
> >
> >
> > [Container factory]
> >
> Deploying:file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/ejb_mats.ear
> 
> >
> > [Verifier] Verifying
> >
> file:/D:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/ejb_mats.ear/ejb1001.jar
> 
> >
> > [Verifier]
> > Bean   : EquipmentRequirementBean
> > Method : public abstract EquipmentRequirement create() throws CreateException,
> > RemoteException, SQLException
> > Section: 9.2.8
> > Warning: The method return values in the home interface must be of valid types
> > for RMI/IIOP.
> >
> > [Verifier]
> > Bean   : EquipmentRequirementBean
> > Method : public abstract EquipmentRequirement
> > findByPrimaryKey(EquipmentRequirementPK) throws FinderException,
> RemoteException
> > Section: 9.2.8
> > Warning: The method return values in the home interface must be of valid types
> > for RMI/IIOP.
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

-- 
Dan Christopherson (danch) 
nVisia Technical Architect (www.nvisia.com)

Opinions expressed are mine and do not neccessarily reflect any 
position or opinion of nVISIA.

---------------------------------------------------------------------------
If you're a capitalist and you have the best goods and they're 
free, you don't have to proselytize, you just have to wait.
-Eben Moglen


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

Reply via email to