On Sat, 27 May 2000, Dan OConnor wrote:
> Hi Aaron,
>
> This depends on the transaction attributes set for the EJB's
> methods in the deployment descriptor. You should look at chapter
> 11 in the EJB 1.1 spec. Basically, there are six transaction
> attributes that need to be combined with the "existing transaction"
> and "no existing transaction" cases to come up with all the
> possibilities about whether a transaction should be created
> automatically, an existing transaction should be used, an existing
> transaction should be suspended, a method should execute in an
> "unspecified transaction context," or an exception should be
> thrown.
>
> -Dan
Aha - I probably neglected to set the transactional attributes on
the bean or methods thereof. Now that you mention that, I remember
reading about it somewhere... :)
Thanks,
Aaron