I pasted my configs on a gist so it is easier to read. https://gist.github.com/Hartimer/196b4fde7a00a05d7188
On Mon, Jul 13, 2015 at 5:56 AM Luke Shannon <[email protected]> wrote: > Can you post the repositories you are using in your pom (or gradle) file? > > --Sent from a mobile device. Please excuse any typos-- > Luke Shannon > Sr. Field Engineer > mobile: 416.571.9495 > On Jul 13, 2015 1:06 AM, "João Peixoto" <[email protected]> wrote: > >> 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. >> >
