[jboss-jira] [JBoss JIRA] Created: (JBAS-6800) Ejb3HAPartitionDependencyDeployer adds dependency to non-clustered beans

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Apr 16 17:24:22 EDT 2009


Ejb3HAPartitionDependencyDeployer adds dependency to non-clustered beans
------------------------------------------------------------------------

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


Ejb3HAPartitionDependencyDeployer adds a dependency on the HAPartition to non-clustered beans if their metadata returns a ClusterConfigMetaData object.

AFAIK this would only occur if the bean had an @Clustered annotation overridden by <clustered>false</clustered> in jboss.xml. The effect would be an unnecessary dependency on an HAPartition, which would only be a problem if the HAPartition wasn't deployed.

-- 
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