Lennart,
<snip>
>I hope you don't mean that accessor methods always should have TX_NOT_SUPPORTED
>specified as the transaction attribute... cause then i don't understand how i
>could use this methods when i'm really within a transaction!?
There isn't a problem to define methods as non-transactional because it is the
container's responsibility to disable transactions if that is neccesary, i.e. if you
are associated with a transaction context and call a non-transactional method, the
container suspends the transaction before delegating to the non-transactional bean
method. See section 11.6.2.1 in the EJB 1.1 spec.
Regards
/Tommy
===========================================================================
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".