Tuesday, August 30, 2016

Re: Issues calling RPC with GWT 2.8 RC1

Hi Thomas,

Thanks for your suggestions. I finally fixed this issue. The issue was that I was adding all jackson mapper code inside bean objects which gwt does not like during response conversion in RPC. I removed that and extracted out to a new factory class used as generic code from every where else to convert json to object and object back to json. This has got the UI running. Again Thanks so much for your suggestions. I appreciate.

-N

On Monday, August 29, 2016 at 3:25:31 PM UTC+7, Thomas Broyer wrote:


On Monday, August 29, 2016 at 4:59:08 AM UTC+2, nishan...@gmail.com wrote:
I am using gwt-servlet-2.8 RC1 jar on server too. I get 500 Internal Server Error in Throwable. […] Any suggestion would be of great help to me to nail down this issue.

Have a look at your server logs and/or the full response, you should have a stacktrace somewhere telling you more about the issue. 

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment