Hi,
I've recently picked up Neo4j for a new project. Since it's very early days 
and it will be a LONG time before it's prod ready, I don't mind things not 
being 100% stable (don't have any data that I absolutely cannot lose or 
anything of the sort), but I'd like to work with the latest version of 
Neo4j (2.1.2) as it brings a couple of neat features, including CSV import 
that I particularly care about.
Unfortunately, from what I see, the latest version of SDN (3.1.0) does not 
play nicely with 2.1.2. Tried 3.2.0.BUILD-SNAPSHOT but also no joy.

A few questions:
1) Is anybody here aware of any ETA of when SDN will be compatible with 
2.1.2? On SDN main page it doesn't even say that currently only Neoj4j 
2.0.x is supported...

2) Has anybody managed to patch SDN to work with 2.1.x line? The most 
obvious issue happening when you try running it is 
https://jira.spring.io/browse/DATAGRAPH-478 caused by one of the neo4j 
exception classes moving packages.
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: 
Factory method [public org.springframework.data.neo4j.support.Neo4jTemplate 
org.springframework.data.neo4j.config.Neo4jConfiguration.neo4jTemplate() 
throws java.lang.Exception] threw exception; nested exception is 
java.lang.NoClassDefFoundError: 
org/neo4j/kernel/impl/transaction/LockException
at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:188)
at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:586)
... 52 more

I have changed Neo4jExceptionTranslator class directly in 3.1.0 jar and 
things appeared to start and passed my super basic tests, but I'm worried 
there is something else I'll hit later...

In other words, are there any folks running Neo4j 2.1.x with SDN and if so 
- how did you do that?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to