You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/10/04 16:26:21 UTC

svn commit: r581924 - /myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml

Author: skitching
Date: Thu Oct  4 07:26:20 2007
New Revision: 581924

URL: http://svn.apache.org/viewvc?rev=581924&view=rev
Log:
INCOMPATIBLE CHANGE NOTICE
Handle the move of the move of the JpaPersistenceContextFactory class into the spring package as it is spring-specific.

Modified:
    myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml

Modified: myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml?rev=581924&r1=581923&r2=581924&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml (original)
+++ myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml Thu Oct  4 07:26:20 2007
@@ -50,7 +50,7 @@
 	</bean>
 
 	<bean id="persistentContextFactory"
-		  class="org.apache.myfaces.orchestra.conversation.persistenceContexts.JpaPersistenceContextFactory">
+		  class="org.apache.myfaces.orchestra.conversation.spring.JpaPersistenceContextFactory">
 		<property name="entityManagerFactory" ref="entityManagerFactory"/>
 	</bean>