-
Bug
-
Resolution: Done
-
Critical
-
JDG 7.2 GA
-
None
Executing:
against indexed cache, results in:
{
"error" : {
"message" : "Error executing query",
"cause" : "ISPN028501: The type Cache has no property named 'alue'."
}
}
Note that query looks for 'alue' instead 'value'.
Cache config:
<distributed-cache name="default" mode="SYNC" start="EAGER"> <indexing index="ALL"/> </distributed-cache>
Used Proto schema:
message Cache {
required String id = 1;
required String value = 2;
}
- duplicates
-
ISPN-7863 Ickle lexer wrongly discards letter v as whitespace ruining parsing of identifiers containing v
-
- Closed
-