Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-43

build errors: jms missing, embedded excluded

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Alpha1
    • None
    • None
    • None
    • Documentation (Ref Guide, User Guide, etc.), Interactive Demo/Tutorial

    Description

      Issue 1: jms JAR missing from demo app.

      Missing:
      ----------
      1) javax.jms:jms:jar:1.1

      Try downloading the file manually from:
      http://java.sun.com/products/jms/docs.html

      Then, install it using the command:
      mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file

      Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
      1) iorg.jboss.arquillian:arquillian-demo:jar:1.0.0-SNAPSHOT
      2) javax.jms:jms:jar:1.1

      ----------
      1 required artifact is missing.

      for artifact:
      iorg.jboss.arquillian:arquillian-demo:jar:1.0.0-SNAPSHOT

      from the specified remote repositories:
      central (http://repo1.maven.org/maven2)

      Issue 2: container-jboss-embedded and demo not included in master build.
      I am not sure if this is an accident or the intended structure. If you intended to keep them separate, could you please update the documentation? I found this bug trying to run:

      http://community.jboss.org/docs/DOC-14376?uniqueTitle=false

      Attachments

        Activity

          People

            Unassigned Unassigned
            sboscarine_jira Steven Boscarine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: