Debug in dev mode and put a breakpoint here: com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserialize(ServerSerializationStreamReader.java: 542)
2011/4/11 kevin <[email protected]> > > Here is the RCP request that is getting posted. If I debug it, it gets > to at [107] (which is the last ...|1|21|22|21|23|0|0|0|0|7|0|0|0|A|24| > 0|2|25|0|26|0|100|27|0|100|) which points to > > http://127.0.0.1:17000/showcase/com.example.gwt.showcase.Showcase.JUnit/|5CF4819B1A2569FD2C1B62654253B339|com.example.gwt.showcase.client.SerializationTestApi > in the string array. Which then gets passed into the Class.forName() > in the above stack. So it seems like the problem is the Client isn't > encoding the request properly. > > Any idea's how I can figure how what the JS is doing? > > > 7|0|27|http://127.0.0.1:17000/showcase/ > com.example.gwt.showcase.Showcase.JUnit/| > 5CF4819B1A2569FD2C1B62654253B339| > com.example.gwt.showcase.client.SerializationTestApi|serialize| > java.io.Serializable|com.example.messages.QueryRequest/1309523977| > java.util.ArrayList/3821976829|[Ljava.lang.String;/2600011424| > com.example.messages.QueryRequest$FacetFinderMode/1419225080| > com.example.model.request.JoinFacetMode/2050282955| > com.example.model.request.JoinRollupMode/1454680128| > com.example.messages.QueryRequest$LemmaMode/1977780053| > com.example.model.query.Term/272664779|com.example.model.query.Term > $AnchorMode/3777322528|com.example.model.query.Term$SimilarityMode/ > 2312654092|com.example.model.token.TokenList/2372341589| > com.example.model.token.TokenList$OElement/2873797760| > com.example.model.token.Token/3502218633|[C/2871596207| > com.example.util.PropertyMap/3603188587|java.lang.String/2004016611| > query|example|com.example.model.request.SortSpecification/3782503125| > com.example.messages.QueryRequest$SpellCheckMode/613153596| > com.example.messages.QueryRequest$StopwordsMode/1127197588| > com.example.messages.QueryRequest$SynonymsMode/3597099861|1|2|3|4|1|5| > 6|100|0|7|0|1|50|50|8|1|0|0|7|0|3|9|0|0|0|7|0|0|0|0|10|0|0|11|0|12|0|0| > 0|0|0|13|14|0|0|15|0|0|16|1|0|17|1|0|0|18|A|0|7|0|0|19|10|97|116|116| > 105|118|105|111|0|0|0|1|-14|20|0|1|21|22|21|23|0|0|0|0|7|0|0|0|A|24|0| > 2|25|0|26|0|100|27|0|100| > > -- > 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. > > -- 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.
