Re: [Neo4j] persist() undefined

2011-11-11 Thread Michael Hunger
Hi, How did you import the project? (STS 2.8 has imho some issues with the m2e plugin) You might try to use the 2.0.0-SNAPSHOT of SDN, we are aiming to release the RC1 later today. 1) make sure that the project has the Aspectj nature switched on, it should show in the context-menu of the

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 Michael Hunger
That should be enough. Can you share your maven config? Did you build your project upon on of the example projects (like helloworld-aspects or cineasts-aspects) ? If not, try to import on those into STS and see if the same issues arise. Michael Am 11.11.2011 um 13:14 schrieb Gr3y: Hey

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