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#3966080

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966080
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to