[jboss-cvs] jboss-seam/examples/hibernate2/resources ...
Michael Yuan
michael.yuan at jboss.com
Tue Nov 28 16:35:57 EST 2006
User: myuan
Date: 06/11/28 16:35:57
Added: examples/hibernate2/resources components.xml jboss-web.xml
Log:
change build structure for WL
Revision Changes Path
1.1 date: 2006/11/28 21:35:57; author: myuan; state: Exp;jboss-seam/examples/hibernate2/resources/components.xml
Index: components.xml
===================================================================
<!DOCTYPE components PUBLIC
"-//JBoss/Seam Component Configuration DTD 1.1//EN"
"http://jboss.com/products/seam/components-1.1.dtd">
<components>
<component name="org.jboss.seam.core.init">
<property name="debug">true</property>
</component>
<!-- 120 second conversation timeout -->
<component name="org.jboss.seam.core.manager">
<property name="conversationTimeout">120000</property>
</component>
<!-- Bootstrap Hibernate -->
<component name="bookingDatabase"
class="org.jboss.seam.core.ManagedHibernateSession"/>
<component name="hibernateSessionFactory"
class="org.jboss.seam.core.HibernateSessionFactory"/>
</components>
1.1 date: 2006/11/28 21:35:57; author: myuan; state: Exp;jboss-seam/examples/hibernate2/resources/jboss-web.xml
Index: jboss-web.xml
===================================================================
<jboss-web>
<class-loading java2ClassLoadingCompliance="false">
<loader-repository>
seam.jboss.org:loader=jboss-seam-hibernate
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
</loader-repository>
</class-loading>
</jboss-web>
More information about the jboss-cvs-commits
mailing list