Re: [Neo4j] Difficulty with spring data graph annotations...

2011-09-13 Thread Michael Hunger
> From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On > Behalf Of Michael Hunger > Sent: Wednesday, August 17, 2011 4:56 PM > To: Neo4j user discussions > Cc: Neo4j user discussions > Subject: Re: [Neo4j] Difficulty with spring data graph annotations... > >

Re: [Neo4j] Difficulty with spring data graph annotations...

2011-08-17 Thread etc1
: Neo4j user discussions Cc: Neo4j user discussions Subject: Re: [Neo4j] Difficulty with spring data graph annotations... there was a repackaging in 1.1.0 have to update the examples to 1.1.0 mobile mail please excuse brevity and typos Am 17.08.2011 um 05:59 schrieb "etc1" : > I am

Re: [Neo4j] Difficulty with spring data graph annotations...

2011-08-17 Thread Peter Neubauer
So, Raffi, could you try with the 1.1.0 release of Spring Data Graph? /peter On Wed, Aug 17, 2011 at 10:55 PM, Michael Hunger wrote: > there was a repackaging in 1.1.0 > have to update the examples to 1.1.0 > > > mobile mail please excuse brevity and typos > > Am 17.08.2011 um 05:59 schrieb "etc

Re: [Neo4j] Difficulty with spring data graph annotations...

2011-08-17 Thread Michael Hunger
there was a repackaging in 1.1.0 have to update the examples to 1.1.0 mobile mail please excuse brevity and typos Am 17.08.2011 um 05:59 schrieb "etc1" : > I am still having difficulty in getting a simple project to compile in > Eclipse STS. I have a few questions: > > What's the difference be

Re: [Neo4j] Difficulty with spring data graph annotations...

2011-08-17 Thread Basmajian, Raffi
Hi Pete, Here is the dependency tree... [INFO] [dependency:tree {execution: default-cli}] [INFO] com.mvc.repo:graph:war:1.0.0-BUILD-SNAPSHOT [INFO] +- org.springframework:spring-context:jar:3.0.5.RELEASE:compile [INFO] | +- org.springframework:spring-aop:jar:3.0.5.RELEASE:compile [INFO] | | \-

Re: [Neo4j] Difficulty with spring data graph annotations...

2011-08-16 Thread Peter Neubauer
I am not sure but I think you are using older versions of the libs that get pulled in. Could you please post the output of mvn dependency:tree ? /peter Sent from my phone. On Aug 17, 2011 6:00 AM, "etc1" wrote: > I am still having difficulty in getting a simple project to compile in > Eclipse ST

[Neo4j] Difficulty with spring data graph annotations...

2011-08-16 Thread etc1
I am still having difficulty in getting a simple project to compile in Eclipse STS. I have a few questions: What's the difference between annotations in org.springframework.data.neo4j.annotation and org.springframework.data.graph.annotation? The @NodeEntity and @Indexed annotations appear to be de