Alfredas,

I just checked the imdb example from github and after changing the dependency 
to 1.0.0.M1 it worked without problems.

Michael

Am 15.01.2011 um 00:52 schrieb Alfredas Chmieliauskas:

> Dear all,
> 
> I am one of the newbies trying to get into experimenting with neo4j.
> The first thing that i tried is the imdb example that is broken (even
> though there is a lot of great documentation around it!). First of all
> the artifactid of spring-datasource-neo4j has changed to
> spring-data-neo4j.
> 
> <dependency>
>  <groupId>org.springframework.data</groupId>
>  <artifactId>spring-data-neo4j</artifactId>
>  <version>1.0.0.BUILD-SNAPSHOT</version>
> </dependency>
> 
> Also eclipse gives me an error that the classes Actor and Movie do not
> implement the NodeBacked interface. Even though building via maven
> seems to work fine.
> 
> Still after building, spring gives a bean initialization error
> relating to initialization of the graphdb. I cannot get the stack
> trace from where i am right now, but if you'd try to check out the
> current imdb example and run it - you would be able to reproduce it.
> 
> Any help would be appreciated as I ready want to get my hands dirty
> with the annotation-driven neo4j use. Also I think the imdb example
> does a great job at explaining the benefits of neo4j and it would be
> useful to have it working to showcase the features to all the newbies
> like me.
> 
> Also if anyone could point me to a working annotation based example -
> that would be great.
> 
> Thanks a lot for great work,
> 
> Alfredas
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to