> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Shelly Aggrawal

>  I just read in a book, that only Remote Intetrface methods of a session
> bean can have transactional attributes... the home interface methods can
> not.
> I am unbale to understand the reason behind this fact. To me, having
> transactional attributes for a Session bean Home, is a logical
> requirement...

Session Bean Home methods are non-transactional by definition since they don't
involve any database operation, only JVM-bound ones.

--
Cedric

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