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 DB94410420 for ; Sun, 29 Sep 2013 10:42:33 +0000 (UTC) Received: (qmail 35286 invoked by uid 500); 29 Sep 2013 10:42:32 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 35081 invoked by uid 500); 29 Sep 2013 10:42:27 -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 35074 invoked by uid 99); 29 Sep 2013 10:42:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Sep 2013 10:42:24 +0000 Date: Sun, 29 Sep 2013 10:42:24 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-4015) camel hazelcast uri format 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-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781334#comment-13781334 ] Claus Ibsen commented on CAMEL-4015: ------------------------------------ Can you try working on a patch without a static instance that holds any kind of state public static final HazelcastComponentHelper INSTANCE = new HazelcastComponentHelper(); As that does not go well in dynamic environments like OSGi. Static instances is an anti-pattern which you should avoid. > camel hazelcast uri format > -------------------------- > > Key: CAMEL-4015 > URL: https://issues.apache.org/jira/browse/CAMEL-4015 > Project: Camel > Issue Type: Improvement > Components: camel-hazelcast > Reporter: Romain Manni-Bucau > Priority: Trivial > Attachments: CAMEL-4015.patch > > > It could be nice to be able to specify type operation (and maybe the key for map) in the uri instead of headers: > from("hazelcast:map:foo?operation=get&id=myStringId").to("log:display"); -- This message was sent by Atlassian JIRA (v6.1#6144)