Re: Transaction propagation in EJB
Johan Eltes <[email protected]>
| Newsgroups | gmane.comp.java.sun.ejb.general |
|---|---|
| Message-ID | <BBBE2322.7B88%[email protected]> |
The transaction is associated with the current thread. You can safely involve as many none-EJB-classes as you like, between the session EJB and the entity beans. /Johan Den 03-10-23 12.56, skrev "One for JtoEE" <[email protected]>: > Hi All, > > In one of the transactions, sessionEJB and EntityEJB > are participating through a broker class in the > middle. If I define a method in SessionEJB as > "Transaction Required", will it propagate through the > broker class in the middle upto EntityEJB or I should > directly call EntityEJB through SessionEJB. > > Peter. > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > =========================================================================== > 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". > =========================================================================== 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".