You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Thomas Diesler (Jira)" <ji...@apache.org> on 2020/06/09 10:33:00 UTC

[jira] [Updated] (CAMEL-15167) Clarify use of sysprops for HazelcastCachingProvider

     [ https://issues.apache.org/jira/browse/CAMEL-15167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CAMEL-15167:
-----------------------------------
    Description: 
According to [this commit|https://github.com/apache/camel/commit/06c48d08#diff-f51701c69af2367205f70cc85b4eea7bR120] it is necessary to set some system properties to get the HazelcastCachingProvider to work.

{code}
                    <systemProperties>
                        <property>
                            <name>hazelcast.named.jcache.instance</name>
                            <value>false</value>
                        </property>
                        <property>
                            <name>hazelcast.jcache.provider.type</name>
                            <value>server</value>
                        </property>
                    </systemProperties>
{code}

Is this really the propper way to configure this cache provider (i.e. global sysprops instead of component/endpoint props)?

  was:
According to [this commit|https://github.com/apache/camel/commit/06c48d08#diff-f51701c69af2367205f70cc85b4eea7bR120] it is necessary to set some system properties to get the HazelcastCachingProvider to work.

{code}
                    <systemProperties>
                        <property>
                            <name>hazelcast.named.jcache.instance</name>
                            <value>false</value>
                        </property>
                        <property>
                            <name>hazelcast.jcache.provider.type</name>
                            <value>server</value>
                        </property>
                    </systemProperties>
{code}

Is this really the recommended way to configure this cache provider?


> Clarify use of sysprops for HazelcastCachingProvider
> ----------------------------------------------------
>
>                 Key: CAMEL-15167
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15167
>             Project: Camel
>          Issue Type: Task
>    Affects Versions: 3.3.0
>            Reporter: Thomas Diesler
>            Priority: Major
>             Fix For: 3.4.0
>
>
> According to [this commit|https://github.com/apache/camel/commit/06c48d08#diff-f51701c69af2367205f70cc85b4eea7bR120] it is necessary to set some system properties to get the HazelcastCachingProvider to work.
> {code}
>                     <systemProperties>
>                         <property>
>                             <name>hazelcast.named.jcache.instance</name>
>                             <value>false</value>
>                         </property>
>                         <property>
>                             <name>hazelcast.jcache.provider.type</name>
>                             <value>server</value>
>                         </property>
>                     </systemProperties>
> {code}
> Is this really the propper way to configure this cache provider (i.e. global sysprops instead of component/endpoint props)?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)