This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new f9673ea830 Refine logging in JAXBContextFromClasses
f9673ea830 is described below
commit f9673ea830bb56cbf324881b7dbb10afa6b1dae3
Author: Andreas Veithen <[email protected]>
AuthorDate: Sat Apr 23 17:35:17 2022 +0100
Refine logging in JAXBContextFromClasses
---
.../apache/axis2/jaxws/message/databinding/JAXBContextFromClasses.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBContextFromClasses.java
b/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBContextFromClasses.java
index 3073072dc0..7536470713 100644
---
a/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBContextFromClasses.java
+++
b/modules/jaxws/src/org/apache/axis2/jaxws/message/databinding/JAXBContextFromClasses.java
@@ -242,7 +242,7 @@ public class JAXBContextFromClasses {
jc = _newInstance(best.toArray(clsArray), cl, properties);
} catch (Throwable t) {
if (log.isDebugEnabled()) {
- log.debug("The JAXBContext creation failed with the
primary list");
+ log.debug("The JAXBContext creation failed with the
primary list", t);
log.debug("Will try a more brute force algorithm");
log.debug(" The reason is " + t);
}