In SOAPService.java, the code that builds up the return message includes
this snippet, lines 207 to 209
text += wrapped.getClass().getName();
if (wrapped.getMessage() != null)
{
text += wrapped.getMessage();
This has the effect of outputting the fully qualified class name, followed
immediately by the exception message, like this:
com.company.core.tcl.framework.exceptions.ApiExceptionAll components of the
Quote have not been modelled - Please re-model before continuing.
Can we have a space between them please, so I can cut out the exception
class and give my users a nice error message?
text += " " + wrapped.getMessage();
ta,
Tim.
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users