Spring and flex problem



  • I know probably nobody knows flex in here, but hopefully someone knows enough spring to help me out.

    The comment looks promising, but I have no idea what he means.


  • Fake News

    The error talks about 3 beans:

    org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy#0
    org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy#1
    sas
    

    At the top you have this in your spring-security-config.xml:

        <context:component-scan base-package="com.somenamespace.login" />   
         <context:annotation-config/>
    

    I think the commenter wants to know whether you have any other config files included where you might define a CompositeSessionAuthenticationStrategy (maybe in some testing XML?), or if you have any other component-scan declarations in some other XML files?


Log in to reply