[
https://issues.apache.org/jira/browse/TUSCANY-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Becker updated TUSCANY-2436:
--------------------------------
Attachment: TUSCANY-2436.patch
The demo expected the configuration file "sources.xml" to contain a LastChecked
date field in the default locale date format. However, since users are running
this demo in different locales, the LastChecked field cannot be correct for all
locales. It is better to specify a given date format for configuration files,
such as ISO8601 (yyyy-MM-dd hh:mm:ss). That is what this patch provides.
> Demo alert aggregator has Exception java.text.ParseException: Unparseable date
> ------------------------------------------------------------------------------
>
> Key: TUSCANY-2436
> URL: https://issues.apache.org/jira/browse/TUSCANY-2436
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA Demos
> Affects Versions: Java-SCA-1.2
> Environment: Windows XP
> Java 1.6.0.04
> Tomcat 6.0.14
> Reporter: Dan Becker
> Priority: Minor
> Attachments: TUSCANY-2436.patch
>
>
> Demo alert aggregator has Exception java.text.ParseException: Unparseable
> date: "10-Jun-2007 16:34:03"
> When used with the given RSS samples in the demo (BBC and Engadget) the
> following 2 exceptions are visible in the server logs:
> getAlertSources(Dojo)
> Exception java.text.ParseException: Unparseable date: "10-Jun-2007 16:34:03"
> Exception java.text.ParseException: Unparseable date: "10-Jun-2007 16:34:03"
> getAllNewAlerts(Dojo)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.