wrong package name

This commit is contained in:
Keith Donald
2008-04-14 22:21:43 +00:00
parent 7d21df52a3
commit d3bcf570dc

View File

@@ -62,7 +62,7 @@
</webflow:flow-executor>
<bean id="jpaFlowExecutionListener"
class="com.bah.tdc.webflow.persistence.JpaFlowExecutionListener">
class="org.springframework.webflow.persistence.JpaFlowExecutionListener">
<constructor-arg ref="entityManagerFactory" />
<constructor-arg ref="transactionManager" />
</bean>