Gemfire 7.0.1 is in http://repo.springsource.org/plugins-release. It may also be in the gemstone maven repo http://dist.gemstone.com/maven/release. This is a dependency for SDG 1.3.0 but if you are...
Type: Posts; User: dturanski; Keyword(s):
Gemfire 7.0.1 is in http://repo.springsource.org/plugins-release. It may also be in the gemstone maven repo http://dist.gemstone.com/maven/release. This is a dependency for SDG 1.3.0 but if you are...
can you provide some more details about what you are doing? Are you using Gemfire message store? outbound adapter?.
http://blog.springsource.org/2013/03/14/spring-data-gemfire-1-3-0-released/
Actually, I changed findAll() to be consistent with count. I think for the repository abstraction, it makes more sense. You can use other APIs to find out what's in local cache. This won't require...
Yes. This is a bit tricky because of the way gemfire works.In a client/server configuration count() does a true count of everything in the distributed grid. findAll() and all similar query methods...
Thanks for reporting this. It is fixed and will be in the 1.3.0 release (very soon) https://jira.springsource.org/browse/SGF-156
There's really no need for it. You can use Spring Framework to declare a bean that will do whatever you need. Spring provides several options for running initialization code. For example:
<bean...
No. The client region is essentially a proxy to the region.
That's a strange error. Are you trying to create the client and server in the same process? They must run in separate JVMs
This is a patch release for Spring Data GemFire 1.2.1. Containing a few minor improvements and bug fixes. See the change log for details.
WS Security can be very tricky. However you may want to try wss4j:
<bean id="wsSecurityInterceptor"
class="org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor">
<property...
Test Using the latest 2.2.0.BUILD-SNAPSHOT (also in RC2)
<int-http:outbound-gateway url="{url}" request-channel="inputChannel" http-method="GET" expected-response-type="java.lang.String"
...
Concurrent with the release of GemFire 7.0 comes Spring Data Gemire 1.2.1, providing full support for 7.0 features, notably Spring XML namespace support for the new WAN APIs.
Thanks for bringing this to my attention. It's back now. However this should not prevent you from building or running your application as the schema are always packaged in the appropriate jar files...
Downloads | JavaDocs | Reference Documentation | Changelog
The Spring Data GemFire project aims to make it easier to build Spring-powered highly scalable applications using GemFire as distributed...
I Agree the docs are not clear on this point. By default Gemfire will use java serialization. Note serialization is only an issue if you are configured for persistence or require remoting (e.g. to a...
Not there yet. I'm working on https://jira.springsource.org/browse/SGF-105 for v 1.2
The locator is not required but recommended for production configuration. Without a locator you can do:
<gfe:pool id="locgf-pool" subscription-enabled="true" server-group="locgf-servers">
...
I understand. That would essentially be a convenient way to do the same thing internally. Gemfire doesnt support region
names with '/' in them. It's really a syntax to reference subRegions in...
The gfe namespace doesn't support this yet but you can do something like this:
package org.springframework.data.gemfire.config;
import org.springframework.beans.factory.BeanNameAware;
import...
OK. I created a JIRA for this https://jira.springsource.org/browse/SGF-94
It looks like a bug but I am unable to reproduce the problem with a simple cache configuration with 2 instances running locally on different ports. It would help to see your property settings, logs,...
Can you post your cache config?
Re SMS, most carriers provide an smtp equivalent, e.g. , 9999999999@vtext.com (verizon)
https://jira.springsource.org/browse/INT-2552