[jboss-jira] [JBoss JIRA] (WFLY-2573) The batch subsystem does not marshall the configuration correct in some circumstances

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Nov 26 10:09:06 EST 2013


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

Brian Stansberry updated WFLY-2573:
-----------------------------------

    Assignee: Cheng Fang

    
> The batch subsystem does not marshall the configuration correct in some circumstances
> -------------------------------------------------------------------------------------
>
>                 Key: WFLY-2573
>                 URL: https://issues.jboss.org/browse/WFLY-2573
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Batch
>    Affects Versions: 8.0.0.Beta1
>            Reporter: Wolf-Dieter Fink
>            Assignee: Cheng Fang
>
> If the batch subsystem is created, i.e. a new domain profile, the configuration is not applied correct.
> It look like that it is partially applied 'in memory' but not persisted.
> The used commands are:
> /profile=default-web/subsystem=batch:add()
> /profile=default-web/subsystem=batch/thread-pool=batch:add(keepalive-time={time=100,unit=milliseconds}, 
> max-threads=10)
> The commands are running without messages, but the domain.xml looks like this
>             <subsystem xmlns="urn:jboss:domain:batch:1.0">
>                  <job-repository>
>                      <in-memory/>
>                  </job-repository>
>              </subsystem>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list