RE: [JBoss-user] JBoss 3.0.7 and maximum open cursors exceeded

2003-08-27 Thread Tony BenBrahim
-user] JBoss 3.0.7 and maximum open cursors exceeded It's a while since I've used Oraclie 8i, but I think there was a discrepancy between the JDBC spec and the 8i drivers: when you close a statement it *should* close any associated ResultSet, but this didn't always work. So with Ora

RE: [JBoss-user] JBoss 3.0.7 and maximum open cursors exceeded

2003-08-26 Thread Alastair Rodgers
each result set, statement and connection - don't rely on the drivers to do it for you. Regards, Al. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Adrian Brock > Sent: 22 August 2003 12:03 > To: [EMAIL PROTECTED] > Subject:

[JBoss-user] JBoss 3.0.7 and maximum open cursors exceeded

2003-08-23 Thread Michael Klem
I have code in production which is currently running on JBoss 2.4.4 and I finished migrating it to run under JBoss 3.0.7. It works but when I attempt to load test the app under JBoss 3.0.7 within 15 minutes I get this exception: ORA-01000: maximum open cursors exceeded Here is some data from

Re: [JBoss-user] JBoss 3.0.7 and maximum open cursors exceeded

2003-08-22 Thread Adrian Brock
If you are closing the prepared statements that should close the result sets. My guess is that you are not. Try it with 3.2.1, it has a check for unclosed statements when you return the connection to the pool. Regards, Adrian On Fri, 2003-08-22 at 04:17, Michael Klem wrote: > I have code in prod

[JBoss-user] JBoss 3.0.7 and maximum open cursors exceeded

2003-08-22 Thread Michael Klem
FYI: I changed my code to explicitly close all ResultSet objects and ran it under JBoss 3.0.7. I ran my load tests and it now works!!! I have code in production which is currently running on JBoss 2.4.4 and I finished migrating it to run under JBoss 3.0.7. It works but when I attempt to load te

[JBoss-user] JBoss 3.0.7 and maximum open cursors exceeded

2003-08-22 Thread Michael Klem
I have code in production which is currently running on JBoss 2.4.4 and I finished migrating it to run under JBoss 3.0.7. It works but when I attempt to load test the app under JBoss 3.0.7 within 15 minutes I get this exception: ORA-01000: maximum open cursors exceeded Here is some data from

RE: [JBoss-user] JBoss 3.0.7 Windows installer available

2003-06-06 Thread Rod Cope
5, 2003 11:43 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss 3.0.7 Windows installer available Hi, When deploying one of our applications for our clients, we needed an installer for JBoss on the windows platform so we developed one. This installer is now available (w

[JBoss-user] JBoss 3.0.7 Windows installer available

2003-06-06 Thread Marcel Ammerlaan
Hi, When deploying one of our applications for our clients, we needed an installer for JBoss on the windows platform so we developed one. This installer is now available (without the application itself) for everyone to enjoy. It basically installs JBoss 3.0.7 with an optional JRE and starts JBoss

Re: [JBoss-user] jboss-3.0.7?

2003-04-01 Thread David Ward
> > > - Original Message - > From: "David Ward" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, April 01, 2003 11:40 AM > Subject: [JBoss-user] jboss-3.0.7? > > > > Curious when 3.0.7 is going to be re

Re: [JBoss-user] jboss-3.0.7?

2003-04-01 Thread Scott M Stark
lt;[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 11:40 AM Subject: [JBoss-user] jboss-3.0.7? > Curious when 3.0.7 is going to be released. There's 2 things that are > supposedly fixed that would be very helpful for us (and probably others) to get > our hands on: > > 1) G

[JBoss-user] jboss-3.0.7?

2003-04-01 Thread David Ward
Curious when 3.0.7 is going to be released. There's 2 things that are supposedly fixed that would be very helpful for us (and probably others) to get our hands on: 1) Getting shutdown client class to work again (don't know the tracker id but I've seen talk about this on the user list). 2) [ 6776