• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Error performing rpcRequest

 
Greenhorn
Posts: 11
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic