Re: [Neo4j] Neo4j 2.2.0.M01 - NoSuchMethodError

2014-12-22 Thread Florent Biville
Indeed, an issue has been open (in 2006!). The last 3 comments seem to prove Maven will never resolve test-jar dependencies :/ Wouldn't it be worth packaging a simple JAR (with no classifier)? On Monday, 22 December 2014 09:59:40 UTC+1, Michael Hunger

Re: [Neo4j] Neo4j 2.2.0.M01 - NoSuchMethodError

2014-12-22 Thread Michael Hunger
Hi Florent, as a workaround can you add org.neo4j:neo4j-io:2.2-M02:test-jar to your dependencies? It seems maven does not resolve transitively type:test-jar dependencies :( Cheers, Michael On 12/22/14, Florent Biville wrote: > Thanks everyone, > > I just tested Liquigraph against milestone

Re: [Neo4j] Neo4j 2.2.0.M01 - NoSuchMethodError

2014-12-21 Thread Florent Biville
Thanks everyone, I just tested Liquigraph against milestone 2, and I get 1 test failure as follows: java.lang.NoClassDefFoundError: org/neo4j/graphdb/mockfs/EphemeralFileSystemAbstraction at org.neo4j.test.ImpermanentGraphDatabase.createFileSystemAbstraction(ImpermanentGraphDatabase.

Re: [Neo4j] Neo4j 2.2.0.M01 - NoSuchMethodError

2014-12-09 Thread tobias . lindaaker
Hi Florent, Thank you for reporting this. As Chris said, this was not a planned incompatible, nor was it a necessary one. It has been fixed for future releases of Neo4j 2.2 (as part of this change set ). Cheers, T

Re: [Neo4j] Neo4j 2.2.0.M01 - NoSuchMethodError

2014-12-04 Thread Michael Hunger
Great feedback, thanks I look into it. Michael On Thu, Dec 4, 2014 at 10:29 AM, Chris Vest wrote: > Hi, > > Good catch. It’s not a planned incompatibility, so we’ll fix it before GA. > I think you might be able to work around it by building your own neo4j-jdbc > against 2.2.0-M01, but I’m not s

Re: [Neo4j] Neo4j 2.2.0.M01 - NoSuchMethodError

2014-12-04 Thread Chris Vest
Hi, Good catch. It’s not a planned incompatibility, so we’ll fix it before GA. I think you might be able to work around it by building your own neo4j-jdbc against 2.2.0-M01, but I’m not sure because I haven’t tried. -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: c

[Neo4j] Neo4j 2.2.0.M01 - NoSuchMethodError

2014-12-03 Thread Florent Biville
Hi, I've just run a build against the 2.2.0.M01 milestone and I get the following error: java.lang.RuntimeException: java.sql.SQLException: java.lang.NoSuchMethodError: org.neo4j.cypher.javacompat.ExecutionEngine.execute(Ljava/lang/String;Ljava/util/Map;)Lorg/neo4j/cypher/javacompat/ExecutionR