> fixing the antlr exception svuid won't help us if the client 
> is using an older version, right ?
> 
It will if the serialVersionUID is set to the implicit value from the
previous version. This can be done if the version is still serializable
compatible.

> calling printStackTrace() on every exception sounds overkill 
> for me...and will turn basic logging into something very verbose.
> 
Should be no different from now as logging generally includes the cause.

> I understand the issue, but don't find the suggested 
> solutions any good ;(
> 
> Would be nice to have an option to have any exposed remote 
> exception do the serialization of the "cause".
> Would make it a non-issue where it actually matters.
> 
This can't be done without modifying the exception either via source or
bytecode manipulation.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to