RE: [JBoss-user] session timeout

2002-06-03 Thread JD Brennan
Title: RE: [JBoss-user] session timeout Another possible solution is to change the UI on your web app that queries the db to tell the user to wait for the query or provide some animated progress bar to occupy them so they don't realize it's taking a long time. JD -Origin

Re: [JBoss-user] session timeout

2002-06-02 Thread Guy Rouillier
you want. Then you can use connections the way they were designed to be used. - Original Message - From: "Tia Haenni" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 01, 2002 11:27 PM Subject: Re: [JBoss-user] session timeout > My network admin

Re: [JBoss-user] session timeout

2002-06-02 Thread David Jencks
I don't see what it buys you. > > - Original Message ----- > From: "Tia Haenni" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 31, 2002 3:08 PM > Subject: [JBoss-user] session ti

Re: [JBoss-user] session timeout

2002-06-01 Thread Tia Haenni
h CPU usage. I think the best solution here is to set the timeout for web users only (the app using JBoss is not a web app). Where do you set the pool timeout value? Thanks for the reply. From: "Guy Rouillier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [

Re: [JBoss-user] session timeout

2002-05-31 Thread Guy Rouillier
each method? That negates the purpose of pooled connections, and I don't see what it buys you. - Original Message - From: "Tia Haenni" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 3:08 PM Subject: [JBoss-user] session timeout >

RE: [JBoss-user] session timeout

2002-05-31 Thread Bill Burke
To: [EMAIL PROTECTED] > Subject: [JBoss-user] session timeout > > > Does anyone know of a way to configure JBoss 2.4.3 to close it's > database connection between EJB invocations? I am dealing with Oracle > 8.1.5. Tx > > > ___

[JBoss-user] session timeout

2002-05-31 Thread Tia Haenni
Does anyone know of a way to configure JBoss 2.4.3 to close it's database connection between EJB invocations? I am dealing with Oracle 8.1.5. Tx ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in La

Re: [JBoss-user] Session timeout

2001-11-28 Thread Sternagel Annegret (PN-SYS/PE)
Annegret Ursprungliche Nachricht- Von: Andrew [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 28. September 2001 15:41 An: JBoss-user Betreff: [JBoss-user] Session timeout Hi, how I can set session timeout for JBoss for web container sync purposes. If web container session is expiered than

[JBoss-user] Session timeout

2001-11-28 Thread Andrew
Hi, how I can set session timeout for JBoss for web container sync purposes. If web container session is expiered than client bean stubs is not valid anymore( references on remote objects retain for web session lifetime) . Is this right? Thanks

[JBoss-user] Session timeout

2001-11-28 Thread Andrew
Hi, how I can set session timeout for JBoss for web container sync purposes. If web container session is expiered than client bean stubs is not valid anymore( references on remote objects retain for web session lifetime) . Is this right? Thanks _