Re: [rmi] supressStackTraces does not suppress suppressed exception

2015-12-08 Thread Stuart Marks
Hi Bernd, How very interesting. Thanks for pointing this out. You're right, suppressStackTraces should probably also suppress the stack traces for suppressed exceptions. (Kind of funny given the names, but the word "suppress" is being used in two different senses here.) I've filed this bug t

[rmi] supressStackTraces does not suppress suppressed exception

2015-12-08 Thread ecki
Hello I noticed that RMI servers honor the sun.rmi.server.suppressStackTraces system property only for the `cause` member, but not for the suppressed exception array. This seems to be not documented (and is most likely not wanted?) It looks like it does also not handle SQLWarning#getNextWarning