You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2007/12/01 19:43:26 UTC

[jira] Created: (SM-1160) Basic sample pom.xml has repo errors

Basic sample pom.xml has repo errors
------------------------------------

                 Key: SM-1160
                 URL: https://issues.apache.org/activemq/browse/SM-1160
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.2
         Environment: Ubuntu Linux
            Reporter: Glen Mazza
            Priority: Minor


The pom.xml in the basic sample needs updating.

Using the latest 3.2 ServiceMix download on Ubuntu Linux, I cannot get the "basic" ServiceMix sample to work out-of-the-box.  Running "mvn jbi:embeddedServicemix" as the instructions say (http://servicemix.apache.org/basic.html) is returning the following error message below.

This problem has occurred elsewhere:
http://www.nabble.com/ServiceMix-Dependencies-not-found-tf4822980s12049.html#a13798573

Error message:
....
Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
Downloading: http://repository.codehaus.org/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
90K downloaded
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.opensaml:opensaml:jar:1.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.opensaml -DartifactId=opensaml \
          -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=org.opensaml -DartifactId=opensaml \
          -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.servicemix.samples:basic:jar:3.2
        2) org.apache.servicemix:servicemix-jms:jar:3.2
        3) org.apache.servicemix:servicemix-shared:jar:3.2
        4) org.apache.servicemix:servicemix-soap:jar:3.2
        5) org.opensaml:opensaml:jar:1.1

2) org.apache.woden:woden:jar:1.0.0M6

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden \
          -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.apache.woden -DartifactId=woden \
          -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.servicemix.samples:basic:jar:3.2
        2) org.apache.servicemix:servicemix-jms:jar:3.2
        3) org.apache.servicemix:servicemix-shared:jar:3.2
        4) org.apache.servicemix:servicemix-soap2:jar:3.2
        5) org.apache.woden:woden:jar:1.0.0M6

----------
2 required artifacts are missing.

for artifact: 
  org.apache.servicemix.samples:basic:jar:3.2

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
  codehaus (http://repository.codehaus.org),
  apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache.incubating (http://people.apache.org/repo/m2-incubating-repository)





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1160) Basic sample pom.xml has repo errors

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40769 ] 

Bruce Snyder commented on SM-1160:
----------------------------------

This is because the ServiceMix Subversion repository was moved when the project graduated from the Incubator. See my response to Gordon on the servicemix-user mailing list on how to solve this: 

http://www.nabble.com/ServiceMix-Dependencies-not-found-tf4822980s12049.html

This is also why we're releasing ServiceMix 3.2.1 so quickly: 

http://www.nabble.com/-VOTE--Release-ServiceMix-3.2.1-tf4880474s12049.html

> Basic sample pom.xml has repo errors
> ------------------------------------
>
>                 Key: SM-1160
>                 URL: https://issues.apache.org/activemq/browse/SM-1160
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 3.2
>         Environment: Ubuntu Linux
>            Reporter: Glen Mazza
>            Assignee: Bruce Snyder
>            Priority: Minor
>
> The pom.xml in the basic sample needs updating.
> Using the latest 3.2 ServiceMix download on Ubuntu Linux, I cannot get the "basic" ServiceMix sample to work out-of-the-box.  Running "mvn jbi:embeddedServicemix" as the instructions say (http://servicemix.apache.org/basic.html) is returning the following error message below.
> This problem has occurred elsewhere:
> http://www.nabble.com/ServiceMix-Dependencies-not-found-tf4822980s12049.html#a13798573
> Error message:
> ....
> Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repository.codehaus.org/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> 90K downloaded
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.opensaml:opensaml:jar:1.1
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.opensaml -DartifactId=opensaml \
>           -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=org.opensaml -DartifactId=opensaml \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap:jar:3.2
>         5) org.opensaml:opensaml:jar:1.1
> 2) org.apache.woden:woden:jar:1.0.0M6
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap2:jar:3.2
>         5) org.apache.woden:woden:jar:1.0.0M6
> ----------
> 2 required artifacts are missing.
> for artifact: 
>   org.apache.servicemix.samples:basic:jar:3.2
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
>   codehaus (http://repository.codehaus.org),
>   apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache.incubating (http://people.apache.org/repo/m2-incubating-repository)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1160) Basic sample pom.xml has repo errors

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40770 ] 

Glen Mazza commented on SM-1160:
--------------------------------

I think this is a slightly different problem because the first link you give tells us to:

"
You should be able to fix this in your local copy by changing the
servicemix-m2-repo URL in the root pom.xml from this:

http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo

to this:

http://svn.apache.org/repos/asf/servicemix/m2-repo/ 
"

But there is no reference to 
http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo
in the basic sample's pom.xml, causing me to think this is a different problem.



> Basic sample pom.xml has repo errors
> ------------------------------------
>
>                 Key: SM-1160
>                 URL: https://issues.apache.org/activemq/browse/SM-1160
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 3.2
>         Environment: Ubuntu Linux
>            Reporter: Glen Mazza
>            Assignee: Bruce Snyder
>            Priority: Minor
>
> The pom.xml in the basic sample needs updating.
> Using the latest 3.2 ServiceMix download on Ubuntu Linux, I cannot get the "basic" ServiceMix sample to work out-of-the-box.  Running "mvn jbi:embeddedServicemix" as the instructions say (http://servicemix.apache.org/basic.html) is returning the following error message below.
> This problem has occurred elsewhere:
> http://www.nabble.com/ServiceMix-Dependencies-not-found-tf4822980s12049.html#a13798573
> Error message:
> ....
> Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repository.codehaus.org/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> 90K downloaded
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.opensaml:opensaml:jar:1.1
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.opensaml -DartifactId=opensaml \
>           -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=org.opensaml -DartifactId=opensaml \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap:jar:3.2
>         5) org.opensaml:opensaml:jar:1.1
> 2) org.apache.woden:woden:jar:1.0.0M6
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap2:jar:3.2
>         5) org.apache.woden:woden:jar:1.0.0M6
> ----------
> 2 required artifacts are missing.
> for artifact: 
>   org.apache.servicemix.samples:basic:jar:3.2
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
>   codehaus (http://repository.codehaus.org),
>   apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache.incubating (http://people.apache.org/repo/m2-incubating-repository)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SM-1160) Basic sample pom.xml has repo errors

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder reassigned SM-1160:
--------------------------------

    Assignee: Bruce Snyder

> Basic sample pom.xml has repo errors
> ------------------------------------
>
>                 Key: SM-1160
>                 URL: https://issues.apache.org/activemq/browse/SM-1160
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 3.2
>         Environment: Ubuntu Linux
>            Reporter: Glen Mazza
>            Assignee: Bruce Snyder
>            Priority: Minor
>
> The pom.xml in the basic sample needs updating.
> Using the latest 3.2 ServiceMix download on Ubuntu Linux, I cannot get the "basic" ServiceMix sample to work out-of-the-box.  Running "mvn jbi:embeddedServicemix" as the instructions say (http://servicemix.apache.org/basic.html) is returning the following error message below.
> This problem has occurred elsewhere:
> http://www.nabble.com/ServiceMix-Dependencies-not-found-tf4822980s12049.html#a13798573
> Error message:
> ....
> Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repository.codehaus.org/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> 90K downloaded
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.opensaml:opensaml:jar:1.1
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.opensaml -DartifactId=opensaml \
>           -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=org.opensaml -DartifactId=opensaml \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap:jar:3.2
>         5) org.opensaml:opensaml:jar:1.1
> 2) org.apache.woden:woden:jar:1.0.0M6
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap2:jar:3.2
>         5) org.apache.woden:woden:jar:1.0.0M6
> ----------
> 2 required artifacts are missing.
> for artifact: 
>   org.apache.servicemix.samples:basic:jar:3.2
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
>   codehaus (http://repository.codehaus.org),
>   apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache.incubating (http://people.apache.org/repo/m2-incubating-repository)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SM-1160) Basic sample pom.xml has repo errors

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated SM-1160:
-----------------------------

    Component/s: samples

> Basic sample pom.xml has repo errors
> ------------------------------------
>
>                 Key: SM-1160
>                 URL: https://issues.apache.org/activemq/browse/SM-1160
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 3.2
>         Environment: Ubuntu Linux
>            Reporter: Glen Mazza
>            Priority: Minor
>
> The pom.xml in the basic sample needs updating.
> Using the latest 3.2 ServiceMix download on Ubuntu Linux, I cannot get the "basic" ServiceMix sample to work out-of-the-box.  Running "mvn jbi:embeddedServicemix" as the instructions say (http://servicemix.apache.org/basic.html) is returning the following error message below.
> This problem has occurred elsewhere:
> http://www.nabble.com/ServiceMix-Dependencies-not-found-tf4822980s12049.html#a13798573
> Error message:
> ....
> Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repository.codehaus.org/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> 90K downloaded
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.opensaml:opensaml:jar:1.1
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.opensaml -DartifactId=opensaml \
>           -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=org.opensaml -DartifactId=opensaml \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap:jar:3.2
>         5) org.opensaml:opensaml:jar:1.1
> 2) org.apache.woden:woden:jar:1.0.0M6
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap2:jar:3.2
>         5) org.apache.woden:woden:jar:1.0.0M6
> ----------
> 2 required artifacts are missing.
> for artifact: 
>   org.apache.servicemix.samples:basic:jar:3.2
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
>   codehaus (http://repository.codehaus.org),
>   apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache.incubating (http://people.apache.org/repo/m2-incubating-repository)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1160) Basic sample pom.xml has repo errors

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40771 ] 

Bruce Snyder commented on SM-1160:
----------------------------------

{quote}
But there is no reference to
http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo
in the basic sample's pom.xml, causing me to think this is a different problem. 
{quote}

My recommendation was not to change the basic sample's pom.xml, it was to change the +*root*+ pom.xml for the entire ServiceMix project. All repos are defined in the ServiceMix root pom.xml because they are inherited by anything else in the project during a build. 

> Basic sample pom.xml has repo errors
> ------------------------------------
>
>                 Key: SM-1160
>                 URL: https://issues.apache.org/activemq/browse/SM-1160
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 3.2
>         Environment: Ubuntu Linux
>            Reporter: Glen Mazza
>            Assignee: Bruce Snyder
>            Priority: Minor
>
> The pom.xml in the basic sample needs updating.
> Using the latest 3.2 ServiceMix download on Ubuntu Linux, I cannot get the "basic" ServiceMix sample to work out-of-the-box.  Running "mvn jbi:embeddedServicemix" as the instructions say (http://servicemix.apache.org/basic.html) is returning the following error message below.
> This problem has occurred elsewhere:
> http://www.nabble.com/ServiceMix-Dependencies-not-found-tf4822980s12049.html#a13798573
> Error message:
> ....
> Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repository.codehaus.org/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-soap/3.2/servicemix-soap-3.2.jar
> 90K downloaded
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.opensaml:opensaml:jar:1.1
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.opensaml -DartifactId=opensaml \
>           -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=org.opensaml -DartifactId=opensaml \
>           -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap:jar:3.2
>         5) org.opensaml:opensaml:jar:1.1
> 2) org.apache.woden:woden:jar:1.0.0M6
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.apache.woden -DartifactId=woden \
>           -Dversion=1.0.0M6 -Dpackaging=jar -Dfile=/path/to/file \
>            -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.servicemix.samples:basic:jar:3.2
>         2) org.apache.servicemix:servicemix-jms:jar:3.2
>         3) org.apache.servicemix:servicemix-shared:jar:3.2
>         4) org.apache.servicemix:servicemix-soap2:jar:3.2
>         5) org.apache.woden:woden:jar:1.0.0M6
> ----------
> 2 required artifacts are missing.
> for artifact: 
>   org.apache.servicemix.samples:basic:jar:3.2
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   servicemix-m2-repo (http://svn.apache.org/repos/asf/incubator/servicemix/m2-repo),
>   codehaus (http://repository.codehaus.org),
>   apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache.incubating (http://people.apache.org/repo/m2-incubating-repository)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.