Hi all, I've recently started working with the Jackrabbit JCR because I need a very flexible architecture, so to be able to migrate data with very little effort. After some reading and some testing, I see that I need to be very careful when modifying the type definitions, in order to avoid messing up the whole repository. I wonder if there exists a built-in mechanism to safely updating the nodes when their type is being changed. What I have in mind is a sort of converter to register when the type modifications are committed, so to handle the cases where a node would be no more consistent with its own type. Can you suggest a way to achieve what I have just describe?
Thanks in advance, Davide
