Uploaded image for project: 'JBoss WFK 2'
  1. JBoss WFK 2
  2. WFK2-869

Richfaces: archetype simpleapp contains old version of WFK bom and RichFaces

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Critical
    • Resolution: Done
    • Affects Version/s: 2.6.0.GA, 2.7.0.CR1
    • Fix Version/s: 2.7.0.GA
    • Component/s: RichFaces
    • Labels:
      None
    • Target Release:
    • Affects:
      Release Notes
    • Release Notes Docs Status:
      Documented as Resolved Issue
    • Release Notes Text:
      Hide
      The RichFaces simple archetype, version 2.6.0.Final, was not updated to use the JBoss Web Framework Kit BOM 2.6.0-redhat-1, continuing to reference the BOM 2.5.0-redhat-1 and old artifacts. For JBoss Web Framework Kit 2.7, the RichFaces simple archetype has been correctly updated to the BOM 2.7.0-redhat-1.
      Show
      The RichFaces simple archetype, version 2.6.0.Final, was not updated to use the JBoss Web Framework Kit BOM 2.6.0-redhat-1, continuing to reference the BOM 2.5.0-redhat-1 and old artifacts. For JBoss Web Framework Kit 2.7, the RichFaces simple archetype has been correctly updated to the BOM 2.7.0-redhat-1.

      Description

      After generating the project from archetype with:
      mvn archetype:generate -DarchetypeGroupId=org.jboss.archetype.wfk -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=2.7.0.Final -s path/to//wfk/settings
      The pom.xml contains old artifacts:

      WFK bom version:
      <version.jboss.bom.wfk>2.5.0-redhat-1</version.jboss.bom.wfk>, but should be <version.jboss.bom.wfk>2.7.0-redhat-1</version.jboss.bom.wfk>

      RichFaces:

              <!-- Import the RichFaces core library -->
              <dependency>
                  <groupId>org.richfaces.core</groupId>
                  <artifactId>richfaces-core-impl</artifactId>
              </dependency>
              <!-- Import the RichFaces components -->
              <dependency>
                  <groupId>org.richfaces.ui</groupId>
                  <artifactId>richfaces-components-ui</artifactId>
              </dependency>
      

      , but should be:

              <!-- Import the RichFaces library -->
              <dependency>
                  <groupId>org.richfaces</groupId>
                  <artifactId>richfaces</artifactId>
              </dependency>
      

        Gliffy Diagrams

          Attachments

            Activity

              People

              • Assignee:
                manaRH Marek Novotny
                Reporter:
                jstefek Jiří Štefek
              • Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: