RE: Jetty configuration for adding new Handler

2016-06-24 Thread Saurabh Sharma
Hi, Could anyone please tell us how to add response header "Access-Control-Allow-Origin" in the response returned from the rest call to ignite. Thanks, Saurabh From: Saurabh Sharma [mailto:saurabh.sha...@nviz.com] Sent: Thursday, June 23, 2016 7:46 PM To: user@ignite.apache.org Subj

Jetty configuration for adding new Handler

2016-06-23 Thread Saurabh Sharma
Hi, We are using ignite-rest-http module to make Rest http calls. For that we have included ignite-rest-http dependency in our ignite module and are able to make http calls successfully. Now when we are trying to configure Jetty's RewriteHandler to set HeaderPatternRule to set

Issue with automatic persistence

2016-06-16 Thread Saurabh Sharma
Hi, We are using ignite cache with automatic persistence feature for storing the objects in cache. We have objects used as key and value for this cache. Sometimes when we start our application we get the following error while we try to push any value in this cache. It is very random behaviour.

RE: CacheStoreAdapter not getting called on cache operation.

2016-04-07 Thread Saurabh Sharma
Thanks Val.. -Original Message- From: vkulichenko [mailto:valentin.kuliche...@gmail.com] Sent: 07 April 2016 11:45 To: user@ignite.apache.org Subject: RE: CacheStoreAdapter not getting called on cache operation. Saurabh, Cache name is case sensitive. "summaryCache" and "SummaryCache"

RE: CacheStoreAdapter not getting called on cache operation.

2016-04-06 Thread Saurabh Sharma
I set write-behind as false and write() method is also implemented. But still CacheStoreAdapter is not getting called. -Original Message- From: vkulichenko [mailto:valentin.kuliche...@gmail.com] Sent: 07 April 2016 00:47 To: user@ignite.apache.org Subject: Re: CacheStoreAdapter not

different application code on two ignite nodes on same machine

2016-03-20 Thread Saurabh Sharma
Hi, I wanted to create one node as web application which will help us to create the configuration/object models required for processing, while on other nodes I just want to carry out only processing work. Is there any way that I can acieve this. I am getting ClassNotfound exception on web

packaging and deployment of Ignite application in cloud

2016-02-16 Thread Saurabh Sharma
Hi, I used ignite and wrote custom code to read message streams from Kafka topic and saving required data into Elastic Search. Could you please help me to understand the process of packaging the Ignite source application and deploying it into the Linux environment. In Linux environment I want

Issue while extending out of the box classes

2016-01-26 Thread Saurabh Sharma
Hi, I am facing issue while trying to extend any out of the box Ignite classes. I am trying to extend DataStreamerImpl class and overriding addData(K,V) method to do extra processing before saving it to cache. I did not find bean definitions defined in Bean configuration file except Ignite