Thanks for responding. I was missing some "parts" of the config files.. I got everything cleared up so my web application starts (Yay!!).
Now, the problem is.. I get a infinite redirect on web application. I'd image I screwed something up in the Controller setup (I'm not familiar with Spring MVC and am trying to incorporate this in a Struts app) and that is causing my problem. --- Ben Alex <[EMAIL PROTECTED]> wrote: > Greg Akins wrote: > > >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 > > > > > In your web.xml, do you have a <context-param> for > "contextConfigLocation" that includes your > applicationContext.xml, along > with ContextLoaderListener? Another possible problem > might be related to > JAR versions on your classloader. Check if you have > any other > acegi-security-XXX.jars (perhaps old versions) in > your web application > and servlet container classpath. > > Ben > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Home: http://acegisecurity.sourceforge.net > Acegisecurity-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Home: http://acegisecurity.sourceforge.net Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
