You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2014/06/29 12:36:24 UTC

[jira] [Closed] (OFBIZ-5129) Support for Atomikos Transactions Essentials

     [ https://issues.apache.org/jira/browse/OFBIZ-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-5129.
----------------------------------

    Resolution: Incomplete

> Support for Atomikos Transactions Essentials
> --------------------------------------------
>
>                 Key: OFBIZ-5129
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5129
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Jacopo Cappellato
>            Assignee: Adam Heath
>            Priority: Minor
>         Attachments: ate-3.8.0-atomikos-util.jar, ate-3.8.0-transactions-api.jar, ate-3.8.0-transactions-jdbc.jar, ate-3.8.0-transactions-jta.jar, ate-3.8.0-transactions-osgi.jar, ate-3.8.0-transactions.jar, ofbiz_atomikos.patch
>
>
> This is a work in progress to enable OFBiz to use Atomikos Transactions Essentials for Database Connection Pooling and Transaction Management:
> http://www.atomikos.com/Main/TransactionsEssentials
> I have worked on it a few months ago but then I had no time to finalize my effort; the patch works but there are a few details that needs to be completed:
> # there is an issue (blocker) in GenericAbstractDispatcher.java (see FIXME comment in my patch)
> # a few minor code enhancements and cleanups are required (see various FIXME/TODO comments mostly all in AtomikosTransactionFactory.java): some Derby specific settings etc...
> # more testing
> The instructions to deploy this work:
> # apply to OFBiz trunk (I have updated my patch to trunk rev 1440295, latest as of now) the patch attached to this Jira ticket
> # copy the 6 jars attached (from Atomikos Transactions Essentials 3.8.0) in the folder framework/entity/lib/
> # create the folder runtime/txlog/
> # make sure that the patch adds the new files:
> framework/entity/config/transactions.properties
> framework/entity/src/org/ofbiz/entity/transaction/AtomikosTransactionFactory.java



--
This message was sent by Atlassian JIRA
(v6.2#6252)