Hi!

Two things.


Dan OConnor wrote:
> 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.

* This is correct
but
* The container doesn't implement this just yet (check the
TxInterceptor)

/Rickard

-- 
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com

Reply via email to