1

I have to transfer a huge number of data from database to client side using gwt RPC. the data gets fetched by the service but during mapping of bean it returns error.

Returning cached instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' - on terminal

Something other than an int was returned from JSNI method '@com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader::readInt()': JS value of type Java Object com.google.gwt.dev.shell.JsValueOOPHM$DispatchObjectOOPHM, expected int - on browser

why might this happen?

4

1 回答 1

1

使用开发模式时,这是 Chrome 中的一个已知错误。它已经有一段时间了。它在这里被跟踪。目前唯一的解决方法是使用 Firefox 而不是 Chrome。

于 2012-08-10T14:59:17.633 回答