Hi all I have a little question about the transaction attributes that an ejb method can have; I know that if my BeanA has a method getA() with RequiresNew attribute and my beanB invokes it (acting as a client for BeanA), a new transaction starts for the duration of the getA() execution.
But does the same thingh happen if the same BeanA calls getA() from another method calculateA()? Can an EJB act as a client of itself ? Thanks in advance Davide
signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata
