Nishi Nidamarty wrote:

> Rickard �berg wrote:
>
> > Hi!
> > However, this
> > would require that the bean was stored (i.e. serialized) prior to the
> > invocation. Is this the intent of the spec. (Vlada?), and are any
> > vendors implementing it this way? Is the SessionSynchronization-interface
> > supposed to cover this?
> >
>
>   Yes.  the javax.ejb.SessionSynchronization has the notification mechanism to
>

> handle rollback/recovery in transactions that involve session beans.

I felt my earlier message was kind of confusing :
Here what I mean is that the SessionSynchronization interface provides the client
using the session bean with some notification mechanism like the afterCompletion
regarding the state of the transaction, it is up to the user how he maintains the
state once he gets the notification. The SessionSynchronization does not provide a
way to save the state.
To my understanding the EJB vendor need to provide the actual implementation of
this SessionSynchronization interface.

Thanks
Nishi.


>
>

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