posted 18 years ago
When the bean B's method Y transaction attribute is "supports", it means if the calling method (X of A) has transaction, Y will run in caller's transacation. If the caller doesn't have transaction, then Y will run in unspecified transaction context. So, it will depends on bean B's trasaction attribute. not A's.
Hope this helps.
Thanks,<br />Thiru<br />[SCJP,SCWCD,SCBCD]