Im running the latest version of play (2.2.1) where Im still seeing BoneCP unclosed connection errors. Based on the forums it sounds like there was an issue with older versions of boneCP that caused this problem that should be fixed with the version that ships out with play 2.2.1
I am not grabbing the database connection directly in any part of my application and going through ebeans for all database operations. Based on that, I assume the leak is being caused by either a) my misuse of ebeans (somehow) or b) a bug within ebeans itself.
Any pointers on what might be going on? At the minimum can someone point me to how I can enable connectionWatch to try and debug where this leak could be happening?
Thanks,
Gaurav
Error:
com.jolbox.bonecp.ConnectionPartition - BoneCP detected an unclosed connection and will now attempt to close it for you. You should be closing this connection in your application - enable connectionWatch for additional debugging assistance or set disableConnectionTracking to true to disable this feature entirely.