[jboss-cvs] jboss-seam/examples/hibernate/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Thu Feb 22 02:33:16 EST 2007
User: gavin
Date: 07/02/22 02:33:16
Modified: examples/hibernate/resources/WEB-INF components.xml
Log:
fix tests
Revision Changes Path
1.7 +3 -1 jboss-seam/examples/hibernate/resources/WEB-INF/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/WEB-INF/components.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- components.xml 15 Feb 2007 08:40:29 -0000 1.6
+++ components.xml 22 Feb 2007 07:33:16 -0000 1.7
@@ -21,8 +21,10 @@
<component name="bookingDatabase"
auto-create="true"
class="org.jboss.seam.core.ManagedHibernateSession"/>
+
<component name="hibernateSessionFactory"
class="org.jboss.seam.core.HibernateSessionFactory"/>
+
<component class="org.jboss.seam.core.Microcontainer"
installed="@microcontainer@"/>
More information about the jboss-cvs-commits
mailing list