[JBoss-user] Verifier Error Messages

2001-04-09 Thread T.T.Khiet
Hi Kevin, Have you finally find out what the problem is? I am using Together too and have the same problem right now. I've removed the EJBException from the throws clause as Bryan points it out but it does not help. Thank you :), Khiet. ___ Tran Thanh Khiet email

Re: [JBoss-user] Verifier Error Messages

2001-04-01 Thread Bryan Field-Elliot
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 metho

Re: [JBoss-user] Verifier Error Messages

2001-03-26 Thread Juha Lindfors
If the RemoteException is missing, you should see something like: "The methods in the remote interface must include java.rmi.RemoteException in their throws clause." -- Juha At 13:29 26.3.2001 -0500, you wrote: >Thanks. But what other warnings (c) will be generated? >Hi, > >the most common cau

Re: [JBoss-user] Verifier Error Messages

2001-03-26 Thread kevin . monaghan
Thanks. But what other warnings (c) will be generated? Juha-P Lindfors <[EMAIL PROTECTED]> on 03/26/2001 11:30:09 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Kevin Monaghan/US/GM/GMC) Subject: Re: [JBoss-user] Verifier Error Messages Hi, th

Re: [JBoss-user] Verifier Error Messages

2001-03-26 Thread Dan Christopherson
ECTED] 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 Erro

Re: [JBoss-user] Verifier Error Messages

2001-03-26 Thread Juha-P Lindfors
Hi, the most common cause for this warning are a) you are declaring subclasses of java.lang.RuntimeException in your remote interface (EquipmentRequirement) method throws clauses. b) you are using constant variables in the interface that are not primitive types or String types. c) you forgot to

Re: [JBoss-user] Verifier Error Messages

2001-03-26 Thread kevin . monaghan
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:

Re: [JBoss-user] Verifier Error Messages

2001-03-26 Thread danch
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-b

[JBoss-user] Verifier Error Messages

2001-03-26 Thread kevin . monaghan
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 : Equipmen