You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2007/02/07 20:42:25 UTC

svn commit: r504662 - /incubator/roller/branches/roller_4.0/apps/planet/testdata/hibernate.cfg.xml

Author: snoopdave
Date: Wed Feb  7 11:42:24 2007
New Revision: 504662

URL: http://svn.apache.org/viewvc?view=rev&rev=504662
Log:
Correct path for ThreadLocalSessionContextNoAutoClose

Modified:
    incubator/roller/branches/roller_4.0/apps/planet/testdata/hibernate.cfg.xml

Modified: incubator/roller/branches/roller_4.0/apps/planet/testdata/hibernate.cfg.xml
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_4.0/apps/planet/testdata/hibernate.cfg.xml?view=diff&rev=504662&r1=504661&r2=504662
==============================================================================
--- incubator/roller/branches/roller_4.0/apps/planet/testdata/hibernate.cfg.xml (original)
+++ incubator/roller/branches/roller_4.0/apps/planet/testdata/hibernate.cfg.xml Wed Feb  7 11:42:24 2007
@@ -32,7 +32,7 @@
         
         <!-- use thread local Session context -->
         <!--<property name="hibernate.current_session_context_class">thread</property>-->
-        <property name="hibernate.current_session_context_class">org.apache.roller.planet.business.hibernate.ThreadLocalSessionContextNoAutoClose</property>
+        <property name="hibernate.current_session_context_class">org.apache.roller.business.hibernate.ThreadLocalSessionContextNoAutoClose</property>
 
         <!-- Hibernate L2 Caching -->
         <property name="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</property>