Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    215

    [NPE] Neo4j cross-store ERROR

    HELP - my Neo4j-spatial junit test is not passing with cross-store Entities.

    https://github.com/killersite/Neo4JSpatialTests/blob/master/src/test/java/com/ex/graph/RestaurantSpatialTest.java
    ...
  2. Replies
    4
    Views
    509

    HELP - Can anyone make my Neo4j-spatial junit...

    HELP - Can anyone make my Neo4j-spatial junit tests pass against cross-store Entities? ...
  3. [Neo4J] NPE in SpatialRepository.findWithinDistance

    When I use a SpatialRepository repository on a cross-store entity I get a NullPointerException when I try to use the findWithinDistance method.

    The error is that layer.getGeometryType() is NULL in...
  4. Thanks. But again this doesn't work in 1.6.12...

    Thanks. But again this doesn't work in 1.6.12 version either.
  5. Replies
    4
    Views
    509

    Thanks for the response Lasse. Except you're...

    Thanks for the response Lasse.

    Except you're proving my point that cross-store is the problem. In order to save the Entity in the SQL database I have to use -



    <neo4j:config...
  6. Replies
    4
    Views
    509

    Help. Anyone try the Neo4J unit test in...

    Help.

    Anyone try the Neo4J unit test in https://github.com/killersite/Neo4JSpatialTests ?

    cross-store entities are causing NPE errors with the following tests.



    @Test
    public void...
  7. Replies
    4
    Views
    509

    Error with Neo4J @Indexed property

    Please try my JUnit tests at https://github.com/killersite/Neo4JSpatialTests

    When I try to use neo4j-spatial with a @NodeEntity(partial=true) I always get NPE of the following kind.

    ...
  8. No it doesn't work with 1.6.12 or version 1.7.1....

    No it doesn't work with 1.6.12 or version 1.7.1.
    Please try it.
  9. Any idea why the interaction between @ClassBridge...

    Any idea why the interaction between @ClassBridge and @NodeEntity would cause MVN to not build the first time but subsequent builds work fine?

    Thanks,
    Ben
  10. Yeah I sent that reply too soon. I have now...

    Yeah I sent that reply too soon.
    I have now updated github project to use aspectj 1.7.1 and Hibernate Search which shows the error.

    It does seem to be the interaction between @ClassBridge and the...
  11. I get the same error with version 1.7.1. Please...

    I get the same error with version 1.7.1. Please advise! Thanks.



    Downloading: http://maven.springframework.org/release/org/aspectj/aspectjtools/1.7.1/aspectjtools-1.7.1.jar
    9661K downloaded ...
  12. I get similar problems in STS where the build...

    I get similar problems in STS where the build doesn't work with an error about "class must implement..".

    What I have to do is comment out @NodeEntity(partial = true) then build project then...
  13. I'm using 1.7.0 currently. Do you think 1.7.1...

    I'm using 1.7.0 currently. Do you think 1.7.1 would help?
    Thanks
  14. Error: Neo4j cross-store entities will not build

    Please help. This is driving me crazy
    When I try to "mvn clean package" on my project I get the following. Error.



    [INFO] [aspectj:compile {execution: default}]
    [ERROR] trouble in:
    public...
  15. Replies
    0
    Views
    287

    Partial edit a hibernate entity

    Please verify if I'm doing this correctly.

    Coming from Struts when I want to save a partially edited entity I would do the following. Use the "preparable" interface with a "prepare" method that...
  16. After some debugging I added a JIRA issue and the...

    After some debugging I added a JIRA issue and the fix here - https://jira.springsource.org/browse/ROO-3112
    This should be fixed ASAP as it gives an unfortunate bad first impression of an amazingly...
  17. Just keep adding an Owner entities all attached...

    Just keep adding an Owner entities all attached to the same Auth entity and watch the SQL log grow and grow for any view of the /pet/{id} page.

    This is crazy.
  18. Roo performance issue. FULL Database Loaded?

    I'm having a show stopper issue with Roo/Spring/Tiles that I really hope someone can help me get past.
    When I use the clinic.roo script with a minor change to accommodate security/user roles I am...
Results 1 to 18 of 19