-
Multiple connection pools (2 messages)
- Posted by: eric mindrebo
- Posted on: August 01 2000 19:20 EDT
I am trying to use two datasources representing two different connection pools in the same transaction. I locate each datasource using jndi, get a connection, and then try to do some updating. When I try to get the second connection, I get a message stating "Connection has already been created in this tx-context. Illegal attempt to create connection from another pool". If this is true, then is'nt this a huge drawback that Weblogic 5.1 doesn't support multiple connections(multiple pools from different databases) to participate in a transaction??Threaded Messages (2)
- Multiple connection pools by Venkat Harish Devanur on August 02 2000 04:11 EDT
- Multiple connection pools by Kumar Mettu on August 02 2000 22:04 EDT
-
Multiple connection pools[ Go to top ]
- Posted by: Venkat Harish Devanur
- Posted on: August 02 2000 04:11 EDT
- in response to eric mindrebo
Yes that is big drawback of web logic
-
Multiple connection pools[ Go to top ]
- Posted by: Kumar Mettu
- Posted on: August 02 2000 22:04 EDT
- in response to eric mindrebo
I guess you are using JTS implementation. Using a pool driver rather than JTS driver should solve the problem.