enable exception stacktrace for jaxb-api bundle
-----------------------------------------------
Key: SMX4-580
URL: https://issues.apache.org/activemq/browse/SMX4-580
Project: ServiceMix 4
Issue Type: Improvement
Components: Bundles
Affects Versions: specs-1.4.0
Reporter: Freeman Fang
Assignee: Freeman Fang
Fix For: specs-1.6.0
currently it just use
} catch (Throwable t) {
// Ignored
}
This will hide some importance information from the exception such as missing
package import or missing jaxb.index/ObjectFactory from the contextPath.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.