On 6 Oct 2004, at 00:19, Christoph Gaffga ((triplemind.com)) wrote:
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
committed. many thanks.
this breaks compatibility with code i committed earlier this week but (in this case) given the short time that the code has been in CVS (and the fact that it hasn't been released), it seems best to move now to the revised signature. some folks living on the edge may need to recompile...
- robert
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
