I'm using a single class to connect, create PreparedStatements, and execute sql called CSDatabaseTools. I get a DBConn from Turbine then create a PreparedStatement, then the method CSDatabaseTools.execStmt(sql) or CSDatabaseTools.execStmtRS(sql) (here a ResultSet is returned, the previous method does not return anything) is called which calls PreparedStatement.execute(sql). However, after the initial load of a portlet to the screen, I get an exception message that the connection has timed out, and nothing else works. I'm closing only the resultsets when I'm done with them, but I thought that closing connections were not necessary with pooling in Turbine. Even Jetspeed dies after the connection times out. Can anyone advise. Thanks. Using Jetspeed 1.3a-dev
Serg __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
