I use Together CC also. I believe this problem is that the method 
signatures in the remote interface (which Together generated) are 
throwing EJBException, when they shouldn't. I always have to delete that 
exception from the throws clause of my remote interface after adding a 
new business method via Together. Together's EJB support is good enough 
to hook you in and then leave you stuck and screwed, IMHO. Throwing of 
EJBException is one example of this (non-spec-compliant).

To be fair, jBoss's verifier error message in this scenario is equally 
unhelpful.

Bryan



[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.
> 
> 
> I used Together Control Center 4.2 to create my entity beans and have this
> message all over the place, for all my entity beans...
> 
> Any ideas what it means? Is it specific to EJB 1.1 versus EJB 2.0?
> 
> Any help would be great.
> 
> Thanks!
> 
> 
> 
> _______________________________________________
> 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

Reply via email to