Re: Trying get Spring security working

2012-01-18 Thread Russell Pitre
Look here for more info on Spring and logging. From section 1.3.2.x of http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/overview.html dependency groupIdorg.slf4j/groupId artifactIdjcl-over-slf4j/artifactId version1.5.8/version /dependency

Re: Trying get Spring security working

2012-01-17 Thread Jeff Schneller
It looks like you are missing the apache commons logging jar based on the stack trace. I believe it is a dependency for spring You may also need sflj and/or log4j. Sent from my iPhone On Jan 18, 2012, at 1:08 AM, Brian Lavender br...@brie.com wrote: Can someone tell me what I am missing