> i think that the code i've just committed should allow you to solve > your problem. unfortunately, it's not as well documented as i would > have liked (it's getting late for me and i need to finished off the 0.6 > release). basically, i've refactored the code so that betwixt now > ignores the class property by calling a pluggable strategy.
Great. thanks, didn't expected a reaction so soon. I had one problem left: I needed to switch on the output of class properties only for classes derived from Throwable. So I can't make a decision in suppressProperty method based on the name and type of the property, I need the type of the bean containing the property also. I added a patch for that case, including some samples for the xdocs. see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=31553 regards Christoph [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
