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 <https://github.com/neo4j/neo4j/commit/7ef2b92043893009d736d3b07fb472aa2f8cac13> ).
Cheers, Tobias On Thursday, December 4, 2014 10:29:29 AM UTC+1, 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 sure because I haven’t tried. > > -- > Chris Vest > System Engineer, Neo Technology > [ skype: mr.chrisvest, twitter: chvest ] > > > On 03 Dec 2014, at 20:41, Florent Biville <[email protected] > <javascript:>> wrote: > > 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/ExecutionResult; > > at com.google.common.base.Throwables.propagate(Throwables.java:160) > > at > org.liquigraph.core.writer.ChangelogReader.read(ChangelogReader.java:34) > > at > org.liquigraph.core.api.MigrationRunner.readPersistedChangesets(MigrationRunner.java:70) > > at > org.liquigraph.core.api.MigrationRunner.runMigrations(MigrationRunner.java:50) > > at org.liquigraph.core.api.Liquigraph.runMigrations(Liquigraph.java:40) > > > > Original code is here: https://github.com/fbiville/liquigraph/. > Public build is here: > https://travis-ci.org/fbiville/liquigraph/jobs/42898830. > > Is this a planned incompatibility? > If so, is there a backwards-compatible workaround? > > Best regards, > Florent > > -- > 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] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- 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.
