|
TX_REQUIRESNEW
Try
posting your question to Weblogic support groups...they've got many...this is
not one of them.
One
thing that applies to EJB in general is that an entity bean should (must in
2.0) be called in the scope of a transaction. This does not mean only
TX_REQUIRED, but may also be TX_MANDATORY or
TX_WHAT'S_THAT_OTHER_ONE?.
jim
A
consultant we hired to review our application code, told us that for the
Weblogic beans to work correctly,we need all client calls to run under
transaction. This means that all beans must be defined with TX_REQUIRED.He
says that otherwise, the beans are not managed correctly by the Weblogic
container. I need you What is Weblogic recommendation abot this
?
For your protection, this e-mail message has been scanned for Viruses.
Visit us at http://www.neoris.com/
|