Results 1 to 4 of 4

Thread: class not found SimpleAclEntry

  1. #1
    Join Date
    Dec 2004
    Location
    Vancouver, BC
    Posts
    80

    Default class not found SimpleAclEntry

    I get this error when running my app under tomcat 5.x

    ERROR web.context.ContextLoader - Context initialization failed
    org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'net.sf.acegisecurity.acl.basic.SimpleAclEntry.ADM INISTRATION' defined in ServletContext resource [/WEB-INF/classes/applicationContext-common-authorization.xml]: Initialization of bean failed; nested exception is java.lang.ClassNotFoundException:
    net/sf/acegisecurity/acl/basic/SimpleAclEntry
    java.lang.ClassNotFoundException:
    net/sf/acegisecurity/acl/basic/SimpleAclEntry


    I have attached the xml declaration:
    <bean id="net.sf.acegisecurity.acl.basic.SimpleAclEntry. ADMINISTRATION"
    class="org.springframework.beans.factory.config.Fi eldRetrievingFactoryBean">
    <property name="staticField">
    <value>
    net.sf.acegisecurity.acl.basic.SimpleAclEntry.ADMI NISTRATION</value>
    </property>
    </bean>


    Any ideas?

    Thanks,

    Craig

  2. #2
    Join Date
    Dec 2004
    Location
    Vancouver, BC
    Posts
    80

    Default more...

    I guess I should say I am using 0.8. I have checked my web-inf/lib/acegi.... jar file, and that class does exist.

    thanks

  3. #3
    Join Date
    Dec 2004
    Location
    Vancouver, BC
    Posts
    80

    Default and more...

    I had authentication working fine before I introduced the authorization beans.

  4. #4
    Join Date
    Dec 2004
    Location
    Vancouver, BC
    Posts
    80

    Default figured it out

    was a crlf or something in my xml file.

Similar Threads

  1. Order of Bean definitions matters?
    By cfuser in forum Container
    Replies: 2
    Last Post: Oct 21st, 2005, 10:29 AM
  2. Unit testing with JOTM and JtaTransactionManager
    By lalle in forum Architecture
    Replies: 1
    Last Post: Oct 15th, 2005, 09:05 AM
  3. EHCaching Hibernate
    By dencamel in forum Data
    Replies: 3
    Last Post: Sep 6th, 2005, 09:03 PM
  4. Replies: 4
    Last Post: Aug 17th, 2005, 04:42 AM
  5. Stack Overflow
    By rayho222 in forum Container
    Replies: 6
    Last Post: May 17th, 2005, 03:42 AM

Posting Permissions

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