spring-attic / grails-data-mapping

Grails Data Mapping Project
Apache License 2.0
151 stars 95 forks source link

Unresolved dependency - compile ":neo4j:1.0-SNAPSHOT" #16

Closed bytor99999 closed 12 years ago

bytor99999 commented 12 years ago

http://twitter4j.org/maven2/org/grails/grails-datastore-gorm-neo4j/1.0.0.RC3/grails-datastore-gorm-neo4j-1.0.0.RC3.pom -- artifact org.grails#grails-datastore-gorm-neo4j;1.0.0.RC3!grails-datastore-gorm-neo4j.jar: http://twitter4j.org/maven2/org/grails/grails-datastore-gorm-neo4j/1.0.0.RC3/grails-datastore-gorm-neo4j-1.0.0.RC3.jar :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.grails#grails-datastore-gorm-neo4j;1.0.0.RC3: not found ::::::::::::::::::::::::::::::::::::::::::::::

I tried with "compile ":neo4j:1.0-SNAPSHOT" and also with "compile ":neo4j:latest.version"

Both show the same error as above.

Thanks

Mark

sarmbruster commented 12 years ago

Crap, it looks like the datastore jars 1.0.0-RC3 have not yet been published. Could you plz clone grails-data-mapping and call './gradlew install'. This installs the RC3 libs into your local m2 repo and they are available for the neo4j plugin. Sorry for the inconveniance.

bytor99999 commented 12 years ago

OK, I already had it cloned, so I ran the install and that now works. Still can't configure it correctly? Checked the docs, created a datasource and plugin installed, but get errors. Is there anything else in configuration that I need to add to get the GraphDatabaseService working?

Caused by BeanCreationException: Error creating bean with name 'graphDatabaseService': Could not resolve matching constructor (hint: specify index/type/name arguments for simple parameters to avoid type ambiguities) ->> 303 | innerRun in java.util.concurrent.FutureTask$Sync


| 138 | run in java.util.concurrent.FutureTask | 886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker | 908 | run in '' ^ 680 | run . . in java.lang.Thread

Thanks

Mark