Uploaded image for project: 'JBeret'
  1. JBeret
  2. JBERET-487

Can the JobExecutionNotMostRecentException be modified to also provide what the most recent id is?

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Optional
    • 2.0.2.Final
    • None
    • None
    • None

    Description

      Need to add the most recent job execution id to the method:

      AbstractJobOperator
      if (executionId != mostRecentExecution.getExecutionId()) {
          throw MESSAGES.jobExecutionNotMostRecentException(executionId, jobInstance.getInstanceId());
      }
      
      JobExecutionNotMostRecentException jobExecutionNotMostRecentException(long jobExecutionId, long jobInstanceId);
      

      Attachments

        Activity

          People

            mshikalw Moulali Shikalwadi
            awg-rmoore Richard Moore (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: