Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-447

Patch to add UserTransaction support.

XMLWordPrintable

    • Hide
       Use the diff file to apply the changes to JCA head branch.
       Place the TestCase in a newly created package 'org.jboss.jca.core.connectionmanager.tx.usertransaction'. in the module called 'core'. eg.
      core/src/test/java/org/jboss/jca/core/connectionmanager/tx/usertransaction/UserTransactionTestCase.java
      Show
       Use the diff file to apply the changes to JCA head branch.  Place the TestCase in a newly created package 'org.jboss.jca.core.connectionmanager.tx.usertransaction'. in the module called 'core'. eg. core/src/test/java/org/jboss/jca/core/connectionmanager/tx/usertransaction/UserTransactionTestCase.java
    • Low

      An application wanting to use the UserTransaction object to demarcate a unit of work cannot do so.
      This patch adds changes to the codebase which binds the UserTransaction object to JNDI.

      The attached files are:

      • An svn diff with changes to
      • transaction.xml
      • A unit test case to check the object can now use a Context to look up UserTransaction.

        1. diff-ironmanjca.txt
          0.9 kB
          Jeremy Whiting
        2. UserTransactionTestCase.java
          3 kB
          Jeremy Whiting

            jpederse@redhat.com Jesper Pedersen
            jwhiting@redhat.com Jeremy Whiting
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: