Hello, i'm new here, so please forgive me if i make mistakes. I have set up Apache2 + Tomcat6 via mod_jk. I installed CAS with Ldap and testet the setup with Tikiwiki. This is all working fine. Now i wanted to switch CAS from Ldap to Spnego. But im really stuck.
I followed the wiki (http://www.ja-sig.org/wiki/display/CASUM/SPNEGO). If i understand correctly CAS switched to Spring Web Flow 2 in version 3.4. Apparently the changes in login-webflow.xml described in the wiki wont work with Web Flow 2.0. <action-state id="startAuthenticate"> <action bean="negociateSpnego" /> <transition on="success" to="spnego" /> </action-state> Im always getting the following error: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'action'. One of '{"http://www.springframework.org/schema/webflow":attribute, "http://www.springframework.org/schema/webflow":secured, "http://www.springframework.org/schema/webflow":on-entry, "http://www.springframework.org/schema/webflow":evaluate, "http://www.springframework.org/schema/webflow":render, "http://www.springframework.org/schema/webflow":set, "http://www.springframework.org/schema/webflow":transition, "http://www.springframework.org/schema/webflow":on-exit, "http://www.springframework.org/schema/webflow":exception-handler}' is expected. So the attribute action isnt allowed in the spring schema. So does CAS use its own schemafile or is the wiki not up-to-date? Thanks in advance... -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
