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
...
Type: Posts; User: killersite; Keyword(s):
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
...
HELP - Can anyone make my Neo4j-spatial junit tests pass against cross-store Entities? ...
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...
Thanks. But again this doesn't work in 1.6.12 version either.
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...
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...
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.
...
No it doesn't work with 1.6.12 or version 1.7.1.
Please try it.
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
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...
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 ...
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...
I'm using 1.7.0 currently. Do you think 1.7.1 would help?
Thanks
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...
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...
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...
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.
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...