You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Scott Kurz (JIRA)" <ji...@apache.org> on 2016/09/06 21:16:20 UTC

[jira] [Created] (BATCHEE-112) MemoryPersistenceManagerService.jobOperatorGetRunningExecutions() throws NoSuchJobException

Scott Kurz created BATCHEE-112:
----------------------------------

             Summary: MemoryPersistenceManagerService.jobOperatorGetRunningExecutions() throws NoSuchJobException
                 Key: BATCHEE-112
                 URL: https://issues.apache.org/jira/browse/BATCHEE-112
             Project: BatchEE
          Issue Type: Bug
          Components: jbatch-core
            Reporter: Scott Kurz
            Priority: Minor


As reported here:
http://stackoverflow.com/questions/39013258/batchee-getrunningexecutions-method-throws-javax-batch-operations-nosuchjobexcep

I took a quick look and the JPA persistence looks fine.. but the in-memory one seems to have a bug (which presumably the SO user was using). The code breaks out of the loop as soon as it finds an instance matching the job name.   But really every job instance should be looked at, not just the first one. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)