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.
and the SpatialRepository interface Repositories don't work either...Code:java.lang.NullPointerException at org.neo4j.gis.spatial.pipes.GeoPipeline.startNearestNeighborLatLonSearch(GeoPipeline.java:363) at org.neo4j.gis.spatial.indexprovider.LayerNodeIndex.query(LayerNodeIndex.java:249)
I am having a hard time understanding why my tests are failing. If you could take a look at them and let me know what I am doing wrong I would appreciate it.Code:java.lang.NullPointerException at com.ex.domain.Restaurant_Roo_JavaBean.ajc$interMethodDispatch1$com_ex_domain_Restaurant_Roo_JavaBean$com_ex_domain_Restaurant$getName(Restaurant_Roo_JavaBean.aj) at com.ex.graph.RestaurantSpatialTest.testFindByName(RestaurantSpatialTest.java:59)
Thanks,
Ben


Reply With Quote
