Hi!
I've created a new Roo project, executed the expenses.roo script, enabled GWT and when I try to run the application as a webapp it fails with the error below.
I've searched the forums, but nothing I found solved the problem:
- I switched the dataprovider
- I did a "perform eclipse"
- I checked my pom.xml
Any clues?
The complete log is attached!
Here's the error:
Code:
2010-09-09 01:41:23,712 [main] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx]
Offending resource: file [D:\springsource\workspace-sts\expenses_test\src\main\resources\META-INF\spring\applicationContext.xml]
Dependency in my pom.xml:
Code:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${spring.version}</version>
</dependency>