I find that in a session bean, while using Container-Managed-Transactions, the transaction can be made to join with the existing client-transaction using transactional attributes like REQUIRED / SUPPORTS.
While using Bean-Managed-Transaction, is there a way to make that transaction join with the existing client-transaction ?