Tried to run GAE-DS sample project from nightly built smartgwtee-2.5 in Eclipse 3.6 (Helios) with GWT 2.3 and AppEngine 1.5.2 (the same issue in 1.5.1)
When I select a Coutry in CountryList got the error:
WARN:RPCManager:Problem with query <SELECT count (_City.cityId) FROM City _City WHERE (lower(_City.countryId) = lower(:p0))>: Unsupported method <toLowerCase> while parsing expression: InvokeExpression{[ParameterExpression{p0}].toLowerCase(<none>)}, response: {operationId: "city_DataSource_fetch", clientContext: Obj, context: Obj, transactionNum: 1, httpResponseCode: 200, httpResponseText: "//isc_RPCResponseStart-->[{queueStatus:-..."[353], xmlHttpRequest: [object XMLHttpRequest], transport: "xmlHttpRequest", status: -1, clientOnly: undef, httpHeaders: Obj, isStructured: true, callbackArgs: null, results: Obj, queueStatus: -1, isDSResponse: true, invalidateCache: false, data: "Problem with query <SELECT count (_City...."[232], startRow: 0, endRow: 0, totalRows: 0}
Searched forums and did not find any similar issue.
When I select a Coutry in CountryList got the error:
WARN:RPCManager:Problem with query <SELECT count (_City.cityId) FROM City _City WHERE (lower(_City.countryId) = lower(:p0))>: Unsupported method <toLowerCase> while parsing expression: InvokeExpression{[ParameterExpression{p0}].toLowerCase(<none>)}, response: {operationId: "city_DataSource_fetch", clientContext: Obj, context: Obj, transactionNum: 1, httpResponseCode: 200, httpResponseText: "//isc_RPCResponseStart-->[{queueStatus:-..."[353], xmlHttpRequest: [object XMLHttpRequest], transport: "xmlHttpRequest", status: -1, clientOnly: undef, httpHeaders: Obj, isStructured: true, callbackArgs: null, results: Obj, queueStatus: -1, isDSResponse: true, invalidateCache: false, data: "Problem with query <SELECT count (_City...."[232], startRow: 0, endRow: 0, totalRows: 0}
Searched forums and did not find any similar issue.
Comment