I tried getting the latest smartGWTPower build yesterday Oct192010. I got this new error once I did the build for it.
15:34:05.739:XRP2:WARN:RPCManager:SomeDataObject cannot be cast to java.util.Map, response: {operationId: "custom", clientContext: undef, context: Obj, transactionNum: 5, httpResponseCode: 200, httpResponseText: "//isc_RPCResponseStart-->[{isDSResponse:..."[185], xmlHttpRequest: Obj, transport: "xmlHttpRequest", status: -1, clientOnly: undef, httpHeaders: Obj, isStructured: true, callbackArgs: null, results: Obj, isDSResponse: true, invalidateCache: false, ....
Anyway this was previously working and nothing was done on the server or the DS.xml side.
The server side code is a call to Hibernate to get a list of DataObject
List results = ESDDataServiceImpl.getInstance().getEsdUserPref(userId, name);
response.setData(results);
Just want to know if some thing changed on the response.setData from 9.9.2010 to now?
Anyway I will rollback to the previous working version for us, however for future enhancement, will this break my code?
TIA,
Tommy
15:34:05.739:XRP2:WARN:RPCManager:SomeDataObject cannot be cast to java.util.Map, response: {operationId: "custom", clientContext: undef, context: Obj, transactionNum: 5, httpResponseCode: 200, httpResponseText: "//isc_RPCResponseStart-->[{isDSResponse:..."[185], xmlHttpRequest: Obj, transport: "xmlHttpRequest", status: -1, clientOnly: undef, httpHeaders: Obj, isStructured: true, callbackArgs: null, results: Obj, isDSResponse: true, invalidateCache: false, ....
Anyway this was previously working and nothing was done on the server or the DS.xml side.
The server side code is a call to Hibernate to get a list of DataObject
List results = ESDDataServiceImpl.getInstance().getEsdUserPref(userId, name);
response.setData(results);
Just want to know if some thing changed on the response.setData from 9.9.2010 to now?
Anyway I will rollback to the previous working version for us, however for future enhancement, will this break my code?
TIA,
Tommy
Comment