Most of the example apps are missing dependencies in WEB-INF/lib, so they won't start.
apps/pom.xml has the Spring dependencies marked 'optional', so they're not getting included. If all of the examples need those jars, we can remove the 'optional' marker and let the dependencies be inherited. Otherwise, they should be in <dependencyManagement> and listed in each app's pom. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]