my applicationcontext-jdbc.xml entry is
| <bean id="transactionManager"
class="org.springframework.transaction.jta.JtaTransactionManager"/>
|
| <bean id="roleDAO" class="com.xxx.xxxx.xxxxx">
| <property name="dataSource" ref="dataSource"/>
| <property name="transactionManager">
| <ref bean="transactionManager" />
| </property>
| </bean>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966080#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...