You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Mohamed Mizar (JIRA)" <ji...@apache.org> on 2007/06/07 15:26:33 UTC

[jira] Created: (SM-962) Bug in JDBCStoreFactory When you use factory.open("store");

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.