GWT: 2.4.0
SmartGWT: 2.4 (simple, not pro/EE - I'm just a hobbist).
Google Chrome: 17.0.963.46 (the latest version)
I have a ListGrid with custom DataSource (based on
http://forums.smartclient.com/showthread.php?t=4814&page=27).
On loading the page with this grid - it tries to fetch data.
It creates service, runs executeFetch and recieves an error.
ProjectInfo - just a simple object created for DataSource tesing (only long,
String, Data). Service works with DB via ProjectInfoDao with HebarnateTemplate.
Tried to make it with gilead and without - doesn't matter.
Simple RPC service (just recieve a String from server) works fine.
"Extends", "implements", "web.xml", "appContext.xml" - are checked - everyting is done the same way as on simple (working) RPC service.
I saw in code examples that response have the following style:
response:
And I have response (in Chrome):
Questions:
1. How I can remove "__gwt_ObjectId: <id>" from response in Chrome Dev Mode?
2. (
the most important) What's the reason of these errors? I can't find, why it raises this error on processing this RPC-call.