Re: i want to rollback if a PersistenceBroker transaction failed

2003-10-19 Thread Thomas Mahler
Hello Yennon, As the broker.store(doc) happens *inside* the broker transaction the implicit store operations for item1 and item2 also happen within the same transaction. if an error occurs somewhere within broker.store() a PersistenceBrokerException is thrown. You have to catch it and explicit

Re: Wrong class materialized when selecting from an extent mapped to a multi-table join

2003-10-19 Thread Jakob Braeuchi
hi justis, ojb needs the pk to be unique within a hierarchy. Identity#equals just checks for the toplevel class not the real class, that's why. changing this behaviour is delicate. afaik the tutorial simply uses the super-reference (with the same pk) but it does _not_ use extent-definitions. s