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

Wolf-Dieter Fink (JIRA) jira-events at lists.jboss.org
Tue Nov 26 05:32:05 EST 2013


Wolf-Dieter Fink created WFLY-2573:
--------------------------------------

             Summary: 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)
    Affects Versions: 8.0.0.Beta1
            Reporter: Wolf-Dieter Fink


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