]
Paul Ferraro updated JBAS-9136:
-------------------------------
Git Pull Request:
Thread subsystem writer outputting queueless-thread-pool name
attribute as blocking
-----------------------------------------------------------------------------------
Key: JBAS-9136
URL:
https://issues.jboss.org/browse/JBAS-9136
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: XML Services/Frameworks
Affects Versions: 7.0.0.Beta1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Critical
Fix For: 7.0.0.Beta2
Trivial bug in ThreadsExtension$NewThreadsSubsystemParser.
<queueless-thread-pool name="jgroups-oob" blocking="false">
<max-threads count="100" per-cpu="200"/>
<keepalive-time time="1" unit="seconds"/>
</queueless-thread-pool>
gets parsed and written as:
<queueless-thread-pool blocking="jgroups-oob"
blocking="false">
<max-threads count="100" per-cpu="200"/>
<keepalive-time time="1" unit="seconds"/>
</queueless-thread-pool>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: