[jboss-user] [JCA/JBoss] - Re: java.sql.SQLException: Connection handle is not currentl

saleti do-not-reply at jboss.com
Fri Aug 18 11:19:42 EDT 2006


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



More information about the jboss-user mailing list