I have a question re: transactional attributes for a session (or other)
bean.  Suppose I define a stateless session bean as follows:

public class StatelessSessionBean()
{
   methodTransactionRequired()
   {
        if (...)
           methodTransactionRequiresNew();
   }

   methodTransactionRequiresNew()
   {
       ...
   }
}

where the two methods run under the appropriate transactional setting.

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