[jboss-jira] [JBoss JIRA] Created: (JBAS-6440) HASingletonDeploymentScanner starts before DeploymentManager

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri Jan 30 11:02:44 EST 2009


HASingletonDeploymentScanner starts before DeploymentManager
------------------------------------------------------------

                 Key: JBAS-6440
                 URL: https://jira.jboss.org/jira/browse/JBAS-6440
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Clustering
    Affects Versions: JBossAS-5.0.0.GA
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Critical
             Fix For: JBossAS-5.0.1.GA


AS 5.0.0.GA ships with a DeploymentManager configured. When a DeploymentManager is available, HASingletonDeploymentScanner is meant to use it. However, the proper dependencies are not in place, which results in HASingletonDeploymentScanner falling back on some buggy logic (see JBAS-6439).

We need to ensure HASingletonDeploymentScanner depends on DeploymentManager. To ensure that I'll directly dependency inject the DeploymentManager rather than obtaining it from the injected ProfileService.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list