[jboss-jira] [JBoss JIRA] Created: (JBAS-9136) Thread subsystem writer outputting queueless-thread-pool name attribute as blocking

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Thu Mar 24 11:26:45 EDT 2011


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


More information about the jboss-jira mailing list