ignite with springboot support

2016-08-15 Thread
hi ignites I found Springboot support Hazelcast. here is document http://docs.spring.io/spring-boot/docs/1.4.0.RELEASE/reference/htmlsingle/#boot-features-caching-provider-hazelcast

Re: Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties

2016-05-26 Thread
Hi Can u share your code ? I has seem problem in spring boot. wmz7year > 在 2016年5月26日,下午5:07,Ken Cheng 写道: > > I created a bug https://issues.apache.org/jira/browse/IGNITE-3204 > > > > Thanks, > kcheng > > On Thu, May 26, 2016 at 4:55 PM, Ken Cheng wrote: > >> Hi All,

Re: ignite cache process entry should inject source?

2016-01-26 Thread
; private static class ComputeJobimplements IgniteRunnable { >@SpringResource(resourceName ="exampleService") >private transient ExampleServiceservice; > >@Override public void run() { >System.out.println("Executing service from compute");

Re: ignite cache process entry should inject source?

2016-01-25 Thread
r review your current approach to have better understanding on > what you're trying to implement. > > Please share the code. If it's the same as being discussed in "about AOP > development" thread that let me know, I'll take a look there. > > -- > Denis

Re: ignite cache process entry should inject source?

2016-01-21 Thread
>>> Hi, >>> >>> Spring resource injection is considered to be used only for Ignite Compute >>> Jobs. >>> >>> It's quite expensive operation to inject a resource for a CacheEntry cause >>> this logic will be called for every entry sto

Re: ignite cache process entry should inject source?

2016-01-21 Thread
acheEntry cause > this logic will be called for every entry stored in a cache. > > Why do you need to inject the resource into a CacheEntry? What do you try to > achieve? > > Regards, > Denis > > On 1/22/2016 6:26 AM, 姜 为 wrote: >> Hi Igniters, >>

Ignite cache process entry should inject source?

2016-01-21 Thread
Hi Igniters, I’m using Ignite cache store objects. The object use Externalizable interface to serialization and deserialization. When object has field use @SpringSource will not inject. Should add resource inject to Ignite cache? example :

ignite cache process entry should inject source?

2016-01-21 Thread
Hi Igniters, I’m using Ignite cache store objects. The object use Externalizable interface to serialization and deserialization. When object has field use @SpringSource will not inject. Should add resource inject to Ignite cache? example :

Re: List of contributors has been updated

2015-12-30 Thread
Hi: My name is Wei Jiang,I report and fixed ignite-1900 for spring boot issue > 在 2015年12月30日,下午10:20,李玉珏@163 <18624049...@163.com> 写道: > > Hi: > > My name is YuJue Li,I am Ignite chinese document translation. > > 在 15/12/30 20:17, Denis Magda 写道: >> Igniters, >> >> I've just updat

***UNCHECKED*** Re: List of contributors has been updated

2015-12-30 Thread
binjMvt_rxcIk.bin Description: PGP/MIME Versions Identification

Re: [VOTE] Apache Ignite 1.5.0.final RC3

2015-12-29 Thread
+1 nice job! > 在 2015年12月29日,下午6:54,Anton Vinogradov 写道: > > Dear Sirs! > > We have uploaded release candidate to > https://dist.apache.org/repos/dist/dev/ignite/1.5.0.final-rc3/ > > This is very important release containing initial versions of Ignite.NET > and Ignite C++ and many other import

Re: Contribution merged: IGNITE-1900 Ignite JMX problem with Spring Boot

2015-11-17 Thread
Hi Denis, My real name is Jiang Wei,and I’m very excited for this. Jiang > 在 2015年11月17日,下午9:43,Denis Magda 写道: > > wmz7year, > > (BTW, what is your real name? :) ) > > Thanks a lot for your first contribution! It will be a part of the next > release. > > Look forward to receiving

Re: About Ignite-Spring with GridService issue.

2015-11-15 Thread
I found hot to fix this, add @SpringResource to the field will work fine. > 在 2015年11月16日,上午9:40,姜 为 写道: > > Hi: > Here is example: https://github.com/wmz7year/ignite-test > <https://github.com/wmz7year/ignite-test> > > I think the IgniteUtils.wrap

Re: About Ignite-Spring with GridService issue.

2015-11-15 Thread
Hi: Here is example: https://github.com/wmz7year/ignite-test I think the IgniteUtils.wrapThreadLoader load the class is not the spring proxy class. Does I’m right? > 在 2015年11月14日,下午10:58,姜 为 写道: > > Hello, > > I’m using Ignite-Spring test

Re: about apache ignite's document localization(Simplified Chinese)

2015-11-15 Thread
nts, and then the official put a link to > my page is OK. > > 在 15/11/9 15:29, Dmitriy Setrakyan 写道: >> On Sun, Nov 8, 2015 at 10:36 PM, 姜 为 wrote: >> >>> Hi Dmitriy: >>> >>>I create https://apacheignitecn.readme.io/docs < >>

Re: about apache ignite's document localization(Simplified Chinese)

2015-11-15 Thread
nts, and then the official put a link to > my page is OK. > > 在 15/11/9 15:29, Dmitriy Setrakyan 写道: >> On Sun, Nov 8, 2015 at 10:36 PM, 姜 为 wrote: >> >>> Hi Dmitriy: >>> >>> I create https://apacheignitecn.readme.io/docs < >>

About Ignite-Spring with GridService issue.

2015-11-14 Thread
Hello, I’m using Ignite-Spring testing GridService rpc. Like this example https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/servicegrid/ServicesExample.java

Re: Ignite with Spring boot

2015-11-14 Thread
hink it still makes sense to > support the configuration when JMX is enabled. Moreover it seems to cost > nothing for us. > > -- > Regards, > Denis > > On 11/13/2015 3:13 PM, Nick Pavlov wrote: >> 姜 为 >> , for fix this error disable spring jmx in a

Re: OptimizedClassDescriptor verifyChecksum object set as optional

2015-11-12 Thread
e-grid> > What do you think? > > > Regards, > Denis > > On 11/11/2015 5:54 AM, 姜 为 wrote: >> Hi Denis: >> >> I tried compute.call(new ExampleServiceImplA()); >> >> But if my service is by ModuleA.ExampleServiceImpl call >&

Re: OptimizedClassDescriptor verifyChecksum object set as optional

2015-11-10 Thread
ver > type. Will it work for you? > https://apacheignite.readme.io/docs/distributed-closures > <https://apacheignite.readme.io/docs/distributed-closures> > > > Regards, > Denis > On 11/10/2015 4:31 PM, 姜 为 wrote: >> Hi Denis,

Re: OptimizedClassDescriptor verifyChecksum object set as optional

2015-11-09 Thread
izable { > . > } > > 2) Add custom serialVersionUID to each implementation. This will help you get > rid off checksum related exception > > class EntityImpl implements Entity { > private static final long serialVersionUID = 0L; > .. > } > > >

Re: developer from China

2015-11-08 Thread
Hi Dmitriy: I create https://apacheignitecn.readme.io/docs for translate Chinese. And http://apacheignite.readme.io/ have plans to do international translate? > 在 2015年11月8日,下午5:38,Dmitriy Setrak

OptimizedClassDescriptor verifyChecksum object set as optional

2015-11-08 Thread
Hi guys: I’m using ignite 1.4. In IgniteCompute.call will transfer of an object to the cluster. The object should implement Serializable or Externalizable interface. OptimizedClassDescriptor.read method will check whether the object is in the same class. In my use cas

Re: developer from China

2015-11-08 Thread
Hi: I’m from China too,and I want help you translate the document. > 在 2015年11月8日,上午10:30,李玉珏@163 <18624049...@163.com> 写道: > > Hi: > > I have registered the readme.io account, and I know how to use it in general. > I asked, the Suggest Edits will be effective or need a review process a

Re: [GitHub] ignite pull request: IGNITE-1854

2015-11-04 Thread
l you need to do is send an empty email to “dev-subscr...@ignite.apache.org > <mailto:dev-subscr...@ignite.apache.org>” and then simply reply to the reply > you receive. > > D. > > On Wed, Nov 4, 2015 at 5:22 PM, 姜 为 <mailto:ydswcy...@gmail.com>> wrote: > In

Re: [GitHub] ignite pull request: IGNITE-1854

2015-11-04 Thread
In the distributed case, the different types of servers need to transfer objects that implement a unified interface, but each type of server implementation mechanisms are not the same, to achieve the object's class will realize Externalizable interface. Like this: interface A extends External

hello

2015-10-13 Thread
Hello everyone, I want to to contribute to ignite and learning, nice to meet you!