GitHub user tadayosi opened a pull request:
https://github.com/apache/camel/pull/2357
CAMEL-12548: NullPointerException in camel-cmis when using wrong credâ¦
â¦entials
It makes sure the sessionFacade is assgined to the field only after the
session is successfully initialised, so that the sessionFacade never dangles in
an incomplete state.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tadayosi/camel CAMEL-12548
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2357.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 #2357
----
commit 08aa6124bc710179b608ed1538d966ea91b1f39b
Author: Tadayoshi Sato <sato.tadayoshi@...>
Date: 2018-06-04T02:46:53Z
CAMEL-12548: NullPointerException in camel-cmis when using wrong credentials
----
---