Hi!
I am trying to deploy a JMS su, as described in the servicemix tutorial:
http://servicemix.apache.org/26-beginner-exercise.html

I have done what is written there (from step 1), but once I try to install
the JMS su (running the mvn install command), I get the following message:

[ERROR] Failed to execute goal on project JMSConsumer: Could not resolve
dependencies for project
de.innoshgs.iai.sm3:JMSConsumer:jbi-service-unit:0.0.1-SNAPSHOT: Failed to
collect dependencies for [org.apache.servicemix:servicemix-jms:jar:3.2.3
(compile)]: Failed to read artifact descriptor for
bouncycastle:bcprov-jdk13:jar:132: Could not transfer artifact
bouncycastle:bcprov-jdk13:pom:132 from java.net
(http://download.java.net/maven/1): No connector available to access
repository java.net (http://download.java.net/maven/1) of type legacy using
the available factories WagonRepositoryConnectorFactory -> [Help 1]

I tried to generate it and then compile, without changes, the same message.
I got JMS from another user, but I get the same message.

Googling doesn't really brought me to an answer.

The dependencies in the pom.xml file is this:


  <dependencies>
    <dependency>
      <groupId>org.apache.servicemix</groupId>
      <artifactId>servicemix-jms</artifactId>
      <version>${servicemix-version}</version>
    </dependency>
  </dependencies>

And I am using maven 3.0 ans servicemix 3.3

Does anybody know how to solve that?

thank you,
Oscar
-- 
View this message in context: 
http://servicemix.396122.n5.nabble.com/Problems-deploying-a-JMS-su-tp3249641p3249641.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to