Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-6169

EAP 5.0.1 Source Code Missing Maven Dependencies

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • TBD EAP 5
    • EAP 5.0.1
    • None
    • Hide

      Download the source code, cd into jboss-as: mvn clean install. You will get an error. The first 2 I listed are required to make the build work. The second two go as follows:
      cd into /jboss-as/messaging mvn clean install
      cd into /jboss-as/main mvn clean install

      Show
      Download the source code, cd into jboss-as: mvn clean install. You will get an error. The first 2 I listed are required to make the build work. The second two go as follows: cd into /jboss-as/messaging mvn clean install cd into /jboss-as/main mvn clean install
    • Low

    Description

      Missing Maven Dependencies

      Open <SOURCE FOLDER HOME>/jboss-as/system-jmx/pom.xml. Add the following into the <dependencies>...</dependencies>
      <dependency>
      <groupId>org.jboss.cl</groupId>
      <artifactId>jboss-classloader</artifactId>
      </dependency>

      Open <SOURCE FOLDER HOME>/jboss-as/ejb3/pom.xml. Add the following into the <dependencies>...</dependencies>
      <dependency>
      <groupId>org.jboss.ejb3</groupId>
      <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
      </dependency>

      Open <SOURCE FOLDER HOME>/jboss-as/messaging/pom.xml. Add the following into the <dependencies>...</dependencies>
      <dependency>
      <groupId>org.jboss</groupId>
      <artifactId>jboss-mdr</artifactId>
      </dependency>

      Open <SOURCE FOLDER HOME>/jboss-as/main/pom.xml. Add the following into the <dependencies>...</dependencies>
      <dependency>
      <groupId>jacorb</groupId>
      <artifactId>jacorb</artifactId>
      </dependency>

      Attachments

        Activity

          People

            Unassigned Unassigned
            ebrand@redhat.com Emily Brand
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: