[jbossts-issues] [JBoss JIRA] (JBTM-1784) TXBridge quickstart contains a reference to an artifact that should be brought in via its corresponding uber jar

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Wed Jun 19 15:42:20 EDT 2013


     [ https://issues.jboss.org/browse/JBTM-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson updated JBTM-1784:
--------------------------------

    Workaround Description: 
git clone https://github.com/jbosstm/quickstart.git
git checkout 4.17.4
find . -name \pom.xml -exec sed -i "s/>jta</>narayana-jta</g" {} \;

  was:
Check out tag:
git clone https://github.com/jbosstm/quickstart.git
git checkout 4.17.4
find . -name \pom.xml -exec sed -i "s/>jta</>narayana-jta</g" {} \;


    
> TXBridge quickstart contains a reference to an artifact that should be brought in via its corresponding uber jar
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: JBTM-1784
>                 URL: https://issues.jboss.org/browse/JBTM-1784
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Documentation, TxBridge
>    Affects Versions: 4.17.4
>            Reporter: Tom Jenkinson
>            Assignee: Paul Robinson
>             Fix For: 4.17.5
>
>
> TXBridge/demo/service/pom.xml and TXBridge/demo/service/pom.xml both reference:
>             <groupId>org.jboss.jbossts.jta</groupId>
>             <artifactId>jta</artifactId>
> When they should reference the uber jar:
>             <artifactId>narayana-jta</artifactId>
> The uber jar is uploaded to maven central whereas the constituent jars are intermediary build artifacts.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list