Re: [JBoss-dev] Verifier problems

2003-02-24 Thread Christian Riege
hi,

On Sat, 2003-02-22 at 02:42, Dain Sundstrom wrote:
> I'm working on fixing the exception tests and I have run into a problem 
> with the verifier.  I am getting the following warning that is causing 
> the deployment to fail:
> 
> Bean   : ExceptionTesterEJB
> Method : public abstract void ejbExceptionInStore() throws Exception
> Section: 7.10.7
> Warning: The methods in the local interface must not include 
> java.rmi.RemoteException in their throws clause.
> 
> I don't think they wanted to exclude 'throws Exception' from a 
> declaration.  This is really a grey area of the spec.
> 
> Who is maintaining this code?  What do you think?

i'm maintainig the code. can you file a bug report on sf.net against me
(lqd) and attach a testcase?

i thought i fixed something like this at the end of last year, what
JBoss version are you trying this on?

i also remember seeing a bug report on sf.net about this; however my net
access has been crappy for the past two weeks. improving now though,
i'll be back on track in the next two-three days.

best regards,
christian



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Verifier problems

2003-02-21 Thread Scott M Stark
Only RemoteException or its subclasses should be flagged as errors. There
is nothing wrong with a local interface throwing a checked Exception.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: "Dain Sundstrom" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 21, 2003 5:42 PM
Subject: [JBoss-dev] Verifier problems


> I'm working on fixing the exception tests and I have run into a problem 
> with the verifier.  I am getting the following warning that is causing 
> the deployment to fail:
> 
> Bean   : ExceptionTesterEJB
> Method : public abstract void ejbExceptionInStore() throws Exception
> Section: 7.10.7
> Warning: The methods in the local interface must not include 
> java.rmi.RemoteException in their throws clause.
> 
> I don't think they wanted to exclude 'throws Exception' from a 
> declaration.  This is really a grey area of the spec.
> 
> Who is maintaining this code?  What do you think?
> 
> -dain



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Verifier problems

2003-02-21 Thread Dain Sundstrom
I'm working on fixing the exception tests and I have run into a problem 
with the verifier.  I am getting the following warning that is causing 
the deployment to fail:

Bean   : ExceptionTesterEJB
Method : public abstract void ejbExceptionInStore() throws Exception
Section: 7.10.7
Warning: The methods in the local interface must not include 
java.rmi.RemoteException in their throws clause.

I don't think they wanted to exclude 'throws Exception' from a 
declaration.  This is really a grey area of the spec.

Who is maintaining this code?  What do you think?

-dain



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development