Re: [JBoss-dev] Verifier Issue - Shouldn't the RemoteInterface Class be checked as well?

2001-06-05 Thread K.V. Vinay Menon
Will fix it. Cheers Vinay - Original Message - From: Juha Lindfors [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 9:06 PM Subject: Re: [JBoss-dev] Verifier Issue - Shouldn't the RemoteInterface Class be checked as well? Hi, At 14:47 4.6.2001 +0100, you wrote:

Re: [JBoss-dev] Verifier Issue - Shouldn't the RemoteInterface Class be checked as well?

2001-06-05 Thread K.V. Vinay Menon
Juha, Have made the following changes: 1. AbstractVerifier a) Added method public boolean hasLegalRMIIIOPExceptionTypes(Method method) { /* * All checked exception classes used in method declarations * (other than java.rmi.RemoteException) MUST be conforming

[JBoss-dev] Verifier Issue - Shouldn't the RemoteInterface Class be checked as well?

2001-06-04 Thread K.V. Vinay Menon
Juha, When Verifying EJBs deployed the Verifier checks for RMI types in the return values and in the arguments and ensures that an RMIException is thrown by the method itself. Do we also want to add a clause to check if the class itself [only for the Remote Interface class] is a valid RMI