What steps will reproduce the problem?
1.My queries return always empty.
What is the expected output? What do you see instead?
It should show the searched results.
What version of the product are you using? On what operating system?
0.0.8 Version
Please provide any additional information below.
Just to Give the details
using JPA
Code
Point center = new Point(44.838611, -0.578333)
EntityManager em = EMF.get().createEntityManager();
GeocellQuery baseQuery = new GeocellQuery("SELECT id FROM GeoEntity");
List<GeoEntity> objects = null;
try {
objects = GeocellManager.proximitySearch(center, 40, 0, GeoEntity.class, baseQuery, em);
} catch (Exception e) {
No exception no data returned tested locally .
Any response will be greatly appreciated.
Original issue reported on code.google.com by satishba...@gmail.com on 17 Jul 2013 at 10:33
Original issue reported on code.google.com by
satishba...@gmail.com
on 17 Jul 2013 at 10:33Attachments: