[jboss-jira] [JBoss JIRA] (WFLY-12093) bug in tutorial "batch-processing" with column "End Time"

Святослав Кремлёв (Jira) issues at jboss.org
Sat May 18 16:28:00 EDT 2019


Святослав Кремлёв created WFLY-12093:
----------------------------------------

             Summary: bug in tutorial "batch-processing" with column "End Time"
                 Key: WFLY-12093
                 URL: https://issues.jboss.org/browse/WFLY-12093
             Project: WildFly
          Issue Type: Bug
          Components: Quickstarts
    Affects Versions: 17.0.0.Alpha1
         Environment: batch-processing

            Reporter: Святослав Кремлёв
            Assignee: Eduardo Martins
         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.12.1#712002)



More information about the jboss-jira mailing list