GitHub user avallen opened a pull request: https://github.com/apache/cxf-fediz/pull/7
Initialize BeanCreationException with causing exception Not passing the root cause here will cause this exception to be displayed many times _without_ the real root case, instead suggesting that a malformed resource URL might be the culprit when instead it is e.g. a non-validating fediz_config.xml XML file. You can merge this pull request into a Git repository by running: $ git pull https://github.com/avallen/cxf-fediz master-add-exception-cause Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf-fediz/pull/7.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #7 ---- commit 3d9f08bb3f06a98bf4b4e17b5d559a0bac2f867a Author: Andreas Vallen <andreas.val...@gmail.com> Date: 2015-05-15T10:38:34Z Initialize BeanCreationException with causing exception, else the real cause is easy to miss. not passing the root cause here will cause this exception to be displayed many many times _without_ the real root case, instead suggesting that a malformed resource URL might be the culprit when instead it is e.g. a non-validating fediz_config.xml XML file. (cherry picked from commit 41a3674) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---