Hi Kenneth,
Can you try to download the spring-remoting.jar from this url?
http://repo1.maven.org/maven2/org/springframework/spring-remoting/2.0.8/spring-remoting-2.0.8.jar
I just tried it on my box, it works.
I also tried to run mvn install on the created camel su artifact, it
works as I expected.
Please check you network, to make sure you can access
http://repo1.maven.org/maven2.
Willem
Kenneth H wrote:
Hi Willem,
It is now possible for me to:
1. Use the command: smx-arch su camel to create the SU
(see www.henriksenweb.com/servicemix/9.png)
2. Use the command: smx-arch sa to create the SA
(see www.henriksenweb.com/servicemix/10.png)
But when I try to put it all together with the command: mvn install I get
the error below
(or see www.henriksenweb.com/servicemix/11.png):
[INFO] Unable to find resource
'org.springframework:spring-remoting:jar:2.0.8' in repository codehaus
(http://repository.codehaus.org)
Downloading:
http://download.java.net/maven/1/org.springframework/jars/spring-remoting-2.0.8.jar
[INFO] Unable to find resource
'org.springframework:spring-remoting:jar:2.0.8' in repository java.net
(http://download.java.net/maven/1)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-remoting/2.0.8/spring-remoting-2.0.8.jar
[INFO] [jbi:generate-depends-file {execution:
default-generate-depends-file}]
[INFO] Created:
C:\Servicemix\Test\Test3\my-camel-su\target\classes\META-INF\maven\dependencies.properties
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 1 source file to
C:\Servicemix\Test\Test3\my-camel-su\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
error: error reading C:\Users\Kenneth
Henriksen\.m2\repository\org\springframework\spring-support\2.0.6\spring-support-2.0.6.jar;
error in opening zip file
error: error reading C:\Users\Kenneth
Henriksen\.m2\repository\xerces\xerces\2.0.2\xerces-2.0.2.jar; error in
opening zip file
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 44 seconds
[INFO] Finished at: Sat Nov 07 01:06:26 CET 2009
[INFO] Final Memory: 25M/44M
[INFO]
------------------------------------------------------------------------
I have no idea what this is about. Hoping (again) for your help.
Kind regards, Kenneth H