> I'm afraid, you'll might have to step through jOOQ > code with the debugger to assess where and why the > connection is really closed.
I usually put a breakpoint on the close() function of the connection object and inspect the stack trace to see who's calling the close(). -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
