Mokas Vassilis ([EMAIL PROTECTED]) wrote:
Hi.
I have succesfully connect to my Oracle DB through the appropriate
oracle-service.xml file in /deploy folder.
Is there any way to configure the Transaction Isolation Level of my JDBC
driver to be TRANSACTION_SERIALIZABLE ?
I think you should be able to do this in your oracle-service.xml file. Add the property:
<config-property name="TransactionIsolation" type="java.lang.String">TRANSACTION_SERIALIZABLE</config-property>
hth
--
Glenn
Vassilis
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
