Results 1 to 2 of 2

Thread: Spring Security Jars

  1. #1

    Question Spring Security Jars

    I'm extremely new to Spring Security and can't seem to figure out which jar files are required to get it up and running. I'm using Netbeans, which by default only includes spring-2.5.jar and spring-webmvc-2.5.jar in the lib folder.

    I downloaded both the latest Spring Security distribution, but started getting NoClassDefFound exceptions regarding AspectJ. After some searching, I also tried downloading the latest Spring release with dependencies and added the included AspectJ jars, only to get this very confusing message:

    java.lang.NoSuchMethodError: org.springframework.aop.config.AopNamespaceUtils.r egisterAutoProxyCreatorIfNecessary(Lorg/springframework/beans/factory/xml/ParserContext;Ljava/lang/Object

    I've searched and searched, but now I must concede that I have no idea what I'm doing or what I'm looking for. Any assistance for this beginner would be very much appreciated.

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

Tags for this Thread

Posting Permissions

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