-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spanners Spring-WS Demo Application compilation failure #2
Comments
Looks like that version of activation is no longer available in the Maven Central repo. As a workaround, I've dependency managed this up to a later version. Please grab the latest version of the code for this fix. |
In my case still some errors. Seems that there is a Exception in request: java.net.ConnectException: Connection refused during tests. Below the complete terminal output MacBook-Pro-di-Michele:spanners michele$ mvn clean install T E S T SRunning org.dontpanic.spanners.dao.SpannersSecurityTest Results : Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] T E S T SThere are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] SoapUI 3.6 TestCaseRunner SummaryTime Taken: 895ms [INFO] ------------------------------------------------------------------------ |
Hi all,
when I try to execute mvn clean install I get the following error:
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spanners Spring-WS Demo Application 2.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Spanners demo applications ........................ SUCCESS [0.347s]
[INFO] Spanners database module .......................... SUCCESS [5.035s]
[INFO] Spanners Spring-WS Demo Application ............... FAILURE [0.220s]
[INFO] Spanners Struts Demo Application .................. SKIPPED
[INFO] Spanners Spring MVC Demo Application .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.800s
[INFO] Finished at: Wed Jul 16 19:02:06 CEST 2014
[INFO] Final Memory: 21M/231M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project spanners-ws: Could not resolve dependencies for project org.dontpanic:spanners-ws:war:2.7-SNAPSHOT: Failure to find javax.activation:activation:jar:1.0.2 in http://maven.springframework.org/milestone was cached in the local repository, resolution will not be reattempted until the update interval of com.springsource.repository.maven.milestone has elapsed or updates are forced
Can anyone help me ?
The text was updated successfully, but these errors were encountered: