I get this exception.
viewItemByQuery
Exception:org.datanucleus.store.appengine.query.DatastoreQuery
$UnsupportedDatastoreFeatureException: Problem with query <SELECT FROM
com.rsi.gems.bbb.gdo.GdoSysGroups WHERE this.GrpName.matches(".*")>:
Wildcard must appear at the end of the expression string (only prefix
matches are supported)
The Datanucleus doc clearly states this is a String Regex expression
which is what I have.
To quote: Returns whether string matches the passed expression. The
pattern argument follows the rules of java.lang.String.matches
method.
How do I proceed?
Steve
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.