Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1784

TXBridge quickstart contains a reference to an artifact that should be brought in via its corresponding uber jar

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.17.5
    • 4.17.4
    • Documentation, TxBridge
    • None
    • Hide

      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" {} \;

      Show
      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" {} \;

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              paul.robinson@redhat.com Paul Robinson
              thjenkin@redhat.com Tom Jenkinson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: