Can you try and turn higher debugging on for the org.jasig classes also? It seems like there should be more output.

Thanks
-Scott

On 10/17/06, Laurent Domenech <[EMAIL PROTECTED]> wrote:
This is what I have in the login-webflow.xml file about the submit button:
 
 <view-state id="viewLoginForm" view="casLoginView">
  <transition on="submit" to="bindAndValidate" />
 </view-state>
 
 <action-state id="bindAndValidate">
  <action bean="authenticationViaFormAction" />
  <transition on="success" to="submit" />
  <transition on="error" to="viewLoginForm" />
 </action-state>
 
 <action-state id="submit">
  <action bean="authenticationViaFormAction" method="submit" />
  <transition on="warn" to="warn" />
  <transition on="success" to="sendTicketGrantingTicket" />
  <transition on="error" to="viewLoginForm" />
 </action-state>
 
Does it mean that I don't have the authenticationViaFormAction bean? If yes, where is it supposed to be?
 
Thanks,
Laurent
----- Original Message -----
Sent: Tuesday, October 17, 2006 3:27 PM
Subject: Re: error withorg.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource

Its just that this part of the log
<<
[org.springframework.webflow
.execution.impl.RequestControlContextImpl] -
<Signaling event 'submit' in state 'submit' of flow 'login-webflow'>
2006-10-17 11:09:47,514 DEBUG
[org.springframework.webflow.execution.impl.FlowExecutionImpl] - <Attempting
to handle exception
[org.springframework.webflow.ActionState$NoMatchingActionResultTransitionExc
eption: Cannot find a transition matching an action result event; continuing
with next action...]>
>>>

would indicate it went to transition from the event "submit" and it couldn't find where to go.

-Scott


On 10/17/06, Laurent Domenech <[EMAIL PROTECTED]> wrote:
Hi Scott,

No, it's still the default one. Was I supposed to change something in it?

Thanks,
Laurent

----- Original Message -----
From: "Scott Battaglia" < [EMAIL PROTECTED]>

Did you modify your login flow xml file at all and change any of the events?

-Scott

On 10/17/06, Laurent Domenech <domenela at ensieta.fr > wrote:
>
> Again, thanks a lot for your time Scott.
>
> I've turned all logging to DEBUG. It generates a lot of traces in
> catalina.out. I'm just copying here a portion of it (I hope it will be
> useful...)
>
> Best regards,
> Laurent
>

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


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


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



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

Reply via email to