akipta / freedomotic

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

Trigger suspension time is not evaluated on deserialization #125

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
deserialize a trigger with xstream

With this issue a timed triggers can't work and may be recalled continuously

What is the expected output? What do you see instead?
all int/long fields are evaluated to 0 regardless the real value in XML.

Please use labels and text to provide additional information.
the problem comes from plain deserialization. ALso tried to check the xstream 
configuration and seems ok.

Original issue reported on code.google.com by enrico.n...@gmail.com on 30 Mar 2012 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by enrico.n...@gmail.com on 30 Mar 2012 at 7:36

GoogleCodeExporter commented 9 years ago
This is caused by deserialization of payload using custom converters. If I move 
suspensionTime before payload xml block it works, the same if I deserialize 
payload without cusom converters

Original comment by enrico.n...@gmail.com on 4 Apr 2012 at 10:32