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]> 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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.
