|2 entity beans. 2 connection pools(but same database), each connection pool
|is configured to use a certain JDBC isolation level. Entity 1 is attach to
|pool 1, Entity 2 is attached to pool 2.

yuck...

I still don't have a clear answer to

what we do = (does a jdbc connection support setting isolations level on the
fly)? we use one pool and the container sets levels : we are stuck with many
pools

marcf

PS: of course many pools works but yuck!

|
|1. Start JBoss transaction
|2. Access Entity1.  A connection is grabbed from pool 1,
|connection1.setIsolation(blah blah),
|3. access entity2.  A connection is created from pool 2,
|connection2.setIsolation(blah blah)
|4. End JBoss transaction.  commit is called on connection 1 and connection
|2.
|
|This should work, shouldn't it?
|
|Regards,
|
|Bill
|
|
|
|_______________________________________________
|Jboss-development mailing list
|[EMAIL PROTECTED]
|http://lists.sourceforge.net/lists/listinfo/jboss-development



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to