> Hi all,
>
> I'm still having problems with the StandardStore cache not being
> flushed after a rollback... I did notice changes that seemed to
> fix this, but there's obviously a missing piece somewhere. I don't
> feel comfortable enough with transactions in general to investigate
> very much though...
>
> So, if you try to delete a list of users through the admin webapp, and
> that list includes "yourself", for example /users/root if you're
> authenticated as root, then the deletion of all users should be rolled
> back. The corresponding code is in
> src/admin/org/apache/slide/admin/users/RemoveUsersAction.java
>
> However, all users that get removed before "yourself" get removed from
> the cache, and I can't see StandardStore.resetCaches() being called
> when doing the rollback.
>
> This may very well be a bug in the action code, but I can't find it.
> Ideas anyone ?
I was planning to add some logging for the transactional operations. That
should help figure out what happens.
I'll try to debug this problem in time for the beta.
Remy