I wonder if it is not supported to receive a list of lists via
RequestFactory? I always get the exception below.
Where can I see which types are supported to transport and which are
not?
I already did things like receiveing a List of  ValueProxy that had a
List of another ValueProxy which again had a List of another
ValueProxy so i thought doing this directly with two lists would work
too.

Caused by: java.lang.AssertionError: serverId
        at
com.google.gwt.requestfactory.shared.impl.IdFactory.getId(IdFactory.java:
188)
        at
com.google.gwt.requestfactory.shared.impl.AbstractRequestContext.getId(AbstractRequestContext.java:
659)
        at
com.google.gwt.requestfactory.shared.impl.AbstractRequestContext.getBeanForPayload(AbstractRequestContext.java:
505)
        at
com.google.gwt.requestfactory.shared.impl.EntityCodex.decode(EntityCodex.java:
114)
        at
com.google.gwt.requestfactory.shared.impl.EntityCodex.decode(EntityCodex.java:
104)
        at
com.google.gwt.requestfactory.shared.impl.AbstractRequest.onSuccess(AbstractRequest.java:
126)
        at com.google.gwt.requestfactory.shared.impl.AbstractRequestContext
$StandardPayloadDialect.processPayload(AbstractRequestContext.java:
283)
        at com.google.gwt.requestfactory.shared.impl.AbstractRequestContext
$4.onTransportSuccess(AbstractRequestContext.java:959)
        at com.google.gwt.requestfactory.client.DefaultRequestTransport
$1.onResponseReceived(DefaultRequestTransport.java:141)
        at org.kurfuersten.zeiterfassung.ptm.client.util.PTMRequestTransport
$1.onResponseReceived(PTMRequestTransport.java:31)
        at
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:
287)
        at com.google.gwt.http.client.RequestBuilder
$1.onReadyStateChange(RequestBuilder.java:395)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:
103)
        at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:
71)
        at
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
167)
        at
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:
326)
        at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
207)
        at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
132)
        at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
561)
        at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
269)
        at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:
91)
        at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:214)
        at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:
103)
        at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:
71)
        at
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
167)
        at
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:
281)
        at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
531)
        at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
352)
        at java.lang.Thread.run(Thread.java:662)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to