> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of David
> Jencks
> Sent: Tuesday, June 26, 2001 6:57 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-dev] High load...
>
>
> Hi,
>
> Ok, I was thinking of within one db.  I'm working on a logical
> inconsistency example if you change isolation within one db, but I don't
> have it yet.  I agree, if you have a loosely coupled distributed
> transaction, even on one resource manager, the different branches can have
> different isolation levels with no problems.
>
> Do you have a suggestion for a declarative isolation specification that
> will result in one isolation level/transaction-branch and be simpler than
> using bmt?  So far I can't think of one.
>
Yes,

1. Make JDBC transaction isolation level configurable for connection pools.
2. Create a connection pool for READ_COMMITTED
3. Create a connection pool for SERIALIZED
4. Attach your CMP/CMT entity to the desired pool

Am I making sense?  Is this what you're asking for?

Bill



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

Reply via email to