gautamaino / gwteventservice

Automatically exported from code.google.com/p/gwteventservice
Other
0 stars 0 forks source link

Event Push - POJO field with BigDecimal Data type is not working #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.using gwteventservice 1.1.1/GXT2.2/GWT 2.0
2. Changed one of field from double to BigDecimal
3.<inherits name="net.zschech.gwt.math.Math" />

What is the expected output? What do you see instead?

expected to work same way when data types were double

What version of the product are you using? On what operating system?

Please provide any additional information below.

When one of the pojo field data type was double, gwt  push was working fine, 
When changed to BigDecimal for calculations, GWT push stopped working and 
started showing alert messages with gwt cache files details 
find the attached image with error message

Original issue reported on code.google.com by yasmeen....@gmail.com on 19 Oct 2010 at 5:02

Attachments:

GoogleCodeExporter commented 8 years ago
The event has setter/getter property which sets/return the Pojo.

Original comment by yasmeen....@gmail.com on 19 Oct 2010 at 5:07

GoogleCodeExporter commented 8 years ago
This isn't an issue of GWTEventService. BigDecimal is not supported by GWT till 
now. Therefore it isn't possible to send an event to the GWT client side with 
unsupported classes. BigDecimal will be supported with GWT 2.1.

See the GWT issue 1857: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=1857

Original comment by sven.strohschein@googlemail.com on 19 Oct 2010 at 8:16