Search:

Type: Posts; User: c-fly; Keyword(s):

Search: Search took 0.02 seconds.

  1. Http outbond gateway with POST and uri-variable in URL

    Hi,
    To connect to an API I need to specify a key as a part of the connection URL and a message body via POST.

    I can do the query part ok using the uri-variable to extract the API key from the...
  2. Replies
    8
    Views
    893

    I had a very similar problem (only a few threads...

    I had a very similar problem (only a few threads away).

    By changing


    <aspectLibrary>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-neo4j</artifactId>
    ...
  3. Replies
    9
    Views
    577

    The AspectJ path contained the jars for...

    The AspectJ path contained the jars for spring-aspects and spring-data-neo4j.

    The change you have highlighted is the only change needed.

    The problem I have when using version 1.4 is that...
  4. Replies
    9
    Views
    577

    Forgot to mention that this only works for...

    Forgot to mention that this only works for aspect-maven-plugin version 1.2.
  5. Replies
    9
    Views
    577

    Hi Michael, My AspectJ path was not correct....

    Hi Michael,

    My AspectJ path was not correct. But I have changed this now and it has fixed the problem.

    Looking at the nightly build documentation, I have noticed that the AspectJ configuration...
  6. Replies
    9
    Views
    577

    AsepctJ ITD not longer working.

    I have recently upgraded from SDN 1.1.0.RELEASE to SDN 2.0.0.RC1.

    This has caused the aspectj-maven-plugin (version 1.4) to stop being able to work properly and so I am stuck with my @NodeEntity...
  7. Replies
    3
    Views
    466

    I am thinking more along the lines of something...

    I am thinking more along the lines of something of a more general case, a bit like:

    START tags=node(y1,y2,y3)
    MATCH ALL(tags <-- movie )
    RETURN movie

    So rather then explicitly define a set of...
  8. Replies
    3
    Views
    466

    Cypher Collaborative Filtering extention

    I am trying to extent a simple collaborative filtering process to include returning only recommendations of items that contain a given set of category tags.

    i.e. find me all films that are tagged...
  9. Replies
    1
    Views
    619

    Spring data neo4j / blueprints problem.

    Hi all,
    When using the spring-data-neo4j @Query annotation to run a gremlin query I get the following error

    java.lang.RuntimeException: Index already exists: __types__
    at...
Results 1 to 9 of 9