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

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

      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);
      

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

                Created:
                Updated:
                Resolved: