Re: [Neo4j] persist() undefined

2011-11-11 Thread Gr3y
Hey You are helping me out, no need to be sorry about anything. :) I imported the project via ImportMaven project 1) This should be on. There is a little AJ in the project icon (slightly concealed behind the M icon though). 2) Both spring-aspects and spring-data-neo4j-aspects are listed.

Re: [Neo4j] persist() undefined

2011-11-11 Thread Gr3y
Hey You are helping me out, no need to be sorry about anything. :) I imported the project via ImportMaven project 1) This should be on. There is a little AJ in the project icon (slightly concealed behind the M icon though). 2) Both spring-aspects and spring-data-neo4j-aspects are listed.

Re: [Neo4j] persist() undefined

2011-11-11 Thread Gr3y
http://neo4j-community-discussions.438527.n3.nabble.com/file/n3499577/pom.xml pom.xml (master) http://neo4j-community-discussions.438527.n3.nabble.com/file/n3499577/pom.xml pom.xml Here are the pom files to begin with. Our project is layered, so I included the master pom file. -- View this

Re: [Neo4j] persist() undefined

2011-11-11 Thread Gr3y
Master file http://neo4j-community-discussions.438527.n3.nabble.com/file/n3499579/pom.xml pom.xml -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/persist-undefined-tp3497682p3499579.html Sent from the Neo4j Community Discussions mailing list archive at

Re: [Neo4j] persist() undefined

2011-11-11 Thread Gr3y
http://neo4j-community-discussions.438527.n3.nabble.com/file/n3499596/pom.xml pom.xml Here is the master file. I reuploaded it. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/persist-undefined-tp3497682p3499596.html Sent from the Neo4j Community

Re: [Neo4j] persist() undefined

2011-11-11 Thread Gr3y
Third times the charm. http://neo4j-community-discussions.438527.n3.nabble.com/file/n3499605/pom2.xml pom2.xml Master file. Renamed pom2.xml. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/persist-undefined-tp3497682p3499605.html Sent from the Neo4j

Re: [Neo4j] persist() undefined

2011-11-11 Thread Gr3y
The hello world aspects project works. There are aspects markers all over the place. I wonder why I'm not getting them. I tried various thing. Added a dependency to spring-data-neo4j-aspects - didnt help. Added Spring nature to the project - didnt help. Aspect Capability is already on, but I

[Neo4j] persist() undefined

2011-11-10 Thread Gr3y
Hello I'm having trouble getting STS to acknowledge that the method persist() on an nodeentity is valid. I'm using STS 2.8 which to my knowledge has the newest AJDT plugin. I don't know much about Neo4j yet, and I'm also a beginner with Spring, so maybe I forgot something. My project is