You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2016/08/31 09:46:21 UTC

[jira] [Resolved] (BATCHEE-89) replace geronimo-tx-components with just the tx api

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

Mark Struberg resolved BATCHEE-89.
----------------------------------
    Resolution: Fixed

> replace geronimo-tx-components with just the tx api
> ---------------------------------------------------
>
>                 Key: BATCHEE-89
>                 URL: https://issues.apache.org/jira/browse/BATCHEE-89
>             Project: BatchEE
>          Issue Type: Bug
>    Affects Versions: 0.3-incubating
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Minor
>             Fix For: 0.4-incubating
>
>
> we currently import the module 
> {code}
> <groupId>org.apache.geronimo.components</groupId>
> <artifactId>geronimo-transaction</artifactId>
> {code}
> But what we actually should use is.
> {code}
> <groupId>org.apache.geronimo.specs</groupId>
> <artifactId>geronimo-jta_1.1_spec</artifactId>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)