Re: [Neo4j] persist() undefined

2011-11-11 Thread Michael Hunger
Perhaps we can have a screen sharing session on that? Please ping me via email. Can you give STS 2.7 a try and see if it works there? Am 11.11.2011 um 20:44 schrieb Gr3y: > The hello world aspects project works. > There are aspects markers all over the place. > > I wonder why I'm not getting th

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

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 Com

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 Discuss

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 Na

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 mess

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
Hey You are helping me out, no need to be sorry about anything. :) I imported the project via Import>Maven 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. 3

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 Import>Maven 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. 3

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 proj