Thanks, I will try that.

Is it possible, to set different transaction levels for every data source?
The (old) Inprise specific DD looks like this (only ds-part):

<inprise-specific>
  |         <datasource>
  |             <jndi-name>jdbc/MTBDataSource</jndi-name>
  |             <url>jdbc:oracle:thin:@xx.xx.xx.xx:1521:memos</url>
  |             <username>xxx</username>
  |             <password>xxx</password>
  |             <isolation-level>TRANSACTION_READ_COMMITTED</isolation-level>
  |             
<driver-class-name>oracle.jdbc.driver.OracleDriver</driver-class-name>
  |         </datasource>
  |         <datasource>
  |             <jndi-name>jdbc/MTB1DataSource</jndi-name>
  |             <url>jdbc:oracle:thin:@xx.xx.xx.xx:1521:memos</url>
  |             <username>xxx</username>
  |             <password>xxx</password>
  |             <isolation-level>TRANSACTION_SERIALIZABLE</isolation-level>
  |             
<driver-class-name>oracle.jdbc.driver.OracleDriver</driver-class-name>
  |         </datasource>
  |         <datasource>
  |             <jndi-name>jdbc/MTBSecondSource</jndi-name>
  |             <url>jdbc:oracle:thin:@xx.xx.xx.xx:1521:memos</url>
  |             <username>xxx</username>
  |             <password>xxx</password>
  |             <isolation-level>TRANSACTION_NONE</isolation-level>
  |             
<driver-class-name>oracle.jdbc.driver.OracleDriver</driver-class-name>
  |         </datasource>
  |     </datasource-definitions>
  | </inprise-specific>

You see, the different data soures are more a cosmetic way, to deal with the 
transaction/isolation level. Honestly, I don't know, how to set up the 
transaction level for a data soure in JBoss.

lefou

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to