Re: [appfuse-user] Missing DefaultValidatorFactory In 2.0-m4

2007-04-19 Thread Matt Raible
Are you using a basic or modular archetype. If basic, can you attach your pom.xml (or paste it into an e-mail)? Matt On 4/19/07, ibc <[EMAIL PROTECTED]> wrote: mraible wrote: > > The JAR you're looking for is named > "spring-modules-validation-0.8.jar". You can use "mvn clean" to clean. >

Re: [appfuse-user] Missing DefaultValidatorFactory In 2.0-m4

2007-04-19 Thread ibc
mraible wrote: > > The JAR you're looking for is named > "spring-modules-validation-0.8.jar". You can use "mvn clean" to clean. > Thanks Matt... But I've added both spring-modules-validation-0.8.jar to the directory `target\work\webapp\WEB-INF\lib`, but that can't be right, because "mvn clea

Re: [appfuse-user] Missing DefaultValidatorFactory In 2.0-m4

2007-04-19 Thread Matt Raible
If you're using 2.0-m4 and you have appfuse-spring as a dependency, this shouldn't be happening. Have you added or removed any dependencies from your pom.xml? It sounds like you might've removed the appfuse-spring dependency with a warpath type. Matt On 4/19/07, ibc <[EMAIL PROTECTED]> wrote:

Re: [appfuse-user] Missing DefaultValidatorFactory In 2.0-m4

2007-04-19 Thread ibc
ibc wrote: > > When I run `mvn jetty:run-war` from the command line, the WAR file is > built without errors, but when jetty tries to load it, it fails and shuts > down with a Spring initialization error: > An update. I dropped two missing JAR files: - spring-modules-validation.jar

Re: [appfuse-user] Missing DefaultValidatorFactory In 2.0-m4

2007-04-19 Thread Matt Raible
The JAR you're looking for is named "spring-modules-validation-0.8.jar". You can use "mvn clean" to clean. Matt On 4/19/07, ibc <[EMAIL PROTECTED]> wrote: When I run `mvn jetty:run-war` from the command line, the WAR file is built without errors, but when jetty tries to load it, it fails and s

[appfuse-user] Missing DefaultValidatorFactory In 2.0-m4

2007-04-19 Thread ibc
When I run `mvn jetty:run-war` from the command line, the WAR file is built without errors, but when jetty tries to load it, it fails and shuts down with a Spring initialization error: Embedded error: Cannot find class [org.springmodules.validation.commons.DefaultValidatorFactory] for bean with n