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 <[email protected]> wrote:
> 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.java:168)
>
>       at
> org.neo4j.kernel.InternalAbstractGraphDatabase.create(InternalAbstractGraphDatabase.java:435)
>
>       at
> org.neo4j.kernel.InternalAbstractGraphDatabase.run(InternalAbstractGraphDatabase.java:320)
>
>       at
> org.neo4j.kernel.EmbeddedGraphDatabase.<init>(EmbeddedGraphDatabase.java:59)
>
>
> Repository is
> here: https://github.com/fbiville/liquigraph/tree/neo4j_v2.2.0-M02
> Failing build is
> here: https://travis-ci.org/fbiville/liquigraph/jobs/44772805.
>
> Le mardi 9 décembre 2014 15:59:48 UTC+1, [email protected] a
> écrit :
>>
>> 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]> 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].
>>> 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.
>

-- 
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