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 2006/02/21 15:57:17 UTC

svn commit: r379469 - /incubator/roller/trunk/sandbox/standalone/tomcat/webapps/roller/WEB-INF/classes/hibernate.cfg.xml

Author: snoopdave
Date: Tue Feb 21 06:57:14 2006
New Revision: 379469

URL: http://svn.apache.org/viewcvs?rev=379469&view=rev
Log:
Updating to match standard config

Modified:
    incubator/roller/trunk/sandbox/standalone/tomcat/webapps/roller/WEB-INF/classes/hibernate.cfg.xml

Modified: incubator/roller/trunk/sandbox/standalone/tomcat/webapps/roller/WEB-INF/classes/hibernate.cfg.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/sandbox/standalone/tomcat/webapps/roller/WEB-INF/classes/hibernate.cfg.xml?rev=379469&r1=379468&r2=379469&view=diff
==============================================================================
--- incubator/roller/trunk/sandbox/standalone/tomcat/webapps/roller/WEB-INF/classes/hibernate.cfg.xml (original)
+++ incubator/roller/trunk/sandbox/standalone/tomcat/webapps/roller/WEB-INF/classes/hibernate.cfg.xml Tue Feb 21 06:57:14 2006
@@ -3,7 +3,7 @@
         "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
 <hibernate-configuration>
-    <session-factory name="java:comp/env/hibernate/SessionFactory">
+    <session-factory>
         <property name="show_sql">false</property>
 
         <property name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</property>