Bug in JDBCStoreFactory When you use factory.open("store");
-----------------------------------------------------------
Key: SM-962
URL: https://issues.apache.org/activemq/browse/SM-962
Project: ServiceMix
Issue Type: Bug
Components: servicemix-core
Affects Versions: 3.2
Environment: Win xp, jdk 1.5
Reporter: Mohamed Mizar
Priority: Critical
Attachments: JdbcStoreFactory.java
"factory.open("store");"
raise an SQLException: Exception while creating database
the cause is the connection.commit();
if the autocommit is activated the connecdtion.commit() raise the above
Exception.
the patch is in attachment...
thinks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.