[jboss-jira] [JBoss JIRA] Resolved: (JBAS-9136) Thread subsystem writer outputting queueless-thread-pool name attribute as blocking
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Mar 24 13:08:01 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry resolved JBAS-9136.
------------------------------------
Resolution: Done
http://github.com/jbossas/jboss-as/compare/3efa7fd...987bb5a
> 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