Should not most find* methods be TX_SUPPORTED?  That is, you don't need a
transaction to query, but the query could be part of a transaction.

This would seem to apply to all non-state modifying methods, such as
getters.

All state modifying methods, on the other hand, should require some form of
transaction.

Is this correct?

Weblogic does not seem to support the TX_SUPPORTED value.  Why?

Is the next best thing using TX_REQUIRED but with the lowest isolation
(TRANSACTION_READ_UNCOMMITTED)?

Am I totally confused?

===========================================================================
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