Re: ROP & lifecycle

2008-03-18 Thread Marcin Skladaniec
Hi Lifecycle listeners do work on ROP, just are invoked in a little different fashion than in 'normal' cayenne. For example during prePersist you cannot follow any relationships. Regarding the notifications, I believe some time ago Andrus started adding a mechanism to propagate the changes

ROP & lifecycle

2008-03-18 Thread Razumovsky Andrey
Hello! I'm using ROP and i want every client to be notified every time persistent object is stored. I know Lifecycle listeners aren't avaliable via ROP, but i need some way to implement this. This may not actually be linked with Cayenne, maybe you could advice any technologies. Any hint would b