[
https://issues.apache.org/jira/browse/JUDDI-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15482064#comment-15482064
]
Alex O'Ree commented on JUDDI-965:
----------------------------------
how does this sound to you?
else if (e instanceof InvocationTargetException){
log.error("InvocationTargetException: It's not a known instance of
DispositionReport. Cause: ",((InvocationTargetException)e).getCause());
log.error("InvocationTargetException: It's not a known instance of
DispositionReport. Target:
",((InvocationTargetException)e).getTargetException());
} else{
log.error("Unsupported Exception: It's not a known instance of
DispositionReport. ",e);
}
> DispositionReportFaultMessage is hiding exception messages
> ----------------------------------------------------------
>
> Key: JUDDI-965
> URL: https://issues.apache.org/jira/browse/JUDDI-965
> Project: jUDDI
> Issue Type: Bug
> Components: juddi-client
> Affects Versions: 3.3.2
> Reporter: subes
> Assignee: Alex O'Ree
> Fix For: 3.3.3
>
>
> I got the following Log message:
> Unsupported Exception: class java.lang.reflect.InvocationTargetException
> This is caused by line 112 in DispositionReportFaultMessage:
> log.error("Unsupported Exception: " + e.getClass());
> Please change it so it outputs the exception stacktrace and unwrap
> InvocationTargetException. I had to actually remote debug the application to
> get the actual error message...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)