Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32E69189C0 for ; Thu, 25 Feb 2016 17:47:19 +0000 (UTC) Received: (qmail 21023 invoked by uid 500); 25 Feb 2016 17:47:18 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 20811 invoked by uid 500); 25 Feb 2016 17:47:18 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 20632 invoked by uid 99); 25 Feb 2016 17:47:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2016 17:47:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 934852C1F5A for ; Thu, 25 Feb 2016 17:47:18 +0000 (UTC) Date: Thu, 25 Feb 2016 17:47:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-9180) camel-cmis Lazy Initialize Session Facade MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-9180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15167521#comment-15167521 ] ASF GitHub Bot commented on CAMEL-9180: --------------------------------------- GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/869 CAMEL-9180 - camel-cmis Lazy Initialize Session Facade You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-9180 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/869.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 #869 ---- commit c388218f6dbb9a76e87f31ec9a7bd56269b774c4 Author: lburgazzoli Date: 2016-02-25T17:44:58Z CAMEL-9180 - camel-cmis Lazy Initialize Session Facade ---- > camel-cmis Lazy Initialize Session Facade > ----------------------------------------- > > Key: CAMEL-9180 > URL: https://issues.apache.org/jira/browse/CAMEL-9180 > Project: Camel > Issue Type: New Feature > Components: camel-cmis > Reporter: Bart Veenstra > Assignee: Luca Burgazzoli > Fix For: Future > > > When initializing the end point, the consumer already initialized the CMIS session on startup. This is undesired for when the CMIS server is located on the same server as the camel-context and might not have yet started preventing the startup of the camel-context. > The desired behaviour should be initializing the cmis session facade when it is first used (after complete server startup) -- This message was sent by Atlassian JIRA (v6.3.4#6332)