Th version of JBoss is 3.2.3

My application runs in Oracle, SQL Server, Postgresql...and all i had deadlock.

In my mssql-ds.xml:


  <local-tx-datasource>
    <jndi-name>jdbc/XSCXPLAN</jndi-name>
    
<connection-url>jdbc:microsoft:sqlserver://xplsvr01:1433;SelectMethod=cursor</connection-url>
    <driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>
    <user-name>user1</user-name>
    <password>user1</password>
    <prepared-statement-cache-size>0</prepared-statement-cache-size>
    <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
    <blocking-timeout-millis>1000</blocking-timeout-millis>
  </local-tx-datasource>



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834086#3834086

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834086


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to