Re: SDG and Geode 1.4+ issue

2018-04-17 Thread Dennis Dai
Great, thanks for the info! I will just stick with 1.2.1 for now. Dennis Dai d...@epaysol.com > On Apr 16, 2018, at 8:38 PM, John Blum wrote: > > Dennis- > > SDG 2.0.6.RELEASE (SD Kay-SR6) is based [1] on Apache Geode 1.2.1. SDG 2.0.x > cannot be bumped to a differen

SDG and Geode 1.4+ issue

2018-04-16 Thread Dennis Dai
Service at v1.4.0 and if I revert back to v1.3.0 the app started up without issues. So is there a highest Geode version cap that can be used with SDG? Thanks, Dennis Dai d...@epaysol.com

Re: Spring Data for Apache Geode 2.0.3.RELEASE available!

2018-01-24 Thread Dennis Dai
Right on the heels of Spring Framework 5.0.3 release, great job as always! Dennis Dai d...@epaysol.com > On Jan 24, 2018, at 9:35 AM, John Blum wrote: > > Apache Geode Community- > > I am very pleased to follow-up to the announcement by Mark Paluch on the > release of S

Re: Spring data geode's functions not registered on server?

2017-12-16 Thread Dennis Dai
lob/master/function-example/src/main/java/example/app/server/FunctionExampleServerApplication.java#L76-L94> > [20] > https://github.com/jxblum/contacts-application/blob/master/function-example/src/main/java/example/app/server/FunctionExampleServerApplication.java#L60-L63 > > <https

Re: Spring data geode's functions not registered on server?

2017-12-15 Thread Dennis Dai
t; [8] > https://github.com/spring-projects/spring-data-geode/blob/2.0.2.RELEASE/src/test/java/org/springframework/data/gemfire/config/annotation/EnableClusterConfigurationIntegrationTests.java#L207-L220 > > <https://github.com/spring-projects/spring-data-geode/b

Spring data geode's functions not registered on server?

2017-12-14 Thread Dennis Dai
Hello, I am running a Geode server instance from spring boot (with @CacheServerApplication annotation). Then on the client side (also spring boot applications with @ClientCacheApplication annotation), I am trying to define some regions (with @Region annotation). Together with @EnableEntityDefi