I've been trying to get Acegi integrated into my
application.

It's been going fine, but I can't seem to figure out
how to get past this problem. Any help with this would
be greatly appreciated!

I started with acegisecurity 0.81, and then got a
nightly build (from last night) and build
0.82-SNAPSHOT; but got the same results.

I have this 

<bean id="filterChainProxy"
   
class="net.sf.acegisecurity.util.FilterChainProxy"> 
    <property name="filterInvocationDefinitionSource">
       <value>
          CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON 
          PATTERN_TYPE_APACHE_ANT
         
/**=authenticationProcessingFilter,httpSessionIntegrationFilter,securityEnforcementFilter

       </value>
    </property>
  </bean> 

in my applicationContext.xml; which seems to be
relevant to the following stack trace.

2005-03-24 10:06:27 StandardContext[/eHold]Exception
starting filter Acegi Filter Chain Proxy
javax.servlet.ServletException: Bean context must
contain at least one bean of type
net.sf.acegisecurity.util.FilterChainProxy
        at
net.sf.acegisecurity.util.FilterToBeanProxy.doInit(FilterToBeanProxy.java:200)
        at 
net.sf.acegisecurity.util.FilterToBeanProxy.init(FilterToBeanProxy.java:137)


-------------------------------------------------------
This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r) & Windows Mobile(tm) platforms, applications & content.  Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to