Results 1 to 3 of 3

Thread: STS 2.8.1 and advanced Neo4j Mapping problem

  1. #1
    Join Date
    Aug 2004
    Posts
    1,099

    Default STS 2.8.1 and advanced Neo4j Mapping problem

    I just added the AspectJ goodies to my project to enable advanced mapping with Spring Data Neo4j. Everything seems to be working, at least in the sense that it does the introduction of NodeBacked methods and I don't get any IDE errors when I call things like relateTo(). But, if I try to do code completion in any node entity class, the IDE locks up and the MacOS beachball appears. I ultimately have to force quit.

    Anyone else have this problem? Even better, anyone else have this problem and know how to resolve it?

    FWIW, I looked into the STS error logs and see nothing of interest. Also, the project builds cleanly with "mvn clean package".
    Craig Walls
    Spring Social Project Lead

  2. #2
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    Forwarded your issue to the SpringSource AspectJ team which is also responsible for the plugin. Sorry for the inconvenience.

    Michael

  3. #3
    Join Date
    May 2009
    Location
    Vancouver
    Posts
    274

    Default

    Hi,

    Michael passed on the info to me. Can you possibly grab a thread dump when this happens, so we can see where it is hanging? Use 'jps' to get the process id then 'jstack' to get the thread stacks.

    cheers,
    Andy
    ---
    Andy Clement

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •