I've read the following: . JOOQ documentation . https://groups.google.com/forum/#!topic/jooq-user/geYotcwEcRM . https://groups.google.com/forum/#!searchin/jooq-user/DSLContext$20thread-safe/jooq-user/ojz-EF9U4Cw/YwbDiJl7UxMJ . https://groups.google.com/forum/#!searchin/jooq-user/DSLContext$20thread-safe/jooq-user/VK7KQcjj3Co/lSI9anheMg0J
After re-reading the above, my understanding is that DSLContext is thread-safe as long as the ConnectionProvider provides a connection that is not used by any other thread and that no application code in the thread using the DSLContext object modifies configuration state (dialect, settings, data). However, I'm wondering... Does JOOQ carry any transaction identifier or anything like that inside DSLContext that might make reuse of a DSLContext problematic within the context of an XA transaction? Thanks! -- 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/d/optout.
