> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Jeremy Boynes
> Sent: Saturday, June 21, 2003 4:58 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-dev] Deadlock issue with SQL Server and other
> databases
>
>
> &g
>
> Are you sure this couldn't be avoided by using Instance Per Transaction +
> SERIALIZABLE + Commit C?
>
If you think about it, you'd realize that this just pushes the deadlock into
the database resulting in rollbacks. This is the multi-instance model
described in the spec, but is not the way JB
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Jeremy Boynes
> Sent: Saturday, June 21, 2003 12:17 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [JBoss-dev] Deadlock issue with SQL Server and other databases
>
>
> This bug indicates