You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Brian DePradine (JIRA)" <ji...@apache.org> on 2010/03/09 18:05:27 UTC

[jira] Created: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Refactor the transaction test datasource component to make it reusable
----------------------------------------------------------------------

                 Key: ARIES-232
                 URL: https://issues.apache.org/jira/browse/ARIES-232
             Project: Aries
          Issue Type: Improvement
          Components: Transaction
            Reporter: Brian DePradine
         Attachments: transaction.txt

The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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


[jira] Assigned: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zoe slattery reassigned ARIES-232:
----------------------------------

    Assignee: zoe slattery

> Refactor the transaction test datasource component to make it reusable
> ----------------------------------------------------------------------
>
>                 Key: ARIES-232
>                 URL: https://issues.apache.org/jira/browse/ARIES-232
>             Project: Aries
>          Issue Type: Improvement
>          Components: Transaction
>            Reporter: Brian DePradine
>            Assignee: zoe slattery
>         Attachments: transaction.txt
>
>
> The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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


[jira] Commented: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843607#action_12843607 ] 

zoe slattery commented on ARIES-232:
------------------------------------

Hi Brian - I tried to apply your patch against a checkout at 16:00 on the 10th March. It looks as though there may have been some changes since you created the patch. Would it be possible for you to recreate against the current source tree?

Thanks, Zoe

> Refactor the transaction test datasource component to make it reusable
> ----------------------------------------------------------------------
>
>                 Key: ARIES-232
>                 URL: https://issues.apache.org/jira/browse/ARIES-232
>             Project: Aries
>          Issue Type: Improvement
>          Components: Transaction
>            Reporter: Brian DePradine
>            Assignee: zoe slattery
>         Attachments: transaction.txt
>
>
> The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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


[jira] Updated: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Posted by "Brian DePradine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian DePradine updated ARIES-232:
----------------------------------

    Attachment: transaction.txt

Hi Zoe,

I am now attaching a new versionof the patch based on revision 921802.

> Refactor the transaction test datasource component to make it reusable
> ----------------------------------------------------------------------
>
>                 Key: ARIES-232
>                 URL: https://issues.apache.org/jira/browse/ARIES-232
>             Project: Aries
>          Issue Type: Improvement
>          Components: Transaction
>            Reporter: Brian DePradine
>            Assignee: zoe slattery
>         Attachments: transaction.txt
>
>
> The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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


[jira] Updated: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Posted by "Brian DePradine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian DePradine updated ARIES-232:
----------------------------------

    Attachment: transaction.txt

Here is a patch that addresses this issue.

> Refactor the transaction test datasource component to make it reusable
> ----------------------------------------------------------------------
>
>                 Key: ARIES-232
>                 URL: https://issues.apache.org/jira/browse/ARIES-232
>             Project: Aries
>          Issue Type: Improvement
>          Components: Transaction
>            Reporter: Brian DePradine
>         Attachments: transaction.txt
>
>
> The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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


[jira] Closed: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zoe slattery closed ARIES-232.
------------------------------


Thank you Brian!

> Refactor the transaction test datasource component to make it reusable
> ----------------------------------------------------------------------
>
>                 Key: ARIES-232
>                 URL: https://issues.apache.org/jira/browse/ARIES-232
>             Project: Aries
>          Issue Type: Improvement
>          Components: Transaction
>            Reporter: Brian DePradine
>            Assignee: zoe slattery
>         Attachments: transaction.txt
>
>
> The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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


[jira] Resolved: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zoe slattery resolved ARIES-232.
--------------------------------

    Resolution: Fixed

Completed

> Refactor the transaction test datasource component to make it reusable
> ----------------------------------------------------------------------
>
>                 Key: ARIES-232
>                 URL: https://issues.apache.org/jira/browse/ARIES-232
>             Project: Aries
>          Issue Type: Improvement
>          Components: Transaction
>            Reporter: Brian DePradine
>            Assignee: zoe slattery
>         Attachments: transaction.txt
>
>
> The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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


[jira] Updated: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Posted by "Brian DePradine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian DePradine updated ARIES-232:
----------------------------------

    Attachment:     (was: transaction.txt)

> Refactor the transaction test datasource component to make it reusable
> ----------------------------------------------------------------------
>
>                 Key: ARIES-232
>                 URL: https://issues.apache.org/jira/browse/ARIES-232
>             Project: Aries
>          Issue Type: Improvement
>          Components: Transaction
>            Reporter: Brian DePradine
>            Assignee: zoe slattery
>
> The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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


[jira] Work started: (ARIES-232) Refactor the transaction test datasource component to make it reusable

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on ARIES-232 started by zoe slattery.

> Refactor the transaction test datasource component to make it reusable
> ----------------------------------------------------------------------
>
>                 Key: ARIES-232
>                 URL: https://issues.apache.org/jira/browse/ARIES-232
>             Project: Aries
>          Issue Type: Improvement
>          Components: Transaction
>            Reporter: Brian DePradine
>            Assignee: zoe slattery
>         Attachments: transaction.txt
>
>
> The org.apache.aries.transaction.testds component currently provides JDBC wrappers to facilitate enlisting XAResources in transactions. Other components such as the blog sample and aries trader sample will need to reuse this facility in order to participate in global transactions. This is currently not possible, however, becuase this component also hardcodes details such as data source class names used by the transaction integration tests. These details should be separated out so that the wrappers themselves are reusable.

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