David Nuescheler wrote:
If workspace modifications are commited in the context of a
transaction, will 'prepare' check that all conditions for a
successful commit are satisfied (e.g. re ConstraintViolationException,
PathNotFoundException, etc.)?
have you ever tried using a relational database, violate a constraint and
then have it checked up on commit??
constraints have nothing to do with tx.
I think that is exactly what a relational database like Oracle does when
deferred constraint checking is enabled.
Regards,
Felix
regards,
david