[google-appengine] Emergency, who can help me? Wildcard must appear at the end of the expression string (only prefix matches are supported)

2009-09-09 Thread Shawn
I used the jdoql url.matches like this: public static ListPojo_website getEntries(String url) { PersistenceManager pm = PMF.get().getPersistenceManager(); Query query = pm.newQuery(Pojo_website.class); StringBuilder filter = new

[google-appengine] Emergency, who can help me? Wildcard must appear at the end of the expression string (only prefix matches are supported)

2009-09-09 Thread Shawn Wu
I used the jdoql url.matches like this: public static ListPojo_website getEntries(String url) { PersistenceManager pm = PMF.get().getPersistenceManager(); Query query = pm.newQuery(Pojo_website.class); StringBuilder filter = new