Hello,
I've got very simple code, just one RPC which return sum of two
Integers:

public Integer add(Integer a, Integer b);

Now if I run "app" as GWT project in development mode then everything
works ok.

But if I run it on JBoss AS 5 I've got:
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException:
Parameter 0 of is of an unknown type 'java.lang.Integer/3438268394'
Caused by: java.lang.ClassNotFoundException: java.lang.Integer/
3438268394
(http-127.0.0.1-8080-1) xxxxxx CommonRPC: ERROR: Failed to parse the
policy file '/pl.qnt.ercp.ERCP/
87682846E60916960CCF2E9C0CEAF91F.gwt.rpc'
java.text.ParseException: Expected: className, [true | false]

Any idea?

Regards,
Maciej Matecki

--

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


Reply via email to