If you're still wondering about this after 3 weeks, yes, it's certainly
possible to change the trans-attribute to "NotSupported".  The container
will then not manage transactions for that method.  If you never do
anything in the method that can change anything, it might be worthwhile
to do this, but you'd have to test that.  This gets more beneficial as
the "work" of the method increases, depending on the container you're
using.

> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development 
> [mailto:[EMAIL PROTECTED] On Behalf Of SUBSCRIBE 
> EJB-INTEREST anonymous
> Sent: Tuesday, December 20, 2005 9:19 AM
> To: EJB-INTEREST@JAVA.SUN.COM
> Subject: NotSupported
> 
> Hi, I have a question in transaction attribute.
> In my stateless sessionbean methods, I just use select sql 
> queries to fetch the data from the database. My question is 
> "Can I set the transaction attribute to NotSupported for the 
> above bean methods?" Thanks in advance,

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