Fixed
Details
Assignee
Sanne GrinoveroSanne GrinoveroReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created August 10, 2020 at 8:35 AM
Updated August 10, 2020 at 3:41 PM
Resolved August 10, 2020 at 9:58 AM
Apparently some applications or containers have integration code which could attempt to release the resources managed by a
LogicalConnectionManagedImpl
concurrently.While this is IMO a bug in either the integration code or the user's code, it triggers an NPE in ORM which makes it a bit obscure. We can avoid the NPE with slightly more defensive code, which I plan to introduce with this patch.
I still plan to throw an exception, just possibly hinting about the real cause.