IN-only method exception produces empty detail tag --------------------------------------------------
Key: AXIS2-5092 URL: https://issues.apache.org/jira/browse/AXIS2-5092 Project: Axis2 Issue Type: Bug Components: adb, rpc Affects Versions: 1.6.0, 1.5.5 Environment: Tomcat 6, jdk 1.6.0_24 Reporter: Vilnis Termanis Priority: Critical If an In-Only (RPCInOnlyMessageReceiver) POJO function throws a custom exception, the details tag is empty, e.g.: public void myFunction(String myArg) throws MyException {} (where MyException e.g. has a "public int getCode()" function) Note: This might be related to AXIS2-4408. Also the details tag is populated as expected if the function returns something (i.e if it isn't an In-Only). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org