Search:

Type: Posts; User: Xnyle; Keyword(s):

Search: Search took 0.03 seconds.

  1. @Indexed Numeric values in Cypher queries not working

    Hi all,

    does a working example exist where a @Indexed Integer or Long can be successfully found via a repository based Cypher query?

    I simply can't get this to work, see also
    ...
  2. Replies
    5
    Views
    963

    Hi Michael, I don't want to open Pandora's,...

    Hi Michael,

    I don't want to open Pandora's, excuse me, Cypher-DSL's box until I get my test case working.


    I've decided to use one property which hopefully filters the most as index lookup and...
  3. Replies
    5
    Views
    963

    Sorry, on a repository method. It's clear to me...

    Sorry, on a repository method. It's clear to me how that works.



    Not the answer i was hoping for. What about "LQL"-injection.

    Did I miss something? Graph traversal and everything, very cool,...
  4. Replies
    5
    Views
    963

    Cypher params in index queries possible?

    Hi Cypher experts ;-)

    In neo4j 1.5 docs, chapter Cypher Parameters is completely gone, so I'm a bit lost on how to do this really simple query:

    Find all Nodes of type X (using the basic index...
  5. Replies
    6
    Views
    1,357

    Figured it out myself, has to be...

    Figured it out myself, has to be org.neo4j:neo4j-cypher:1.5, not org.neo4j:neo4j-cypher:1.5.M01

    Oh, thanks for the fast reply :)
  6. Replies
    6
    Views
    1,357

    Me again, congrats as well :) Just updated...

    Me again, congrats as well :)

    Just updated and get a


    java.lang.NoSuchMethodError:...
  7. Sorry , my local archiva resolved that for me. ...

    Sorry , my local archiva resolved that for me.

    Anyway, adding it to the pom.xml didn't change anything.

    The problem is not the build, but running it, try mvn exec:java:


    Error creating bean...
  8. Hi Michael, don't know if I got it right, I...

    Hi Michael,

    don't know if I got it right, I changed the custom implementation name to DaoNodeGraphRepositoryImpl, the corresponding newly created interface is now called DaoNodeGraphRepository and...
  9. @...

    @ https://jira.springsource.org/browse/DATAGRAPH-130
  10. Hi again :) Head spinning, more questions...

    Hi again :)

    Head spinning, more questions follow:

    So I created:

    public interface XYZRepositoryAddons {just @Query methods}

    public interface SimpleDao<T, PK extends Serializable> {/*i need...
  11. Interface stuff understood, thanks. But I cant...

    Interface stuff understood, thanks.

    But I cant find repo.findAllByQuery(singleParam method in any of the repos at:
    ...
  12. neo4j: findAllByMultipleQueries / AbstractGraphRepository

    Hi all,

    I would like to search starter nodes by matching multiple keys using the NamedIndexRepository.

    I already found out that extending one of the two AbstractGraphRepository subclasses...
  13. See appended file for working/ non working...

    See appended file for working/ non working version.

    applicationContext.xml contains both cases, non working version is active.
  14. Thanks for the clarification, didn't notice there...

    Thanks for the clarification, didn't notice there was a new version.

    Finally, after one day of refactoring, I got it working.

    But there is still one thing I don't understand. Maybe you could...
  15. Hi Michael, sorry for the delayed answer, was...

    Hi Michael,

    sorry for the delayed answer, was on Holiday.

    Please see my first post, my problem is not about @Transactional annotations, I know I can pass a specific manager to them.

    If you...
  16. Thanks, but... :) The test case might work...

    Thanks, but... :)

    The test case might work now, but I really don't understand how. Furthermore I don't think it will work in my real project.

    Now there is no transactionManager defined at all,...
  17. Hi Michael, thanks for your help. I've...

    Hi Michael,

    thanks for your help.

    I've created a TestCase (attached (hope so :)).

    Simply start it with mvn clean package exec:java and watch the beautifull Exception :)

    Bjoern
  18. Problem Getting Hibernate(JPA) and Neo4j Transactions to work (no cross store)

    Hello there,

    I'm having problems to understand how to get a JPA Transaction-manager and a JTA Transaction-manager to work in one Application. I don't want "combined" transactions, just two...
Results 1 to 18 of 18