UPnP Sample - Clock. Action SetTime is ineffective and throws errors
--------------------------------------------------------------------
Key: FELIX-2362
URL: https://issues.apache.org/jira/browse/FELIX-2362
Project: Felix
Issue Type: Bug
Components: UPnP Subproject
Environment: Felix / UPnP trunk version
Reporter: Loic Petit
When using the samples from the UPnP trunk (r948853), the action SetTime on the
Clock device throws a ClassCastException (Date to Long).
Moreover, even when correcting the bugs, the GUI is not reactive to the call as
it does not consider the TimeStateVariable's clock.
Step to reproduce the bugs:
- Launch UPnP examples
- In the tester, go into ClockDevice.TimerService.SetTime
- Do the action with the parameter '2009-12-26T11:42:52' (valid ISO format)
Expected behaviour:
- Result as a ISO date format
- GUI changes date to the input parameter
Observed behaviour:
- ClassCastException
- No changes even when correcting previous point
(patch ready to commit)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.