[
https://issues.jboss.org/browse/WFLY-2573?page=com.atlassian.jira.plugin....
]
James Perkins commented on WFLY-2573:
-------------------------------------
There is an open PR with some changes to the model,
https://github.com/wildfly/wildfly/pull/5481. I'll give it a test on there.
The one thing I'm uncertain about though is the above mentioned commit is a Hornet-Q
commit. Does it have something to do with this issue?
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: James Perkins
Fix For: 8.0.0.CR1
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