You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by tadayosi <gi...@git.apache.org> on 2018/06/04 02:50:21 UTC

[GitHub] camel pull request #2357: CAMEL-12548: NullPointerException in camel-cmis wh...

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 <sa...@...>
Date:   2018-06-04T02:46:53Z

    CAMEL-12548: NullPointerException in camel-cmis when using wrong credentials

----


---

[GitHub] camel pull request #2357: CAMEL-12548: NullPointerException in camel-cmis wh...

Posted by davsclaus <gi...@git.apache.org>.
Github user davsclaus closed the pull request at:

    https://github.com/apache/camel/pull/2357


---