AlbinChang / fosstrak

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

Scheduled Subscription is not working #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a Scheduled Subscription via epcis capture client application 
2. Capture a new event with date/time greater than the initial record time of 
the subscription.

What is the expected output? What do you see instead?
- Expected: to see a query result with containing all the events that match the 
subscription.
- Actual: an exception is fired saying that "Unable to parse the value for 
query parameter 'GE_recordTime' as date/time". In addition, when restarting the 
application or tomcat server, the saved subscriptions are no longer working.

What version of the product are you using? On what operating system?
- Version 0.5.0 running on Ubuntu 14.04

Please provide any additional information below.
- I have investigated more in that problem and I think that the problems comes 
from saving Record date/time in milliseconds and try to parse/cast it as a 
date/time object.

Original issue reported on code.google.com by Eng.Usam...@gmail.com on 21 May 2015 at 10:26

Attachments: