using struts and dbcp together throws sometimes a NoSuchElementException/SQLNestedException:

2004-08-24 Thread PANTA-RHEI WOLF
Hi there, i have a very strange behaviour using DBCP. I have a small set of JSPs talking to an oracledatabase. after a while it looks if my application hang. 2 till 3 minutes later it seems to work fine again. When i have a look in my logfile, i can see the following exception. I do not know what

Antw: Re: using struts and dbcp together throws sometimes a NoSuchElementException/SQLNestedException:

2004-08-24 Thread PANTA-RHEI WOLF
Hi Erik, this is what i really do, i believe that closing the connection will close automaticly the statement and the resultset, or? the point is, i work with the resultset in a function, which is hidden from the db access, so there i only have my resultset. From these i try to get the statement

Antw: Re: using struts and dbcp together throws sometimes a NoSuchElementException/SQLNestedException:

2004-08-25 Thread PANTA-RHEI WOLF
lu.com/msg/46934.html http://www.cryer.co.uk/brian/oracle/SYMdilu.htm#RemedySharedPoolExhausted Maybe try my param set, maybe try my version of DBCP if it is different from yours. Erik PANTA-RHEI WOLF wrote: >Hi there, i have a very strange behaviour using DBCP. I have a small set of JSPs

Re: Antw: Re: using struts and dbcp together throws sometimes a NoSuchElementException/SQLNestedExce

2004-08-25 Thread PANTA-RHEI WOLF
s throwing buffer memory shortage errors. If I restart Tomcat, this problem goes away. Could be Oracle, but I suspect it's DBCP, or the configuration of it. I am trying without connection pooling for a day to see if the problem occurs without DBCP. I'll let you know. Erik PANTA-RHEI

setting title-Attribute in with contents from a bean

2004-05-14 Thread PANTA-RHEI WOLF
Hi there, i run in an problem when using where some attributes should be filled with dynamic content from a Bean. my example: "> "/> When i try to compile this, i run in a