One thing I did have to do that maybe you can fill me in on -- I got this
error once I fixed my theme and was using the newer versions of
cas-servlet.xml and login-webflow.xml:
org.springframework.webflow.engine.NoMatchingTransitionException: No
transition was matched on the event(s) signaled by the [1] action(s) that
executed in this action state 'generateLoginTicket' of flow 'login';
transitions must be defined to handle action result outcomes -- possible
flow configuration error? Note: the eventIds signaled were:
'array<String>['success']', while the supported set of transitional
criteria for this action state is 'array<TransitionCriteria>[generated]'
org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:13
2)
I am not very familiar with Spring, but I took this to mean that there was
no transition set up for "success". So I simply copied the "generated"
transition and changed it to "success". Now everything works.
However, doesn't the generateLoginTicket code determine what that
transition string should be? Not sure how my local configs could have
messed that up, though, like I said, I'm not even close to being an expert
at Spring.
:)
Tim
On 2012/02/23 1:36 PM, "Marvin S. Addison" <[email protected]>
wrote:
>> I should have taken the time to search before posting. The
>> login-webflow.xml now includes more states to include generating the
>> loginTicket. I've updated my local copy from the current one in 3.4.11.
>> Also had to update cas-servlet.xml to include the new action.
>
>Sounds like you got it. We're open to ways to make upgrades of complex
>overlays more deployer-friendly. I'd imagine better documentation at
>the least would help. For what it's worth, I went though the pain of
>this mess myself with the VT overlay and found it tedious even though I
>authored the LT change.
>
>M
>
>--
>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
>
--
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