Thanks, for the clarification. Turning on debug logging for RARDeployment and using the following -ds.xml
| <datasources> | <xa-datasource> | <jndi-name>test_xa</jndi-name> | <xa-datasource-class>org.hsqldb.jdbcDriver</xa-datasource-class> | <password></password> | <track-statements/> | <transaction-isolation/> | <isSameRM-override-value/> | </xa-datasource> | </datasources> | gave 2005-11-02 10:29:04,463 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] setting property: XADataSourceClass to value org.hsqldb.jdbcDriver | 2005-11-02 10:29:04,463 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] set property XADataSourceClass to value org.hsqldb.jdbcDriver | 2005-11-02 10:29:04,463 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'XADataSourceProperties' | 2005-11-02 10:29:04,463 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'IsSameRMOverrideValue' | 2005-11-02 10:29:04,463 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TransactionIsolation' | 2005-11-02 10:29:04,463 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'Password' | 2005-11-02 10:29:04,463 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Not setting config property 'TrackStatements' So that means we have... a) <track-statements/> ==> same as if no track-statements element was specified, i.e. use the default tracking of 'nowarn'. b) <transaction-isolation/> ==> same as if no transaction-isolation element was specified, i.e. use the databases default txn isolation level c) <isSameRM-override-value/> ==> same as if no isSameRM-override-value element was specified, i.e. don't override isSameRM() Thanks very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904926#3904926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904926 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
