When ever you get an AbstractMethodError or NoClassDefFoundError, always check that all the Neo4j jars on your classpath are of the same version.
-- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] > On 03 Nov 2014, at 08:11, Renuka Jadhav <[email protected]> wrote: > > Hi , > > I am using Neo4j release 2.1.4 as my DB. and neo4j-rest-graphdb-2.0.1.jar in > my application to connect to Neo4j. > everything was working fine untill i wanted to use node.getLabels() method > which is throwing below exception : > Exception in thread "main" java.lang.AbstractMethodError: > org.neo4j.rest.graphdb.entity.RestNode.getLabels()Ljava/lang/Iterable; > > i get similar error for node.hasLabels(Label abc); > > Any idea which am i getting this error and its resolution ? > > Regards, > Renuka. > > > -- > 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.
