]
Brian Stansberry resolved AS7-1251.
-----------------------------------
Fix Version/s: 7.0.0.Final
Resolution: Done
Threads subsystem writer generates incorrect XML for unbounded queue
thread pool
--------------------------------------------------------------------------------
Key: AS7-1251
URL:
https://issues.jboss.org/browse/AS7-1251
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.0.0.CR1
Reporter: Trustin Lee
Assignee: Brian Stansberry
Fix For: 7.0.0.Final
{code}
<unbounded-queue-thread-pool name="jgroups">
{code}
is written back as:
{code}
<unbounded-queue-thread-pool blocking="jgroups">
{code}
Hence making the next startup fail.
Similar issue was found and fixed (AS7-233). We need to check all queue types.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: