[jboss-jira] [JBoss JIRA] Updated: (AS7-1251) Threads subsystem writer generates incorrect XML for unbounded queue thread pool

Trustin Lee (JIRA) jira-events at lists.jboss.org
Mon Jul 11 10:11:24 EDT 2011


     [ https://issues.jboss.org/browse/AS7-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee updated AS7-1251:
-----------------------------

    Description: 
{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.

  was:
{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.



> 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
>            Reporter: Trustin Lee
>
> {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: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list