Thank you for the repsponse. Here are my config settings.
JndiObjectFactoryBean
<bean id=dataSource class=org.springframework.jndi.JndiObjectFactoryBean>
<property name=jndiName value=java:/OracleDS>
Transaction Manager
<bean id=transactionManager
class=org.springframework.transaction.jta.JtaTransactionManager/>
oracle-ds.xml
<local-tx-datasource>
<jndi-name>OracleDS</jndi-name>
<connection-url>jdbc:oracle:thin:@...</connection-url>
<driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
<user-name>user</user-name>
password
<min-pool-size>0</min-pool-size>
<max-pool-size>100</max-pool-size>
<blocking-timeout-millis>5000</blocking-timeout-millis>
<idle-timeout-minutes>15</idle-timeout-minutes>
</local-tx-datasource>
Using Spring 1.2.6 and JBoss 4.0.2 and IBatis in my DAO layer
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919646#3919646
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919646
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user