neo4jsample
neo4jsample copied to clipboard
Sample application for the neo4j grails plugin
Hello, I tried the sample app and it won't come up. Throws 'Caused by: java.lang.ClassNotFoundException: org.neo4j.jdbc.Driver' If I add: compile("org.neo4j:neo4j-jdbc:$neo4jVerison") in BuildConfig.xml then 'Could not find artifact org.neo4j:neo4j-jdbc:jar:2.0.3 in grailsCentral'...
Hi, I am trying to use neo4j plugin (neo4j:2.0.0-M02) for grails with the help of this sample. i would like to run it, in a second time, with hibernate. I...
The plugin has issues compiling when using JDK 8 and Grails 3 and Groovy versions >=Groovy 2.3.5. Groovy Issues: - ShortTypeHandling (Temp Fixed by including `compile 'org.codehaus.groovy:groovy-backports-compat23:2.3.5'` in `BuildConfig.groovy`) Grails...
Added groovy backports dependency to successfully build the application on Groovy >= Groovy 2.3.5. More detailed information can be found on the [Groovy mailing list](http://groovy.329449.n5.nabble.com/ANN-Groovy-2-3-5-released-and-upward-compatibility-td5720557.html).
This is na out from compilation time of this sample application. Any one have same problem? ``` "C:\Program Files\Java\jdk1.8.0_05\bin\java" -Dgrails.home=C:\TOOLS\grails -Dbase.dir=C:\a\GIT\neo4jsample "-Dtools.jar=C:\Program Files\Java\jdk1.8.0_05\lib\tools.jar" -Dgroovy.starter.conf=C:\TOOLS\grails/conf/groovy-starter.conf -Xmx768M -Xms768M -XX:MaxPermSize=256m -XX:PermSize=256m -Djline.WindowsTerminal.directConsole=false -javaagent:C:\TOOLS\grails\lib\org.springframework\springloaded\jars\springloaded-1.2.0.RELEASE.jar...
i am trying to use plugin in embedded mode but it is giving me error Caused by LifecycleException: Component 'org.neo4j.kernel.StoreLockerLifecycleAdapter@2dbac287' was successfully initialized, but failed to start. Please see attached...
on starting the app , i am getting this exception org.neo4j.graphdb.NotFoundException Reference node not available.
Hi, Since I upgraded from neo4j 1.0.1 to 1.1.1, i can't start my app anymore. I keep having that error: "Error Fatal error during compilation org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate...
if there are only Speakers all named exactly the same (at least 2), the sorting fails with Caused by GroovyCastException: Cannot cast object 'null' with class 'null' to class 'int'....
Firstly, thanks for this great sample. I know Neo4j allows you to assign properties not only to nodes but also to relationships. I'm wondering if it's possible to do this...