Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
servicemix-utils-1.3.0
-
None
-
Patch Available
Description
The JdbcStoreFactory when tries to open the store it performs a connection.commit(). In cases where the auto-commit is set on the connection, this result in an Exception.
This should be handled.