« Return to Thread: How to set transaction isolation with XA

How to set transaction isolation with XA

by Mike Carr-6 :: Rate this Message:

Reply to Author | View in Thread

Hi all.
Is there a way to declaratively set the JDBC transaction isolation either in the jboss transaction manager

    <jbossts:transaction-manager>
        ...
    </jbossts:transaction-manager>

or in a MySQL XA datasource

    <spring:bean id="jdbcDataSource" class="com.mysql.jdbc.jdbc2.optional.MysqlXADataSource" destroy-method="shutdown">
            <spring:property name="url" value="...."/>
            <spring:property name="user" value="..."/>
            <spring:property name="password" value="..."/>
            ...
    </spring:bean>

Thanks in advance

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: How to set transaction isolation with XA