You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Ioannis Canellos (JIRA)" <ji...@apache.org> on 2010/10/05 15:49:40 UTC

[jira] Created: (SM-1999) JdbcStoreFactory performs commit even when autocommit is set.

JdbcStoreFactory performs commit even when autocommit is set.
-------------------------------------------------------------

                 Key: SM-1999
                 URL: https://issues.apache.org/activemq/browse/SM-1999
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-utils
            Reporter: Ioannis Canellos


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.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SM-1999) JdbcStoreFactory performs commit even when autocommit is set.

Posted by "Ioannis Canellos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ioannis Canellos updated SM-1999:
---------------------------------

    Attachment: SM-1999-patch.txt

I am attaching a patch that performs that check.

> JdbcStoreFactory performs commit even when autocommit is set.
> -------------------------------------------------------------
>
>                 Key: SM-1999
>                 URL: https://issues.apache.org/activemq/browse/SM-1999
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-utils
>            Reporter: Ioannis Canellos
>         Attachments: SM-1999-patch.txt
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.