[ 
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)

Reply via email to