[
https://issues.jboss.org/browse/WFLY-2573?page=com.atlassian.jira.plugin....
]
Wolf-Dieter Fink commented on WFLY-2573:
----------------------------------------
I've verified it upstream with this commit:
commit bf323e6e65a67fb669a7fc71b9d8b6301ac783df
Author: Jeff Mesnil <jmesnil(a)gmail.com>
Date: Mon Nov 25 16:20:23 2013 +0100
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