awips2/edexOsgi/com.raytheon.uf.edex.plugin.mpe/res/spring/mpe-db.xml
2017-04-21 18:33:55 -06:00

20 lines
No EOL
785 B
XML

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
<!-- Utilizes session factories and transaction managers defined in: ohd-common-database.xml -->
<!-- Transaction templates -->
<bean id="ihfsTxTemplate"
class="org.springframework.transaction.support.TransactionTemplate"
depends-on="util">
<property name="transactionManager" ref="ihfsTxManager" />
</bean>
<bean id="damcatTxTemplate"
class="org.springframework.transaction.support.TransactionTemplate"
depends-on="util">
<property name="transactionManager" ref="damTxManager" />
</bean>
</beans>