I'm trying to create the server component of my project but I'm having a
hard time getting it working.
My config is very simple:
gfe:cache />
gfe:cache-server/>
And then: "@ImportResource("classpath:cache-config.xml")"
This works with
"org.springframework.data:spring-data-gemfire:1.6.0.RELEASE" but not with
"org.springframework.data:spring-data-gemfire:1.7.0.APACHE-GEODE-EA-SNAPSHOT",
which I was advised to use.
The latter fails with the exception:
"java.lang.ClassNotFoundException:
com.gemstone.gemfire.internal.GemFireVersion"
Am I missing some dependency?
For the record, if I change that same dependency to
https://github.com/spring-projects/spring-gemfire-examples the project
won't even compile.