Results 1 to 2 of 2

Thread: Spring Security without web components

  1. #1
    Join Date
    Jan 2011
    Posts
    2

    Default Spring Security without web components

    I've configured by Spring Batch job to login to our system that is using Spring Security. Now when running this batch job I get:

    ERROR org.springframework.security.config.SecurityNamesp aceHandler - Failed to load required web classes
    java.lang.ClassNotFoundException: org.springframework.security.web.FilterChainProxy
    The job continues just fine but I'm left wondering is this (context) configuration error on my behalf or is it even possible to run Spring Security without web dependencies?

  2. #2
    Join Date
    Jan 2008
    Posts
    1,833

    Default

    What does your configuration look like? What version of Spring Security are you using? If you are not using the latest version ensure you have updated.
    Rob Winch
    Twitter @rob_winch
    Spring Security Lead
    Spring by Pivotal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •