I want to implement a logging mechanism and thougt I could use the prePostSet extension. The Wiki says it calls the handler for "all the setter methods on specified XMLBeans", but apparently this isn't correct for the set method on simple content within complex types, because the set method is inherited from the corresponding org.apache.xmlbeans.impl.values.* classes. Is this intended, a bug or a (missing) feature?
Is there another way to log every change to a xbean? Hendrik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

