[
https://issues.jboss.org/browse/AS7-5969?page=com.atlassian.jira.plugin.s...
]
jaikiran pai updated AS7-5969:
------------------------------
Summary: WebDeploymentService starts the web components in a MSC thread (was:
WebDeploymentService does blocking tasks in a MSC thread)
WebDeploymentService starts the web components in a MSC thread
--------------------------------------------------------------
Key: AS7-5969
URL:
https://issues.jboss.org/browse/AS7-5969
Project: Application Server 7
Issue Type: Bug
Components: Web
Reporter: jaikiran pai
Assignee: jaikiran pai
The WebDeploymentService in its start/stop lifecycle methods triggers the web application
context initialization which can internally trigger various component initialization tasks
like startup servlet initializations and servlet context initializations. This currently
happens in a MSC thread but instead should be happening via a server executor which is
already available for such blocking tasks.
--
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