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.

Reply via email to