We need to remove that warning.  Yes, it is possible for JBoss to have
trouble using two datasources at once because JBoss simulates XA for non-XA
connections, but JBoss shouldn't be spitting out a warning everytime this
happens since people have and will use two datasources in one transaction.
Can you email the warning message so that I can remove it?  Thanks.

Do you know if even the queries have to be serializable for the entity bean?
Probably so.  If not, then you can use instance-per-transaction for entity
beans that don't require serializable.

Does SPECjAppServer2002 require commit 'B' or 'C'?  Does it allow for
caching?

THanks,

Bill

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Christofer
> Dutz
> Sent: Friday, July 18, 2003 5:53 AM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] setting isolation-levels on entity-level?
>
>
> Hi,
>
> After finaly deploying SPECjAppServer2002 on JBoss we are trying
> to configure
> everything according to the benchmark rules.
>
> The rules demand some entities to be treated with a read-commited
> and some with
> a serializable locking strategy.
>
> I could only find information on setting the isolation level on
> data-source level.
> We tried using different data-sources, but then Jboss notes that
> there could be
> some trouble using two datasources in the same transaction (which
> sounds sensible)
> Ist there another way of configuring this ?
>
>
> Christofer Dutz
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
> same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to