Hi,
I'm having some problems building the airline sample application with maven.
First, there was a problem with JTA, which I could solve by copying the jta jar into my local maven repository (the proposed mvn install:install-file didn't work either).
Now, I have the following error when I try to run "mvn -P hsqldb jetty:run":
I've googled for a while now, and can't find this library... Any ideas?Code:[INFO] Failed to resolve artifact. Missing: ---------- 1) javax.xml.crypto:xmldsig:jar:1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=javax.xml.crypto -DartifactId=xmldsig \ -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.springframework.ws:airline:war:1.0-rc2 2) org.springframework.ws:spring-ws-security:jar:1.0-rc2 3) com.sun.xml.wss:xws-security:jar:2.0-FCS 4) javax.xml.crypto:xmldsig:jar:1.0 ---------- 1 required artifact is missing. for artifact: org.springframework.ws:airline:war:1.0-rc2 from the specified remote repositories: central (http://repo1.maven.org/maven2), java.net (http://download.java.net/maven/1/)
Thanks!


Reply With Quote