[jboss-jira] [JBoss JIRA] (WFLY-4390) restartable=false bach job can be restarted

Takashi Nishigaya (JIRA) issues at jboss.org
Thu Feb 26 06:18:49 EST 2015


     [ https://issues.jboss.org/browse/WFLY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takashi Nishigaya updated WFLY-4390:
------------------------------------
    Description: 
The batch job defined with restartable=false must not be restartable, after failed or stopped.
GlassFish 4.1 results in the following:

[2015-02-26T19:56:34.860+0900] [glassfish 4.1] [SEVERE] [] [] [tid: _ThreadID=25 _ThreadName=Thread-9] [timeMillis: 1424948194860] [levelValue: 1000] [[
  javax.batch.operations.JobRestartException: javax.batch.operations.JobRestartException: Job Restartable attribute is false, Job cannot be restarted.

But WildFly tries to execute the stopped or failed job.

Please check the attached test case.

wildfly:
$ mvn clean test -P wildfly-managed    (or -P wildly-remote)
glassfish:
$ glassfish4/bin/asadmin start-domain
$ mvn clean test -P glassfish-remote

  was:
The batch job defined with restartable=false must not be restartable, after failed or stopped.
GlassFish 4.1 results in the following:

[2015-02-26T19:56:34.860+0900] [glassfish 4.1] [SEVERE] [] [] [tid: _ThreadID=25 _ThreadName=Thread-9] [timeMillis: 1424948194860] [levelValue: 1000] [[
  javax.batch.operations.JobRestartException: javax.batch.operations.JobRestartException: Job Restartable attribute is false, Job cannot be restarted.

But WildFly tries to execute the stopped or failed job.



> restartable=false bach job can be restarted
> -------------------------------------------
>
>                 Key: WFLY-4390
>                 URL: https://issues.jboss.org/browse/WFLY-4390
>             Project: WildFly
>          Issue Type: Bug
>          Components: Batch
>    Affects Versions: 8.2.0.Final
>            Reporter: Takashi Nishigaya
>            Assignee: Jason Greene
>
> The batch job defined with restartable=false must not be restartable, after failed or stopped.
> GlassFish 4.1 results in the following:
> [2015-02-26T19:56:34.860+0900] [glassfish 4.1] [SEVERE] [] [] [tid: _ThreadID=25 _ThreadName=Thread-9] [timeMillis: 1424948194860] [levelValue: 1000] [[
>   javax.batch.operations.JobRestartException: javax.batch.operations.JobRestartException: Job Restartable attribute is false, Job cannot be restarted.
> But WildFly tries to execute the stopped or failed job.
> Please check the attached test case.
> wildfly:
> $ mvn clean test -P wildfly-managed    (or -P wildly-remote)
> glassfish:
> $ glassfish4/bin/asadmin start-domain
> $ mvn clean test -P glassfish-remote



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list