Thanks dain and danch for your quick reply.

It seems someone have to make a choice on performance. Is that in JBoss 3.0
cluster must use commit option B or C or D not A?

-----Original Message-----
From: Dain Sundstrom [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 22, 2002 9:14 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] How do JBoss handle other application change
database content?


Leigh,

It depends on the commit option specified for the entity.  If you use
commit option B or C, then the internal data will be updated between
transactions.  The data for an entity is loaded at the beginning of the
transaction.  The commit option is specified in the jboss.xml file.  For
more information on commit options see the EJB specification.

-dain

Leigh Wanstead wrote:

> Hello everyone,
>
> I got a question regarding to how do JBoss handle other application change
> database content. Let's say another c application use odbc to change some
> data, will JBoss entity bean update its internal content?
>
> Thanks in advance.
>
> Best Regards
> Leigh
>
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to