Hi!
Well, you have to understand what your beans do ;-).

An example:

Beans: A,B,C

A.businessDoIt() is called.
Within A.businessDoIt()  there is a call to B.businessWork() which
itself calls C.businessJustAnotherMethod().

If C.businessJustAnotherMethod() now calls any method of A, A should be
declared reentrant. Be very careful with that kind of stuff. If you
don't declare A reentrant, the client will seem to hang and after some
time get a ROLLBACK exception.

Does this help ?

Cheers,
Tobias


[EMAIL PROTECTED] wrote:
> 
> I did not. What would I have to do to make sure that the bean is not
> reentrant?
> 
> Thank you!
> 
> Thomas
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to