On Tue, Mar 02, 1999 at 03:31:56PM -0500, William W. Lee wrote:
> >
> >        And of course EJB currently requires that all methods in a
> >transaction carry the same TX attribute. So, you won't be able to mix
> >TX_REQUIRES with TX_NOT_SUPPORTED within a transaction.
> >
>
> I believe Persistence PowerTier allows for different TX attribute for each
> method, which is a nice feature to have for performance tuning.
>

EJB allows a mix of transaction attributes between methods with
one exception. You cannot mix TX_BEAN_MANAGED with other transaction
attributes. That is to say, TX_BEAN_MANAGED must be used for all the
methods or none of them. All other combinations are legitimate.

Malcolm

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to