[jboss-cvs] jboss-seam/examples/hibernate2/resources ...
Gavin King
gavin.king at jboss.com
Sat Jan 27 14:28:22 EST 2007
User: gavin
Date: 07/01/27 14:28:22
Modified: examples/hibernate2/resources components.xml
Log:
get rid of create=true
Revision Changes Path
1.4 +2 -1 jboss-seam/examples/hibernate2/resources/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/resources/components.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- components.xml 10 Jan 2007 01:11:31 -0000 1.3
+++ components.xml 27 Jan 2007 19:28:22 -0000 1.4
@@ -15,7 +15,8 @@
<core:hibernate-session-factory name="hibernateSessionFactory"/>
- <core:managed-hibernate-session name="bookingDatabase"/>
+ <core:managed-hibernate-session name="bookingDatabase"
+ auto-create="true"/>
</components>
More information about the jboss-cvs-commits
mailing list