Folks,

is this class (org.jasig.cas.web.flow.CasFlowExecutionKeyFactory) gone?

I have a piece of config that deployed fine with 3.4.8, but when built with
3.4.11 it explodes:

...

... org.springframework.beans.factory.CannotLoadBeanClassException: Cannot
find class [org.jasig.cas.web.flow.CasFlowExecutionKeyFactory] for bean
with name 'flowExecutionRepository' defined in ServletContext resource
[/WEB-INF/cas-servlet.xml]; nested exception is
java.lang.ClassNotFoundException:
org.jasig.cas.web.flow.CasFlowExecutionKeyFactory

the relevant piece of config is:

...

<bean id="flowExecutionRepository"
class="org.jasig.cas.web.flow.CasFlowExecutionKeyFactory"
      p:alwaysGenerateNewNextKey="true">
        <constructor-arg index="0" ref="conversationManager" />
        <constructor-arg index="1" ref="snapshotFactory" />
    </bean>

...

Thanks for any advice.

Dmitriy.

-- 
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to