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:27:01 UTC

svn commit: r581925 - /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml

Author: skitching
Date: Thu Oct  4 07:27:00 2007
New Revision: 581925

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

Modified:
    myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml

Modified: myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml?rev=581925&r1=581924&r2=581925&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml (original)
+++ myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml Thu Oct  4 07:27:00 2007
@@ -75,7 +75,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>