I checked-in a new version of a binding-enabled parent store which is now called BindingStore.
Features: - supports binding - useBinding() now returns true by default - removed all about t-locking - solved problems WRT inter-store bindings Testsuite (functional) runs fine when multi-user is excluded. Including multi-user rises some errors (6 or so) ... still to be investigated but not a show stopper. I am still doing some testing. I would suggest to leave ExtendedStore as *default* parent-store implementation and configuring BindingStore explicitly only when the binding feature is needed. Otherwise, the BindingStore with binding disabled (useBinding=false) would produce too much unnecessary indirection. If nobody objects, I'll remove ParentStore.java and all from package org.apache.slide.store.tlock. Regards, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
