[jboss-jira] [JBoss JIRA] (WFLY-12093) bug in tutorial "batch-processing" with column "End Time"
Parul Sharma (Jira)
issues at jboss.org
Fri Jan 31 02:23:21 EST 2020
[ https://issues.redhat.com/browse/WFLY-12093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960857#comment-13960857 ]
Parul Sharma commented on WFLY-12093:
-------------------------------------
Hi [~emmartins] [~svkreml],
As per my understanding end time should not be update, after clicking on Update list button.
And also please let me if you are working on this issue?
Thanks,
Parul Sharma
> bug in tutorial "batch-processing" with column "End Time"
> ---------------------------------------------------------
>
> Key: WFLY-12093
> URL: https://issues.redhat.com/browse/WFLY-12093
> Project: WildFly
> Issue Type: Bug
> Components: Quickstarts
> Environment: batch-processing
> Reporter: Святослав Кремлёв
> Assignee: Eduardo Martins
> Priority: Major
> Attachments: 2019-05-18 23_16_51-Batch Processing.png
>
>
> in file
> org/jboss/as/quickstarts/batch/controller/JobData.java
> {code}
> public Date getEndTime() {
> endTime = new Date();
> return endTime.getTime() == 0 ? null : endTime;
> }
> {code}
> its returns current time every time, not the job endTime
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list