Hello,
i try to get the Tranparent LDAP Authentication working as described here: 
http://www.ja-sig.org/wiki/display/CASUM/Transparent+LDAP-based+Remote+Address+Authentication+Handler
Until now with no success. 
I get the following error within cas.log (Debug):

Caused by: 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.
        at 
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)




This refers to the configured:

<action-state id="startAuthenticate">
   <action bean="remoteAddressCheck" />
   <transition on="success" to="sendTicketGrantingTicket" />
   <transition on="error" to="viewLoginForm" />
</action-state>



Any idea why i get "Invalid content was found starting with element 'action'" 
Error.

BTW: Simple LDAP Authentication is running.

Stefan




-- 
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

Reply via email to