tom chen wrote:
There should be no problem doing what you want to do. Please turn on jdbc
logging, and show us the jdbc.log file when the server boots up. It should contain
the full error traces of the second pool trying to come up. Once we fix them,
you should be fine. Show me the definitions of the two pools.
Joe
You can not have multiple TX datasource backed by non-XA pools participating
in a single transaction. You need to use XA drivers for both pools to allow this.
Regards,
Slava Imeshev