(→Database Connections (base.xml))
|
(→Database Connections (base.xml))
|
Line 116: | |||
--> | --> | ||
</bean> | </bean> | ||
- | </pre> | + | <bean id="dataSource1" class="com.urbancode.anthill3.spring.DecryptPasswordDataSource" |
- | ''Add:'' | ||
- | <pre> <bean id="dataSource1" class="com.urbancode.anthill3.spring.DecryptPasswordDataSource" | ||
destroy-method="close"> | destroy-method="close"> | ||
<property name="driverClassName"> | <property name="driverClassName"> | ||
Line 168: | |||
</property> | </property> | ||
--> | --> | ||
- | </bean></pre> | + | </bean> |
+ | <!-- DataSource used for identity generation so it does not create deadlocks --> | ||
- | ''Modify:'' | ||
- | <pre> <!-- DataSource used for identity generation so it does not create deadlocks --> | ||
<bean id="identityDataSource" class="com.p6spy.engine.spy.P6DataSource" destroy-method="close" scope="singleton"> | <bean id="identityDataSource" class="com.p6spy.engine.spy.P6DataSource" destroy-method="close" scope="singleton"> | ||
<constructor-arg> | <constructor-arg> |