RE: [JBoss-user] Exception Sorter Information

2003-09-24 Thread Adrian Brock
g-Eolis > > 26-28, rue Edward Steichen > L-2540 Luxembourg-Kirchberg > > Direct Line:+352 42 60 80 4425 > > fax: +352 42 91 92 > > http://www.odyssey-group.com > > > -Original Message- > From: Adrian Brock [mailto:[EMAIL PROTECTED] > Sent: 23 September

RE: [JBoss-user] Exception Sorter Information

2003-09-24 Thread Ricardo Coutinho
Title: RE: [JBoss-user] Exception Sorter Information Hi Adrian, I downloaded 3.2.2rc4 and it showed the problem :) Thanks a lot. Working great now. Do you have an idea of when 3.2.2 will be finalised and released? I prefer the approach to the Ricardo > Ricardo Coutinho > So

RE: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Adrian Brock
rue Edward Steichen > L-2540 Luxembourg-Kirchberg > > Direct Line:+352 42 60 80 4425 > > fax: +352 42 91 92 > > http://www.odyssey-group.com > > > -Original Message- > From: Adrian Brock [mailto:[EMAIL PROTECTED] > Sent: 23 September 2003 16:26 &g

RE: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Ricardo Coutinho
Title: RE: [JBoss-user] Exception Sorter Information Hi Adrian, >>It is likely there are other connections still in the pool that are also >>invalid if the problem is due a temporary outage. I understand the underlying connection being closed when I return true, it make s

RE: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Sacha Labourey
chberg > Direct Line:+352 42 60 80 4425 > fax: +352 42 91 92 > http://www.odyssey-group.com -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: 23 September 2003 16:33 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Exception Sorter Information Can

RE: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Adrian Brock
> From: Adrian Brock [mailto:[EMAIL PROTECTED] > Sent: 23 September 2003 16:33 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Exception Sorter Information > > > Can you allow me to include your sorter in the jboss distribution? > > Regards, > Adrian >

RE: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Ricardo Coutinho
Title: RE: [JBoss-user] Exception Sorter Information No problem. However I am not sure if it is functioning correctly. As I said I get an exception from the container on the first re-use of the connection after it was cut and after that it works okay. For my client application this is

Re: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Adrian Brock
Can you allow me to include your sorter in the jboss distribution? Regards, Adrian On Tue, 2003-09-23 at 10:30, Ricardo Coutinho wrote: > Hi All, > > I have implemented an ExceptionSorter for my AS400 connection. > > The reconnect works, eventually, but only after it fails one time to > recreat

Re: [JBoss-user] Exception Sorter Information

2003-09-23 Thread Adrian Brock
The ExceptionSorter returning true causes the underlying connection to be closed, but only that connection. It is likely there are other connections still in the pool that are also invalid if the problem is due a temporary outage. You won't find this out until you try to use them. You can supply

[JBoss-user] Exception Sorter Information

2003-09-23 Thread Ricardo Coutinho
Title: Exception Sorter Information Hi All, I have implemented an ExceptionSorter for my AS400 connection. The reconnect works, eventually, but only after it fails one time to recreate the connection. In other words, when the connection is lost, I get an error when reusing the connection. T