Have you try to put your contextSource at the top of file? Like this

<beans>
        <bean id="contextSource"
class="org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource">
                <property name="urls">
                        <list>
                        <value>ldap://@ip:389</value>
                        </list>
                </property>
        </bean>


_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to