[
https://issues.jboss.org/browse/AS7-5771?page=com.atlassian.jira.plugin.s...
]
David Lloyd commented on AS7-5771:
----------------------------------
This enhancement should not be made because it's up to the consuming subsystem to
decide whether threads are daemon threads - in fact there is a long-standing design
initiative to eliminate the thread subsystem and move those structures into their
consuming subsystems directly for this reason and for other reasons (e.g. it's
possible to configure a wrong thread pool type for a subsystem, which can cause weird
issues).
add daemon in thread factory configuration
------------------------------------------
Key: AS7-5771
URL:
https://issues.jboss.org/browse/AS7-5771
Project: Application Server 7
Issue Type: Enhancement
Affects Versions: 7.1.1.Final
Reporter: Mathieu Lachance
it is currently not possible to flag thread as daemon in the threads subsystem.
it would be nice to do it like that :
<subsystem xmlns="urn:jboss:domain:threads:1.1">
<thread-factory ... daemon="true" />
...
</subsystem>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira