Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14489

jboss-eap-7.2/bin/client/README-EJB-JMS.txt refers to org.wildfly instead of org.jboss.eap

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.2.0.CD12
    • 7.2.0.CD12
    • Productization
    • None

    Description

      jboss-eap-7.2/bin/client/README-EJB-JMS.txt refers to org.wildfly instead of org.jboss.eap

      README-EJB-JMS.txt contains:

          <dependencies>
              <dependency>
                  <groupId>org.wildfly</groupId>
                  <artifactId>wildfly-ejb-client-bom</artifactId>
                  <type>pom</type>
              </dependency>
              <dependency>
                  <groupId>org.wildfly</groupId>
                  <artifactId>wildfly-jms-client-bom</artifactId>
                  <type>pom</type>
              </dependency>
          </dependencies>
      

      It should contain:

          <dependencies>
              <dependency>
                  <groupId>org.jboss.eap</groupId>
                  <artifactId>wildfly-ejb-client-bom</artifactId>
                  <type>pom</type>
              </dependency>
              <dependency>
                  <groupId>org.jboss.eap</groupId>
                  <artifactId>wildfly-jms-client-bom</artifactId>
                  <type>pom</type>
              </dependency>
          </dependencies>
      
      unzip -l jboss-eap-7.2.0.CD12.CR1-maven-repository.zip | grep wildfly-jms-client-bom
              0  03-23-2018 07:15   jboss-eap-7.2.0.CD12-maven-repository/maven-repository/org/jboss/eap/wildfly-jms-client-bom/
              0  03-23-2018 07:15   jboss-eap-7.2.0.CD12-maven-repository/maven-repository/org/jboss/eap/wildfly-jms-client-bom/7.2.0.CD12-redhat-2/
             40  03-21-2018 14:23   jboss-eap-7.2.0.CD12-maven-repository/maven-repository/org/jboss/eap/wildfly-jms-client-bom/7.2.0.CD12-redhat-2/wildfly-jms-client-bom-7.2.0.CD12-redhat-2.pom.sha1
           6176  03-21-2018 14:22   jboss-eap-7.2.0.CD12-maven-repository/maven-repository/org/jboss/eap/wildfly-jms-client-bom/7.2.0.CD12-redhat-2/wildfly-jms-client-bom-7.2.0.CD12-redhat-2.pom
             32  03-21-2018 14:23   jboss-eap-7.2.0.CD12-maven-repository/maven-repository/org/jboss/eap/wildfly-jms-client-bom/7.2.0.CD12-redhat-2/wildfly-jms-client-bom-7.2.0.CD12-redhat-2.pom.md5
      

      Attachments

        Activity

          People

            psakar@redhat.com Petr Sakar (Inactive)
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: