Hi, On Fri, Sep 12, 2008 at 5:07 AM, MARTINEZ Antonio <[EMAIL PROTECTED]> wrote: > I'm using JackRabbit with Jboss with transaction. > > From my test, I need to close the SQL connection in the finally block of > the transaction, otherwise run out of SQL connection.
What SQL connection are you talking about? Even when Jackrabbit is internally configured to use a database, the client (or the transaction manager) should never try to access that connection directly. BR, Jukka Zitting
