> we would have to implement the transaction isolation levels correctly in
> jboss again I believe that lives at the jbossCMP level.  But if we are
going
> to support different vendors for the CMP engines we must take this part
out
> or at least offer a common API... hmmm must think about it.
>

I added transaction isolation to the new cmp plugin. You can set it by
adding the  <transaction-isolation> element after the datasource element.
Valid levels are:
    transaction-none
    transaction-read-committed
    transaction-read-uncommitted
    transaction-repeatable-read
    transaction-serializable

Give me 10 minutes and I'll add it to JAWS...

I don't know if you wanted with user configurable, but for now it will allow
you to play with different levels.  I can make it static later.

-dain



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

Reply via email to