[ 
https://issues.apache.org/jira/browse/CAMEL-11419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056337#comment-16056337
 ] 

LAXMIKANT KAMATH commented on CAMEL-11419:
------------------------------------------

Hi Claus,

I am trying to send data from file to ignite using camel-ignite using 
IgniteComponent igniteComponent = 
IgniteComponent.fromLocation(igniteClientConfig);
main.bind("ignite", igniteComponent);

However if I mention cache name with underscore like test_cache in CamelRoute 
IgniteComponent doesn't create the cache test_cache .
Also if I create a cache with cache name as (test_cache) using separate ignite 
instance  IgniteComponent sends the data to default cache instead in test_cache.


Thanks
Lax 

> Camel IgniteComponent  fails to create cache with underscore e.g cache_name
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-11419
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11419
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ignite
>            Reporter: LAXMIKANT KAMATH
>
> Camel IgniteComponent  fails to create cache with underscore e.g cache_name
> IgniteComponent igniteComponent = 
> IgniteComponent.fromLocation(igniteClientConfig);
> main.bind("ignite", igniteComponent);
> main.run();



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to