It still doesn't work in the full-source mode. The workaround is to use
maven 2.0.8 instead of 2.09:
http://www.nabble.com/BeanDefinitionStoreException%3A-Unexpected-exception-parsing-XML-...-applicationContext-service.xml-to16660149s2369.html#a16763592
Spirka, Andreas | SCARUS schrieb:
Hi,
i solved it. The Problem was a missing dependency in pom.xml:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
Added this to the other dependencies.
regards
Spirka, Andreas | SCARUS schrieb:
Hello,
i downloaded the Basic Struts2 archetype. But i get an error when i
try to run mvn:
Login:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error executing ant tasks
Embedded error: The following error occurred while executing this line:
C:\TestAppFuse\sipromastrutsbasic\src\test\resources\login.xml:1:
Step[invoke "g
et Login Page" (1/6)]: HTTP error 404, at: invoke
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 33 seconds
[INFO] Finished at: Thu Apr 24 09:27:35 CEST 2008
[INFO] Final Memory: 26M/63M
[INFO]
------------------------------------------------------------------------
mvn jetty:run and mvn jetty:run-war don't work.
But the Jsf and Tapestry archetypes work well. Why must Struts always
break ranks?
regards
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]