knguyen 2006/01/04 14:42:29 CET
Modified files:
core/src/webapp/WEB-INF/etc/spring
applicationcontext-hibernate.xml
Log:
- remove p6spy wrapper
Revision Changes Path
1.15 +0 -6
jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-hibernate.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-hibernate.xml.diff?r1=1.14&r2=1.15&f=h
Index: applicationcontext-hibernate.xml
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-hibernate.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- applicationcontext-hibernate.xml 4 Jan 2006 12:44:35 -0000 1.14
+++ applicationcontext-hibernate.xml 4 Jan 2006 13:42:29 -0000 1.15
@@ -28,12 +28,6 @@
<value>java:comp/env/jdbc/jetspeed</value>
</property>
</bean>
- <bean id="dataSourceWrapper"
class="com.p6spy.engine.spy.P6DataSource"
-
destroy-method="close">
- <constructor-arg>
- <ref local="dataSource"/>
- </constructor-arg>
- </bean>
<bean id="sessionFactory"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
<property name="dataSource">