Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-3713

Full MBean lifecycle for HAPartition doesn't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • JBossAS-4.0.5.GA
    • JBossAS-4.0.4.GA
    • Clustering
    • None
    • Low

    Description

      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.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: