Re: setUserConnection() does not reset the connection used in SQLMAP

2005-04-26 Thread Clinton Begin
This combination of Tyrex and the Oracle XA driver leave you in a situation where non-standard interfaces are required to make this work. My recommendation to you would be to write your own custom DataSourceFactory implementation. It is a very simple interface. This way you can call the propriet

setUserConnection() does not reset the connection used in SQLMAP

2005-04-26 Thread Wang, Jin \(Sensis\)
Title: setUserConnection() does not reset the connection used in SQLMAP Hi, Clinton and all the gurus We try to use the global transaction manager to manage the transaction for JMS and Oracle database transaction. But we have problems in managing the Oracle transaction if we use IBATIS