[jboss-jira] [JBoss JIRA] Created: (JBAS-3713) Full MBean lifecycle for HAPartition doesn't work

Brian Stansberry (JIRA) jira-events at jboss.com
Wed Sep 27 23:16:41 EDT 2006


Full MBean lifecycle for HAPartition doesn't work
-------------------------------------------------

                 Key: JBAS-3713
                 URL: http://jira.jboss.com/jira/browse/JBAS-3713
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Clustering
    Affects Versions: JBossAS-4.0.4.GA
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
            Priority: Minor
             Fix For: JBossAS-4.0.5.GA


As reported by Noel Rocher in JBCLUSTER-55, HAPartition cycle : create -> start -> stop -> destroy -> create fails on 2nd create due to FarmMemberService throwing "org.jboss.system.MissingAttributeException: Missing attribute 'Deployer'".

This is because superclass AbstractDeploymentScanner drops its ref to the deployer in destroyService().  The type passed to attribute Deployer is actually an ObjectName, so solution is to cache the ObjectName in FarmMemberService, and use it in createService() to re-call setDeployer() if the deployer is no longer available. 

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

        



More information about the jboss-jira mailing list