[jboss-jira] [JBoss JIRA] (AS7-5969) WebDeploymentService starts the web components in a MSC thread
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Fri Nov 16 10:30:21 EST 2012
[ https://issues.jboss.org/browse/AS7-5969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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
More information about the jboss-jira
mailing list