Hi Paul, Yes, I've seen the update, thanks. I've been trying to reproduce this issue with no avail. I failed earlier as my minimal understanding of the @Bean annotation kept me from reaching the point where connections are unexpectedly closed. I've also discussed this with Petri Kainulainen on Twitter (the author of the blog post you referenced), but he wasn't able to reproduce it either, so far.
The problem with such Spring setups is that dependency-injection is very complex, subtle, and very hard to debug. I'm afraid that for me to be able to help you, I would need a minimal project (preferrably Maven-based). Once this is understood, I will try to update the jOOQ / Spring examples to use annotation-based configurations, rather than XML-based ones. Would you be willing to reduce your problem to a minimal setup? Cheers Lukas 2014-01-31 <[email protected]>: > > Hi Lukas > > Thanks for your reply on StackOverflow. I've posted some more > configuration code, I'm hoping it's what you needed to see. Look forward to > your reply. > Many thanks! > > On Tuesday, January 28, 2014 11:58:18 AM UTC+10, [email protected] wrote: >> >> Hi All, >> >> Could you please take a look at my question on stackoverflow, as I do not >> feel like typing it out again! If you have any input feel free to reply >> here or there -- I'm desperate! >> To make a long story short, I am having 'connection is closed' errors >> coming from jooq SQLException/boneCP immediately following a 'connection >> closed twice' from the boneCP connectionwatcher thread. >> >> *http://stackoverflow.com/questions/21395359/jooq-spring-and-bonecp-connection-closed-twice-error >> <http://stackoverflow.com/questions/21395359/jooq-spring-and-bonecp-connection-closed-twice-error>* >> >> >> Many thanks >> >> Paul >> > -- > 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. > -- 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.
