-
Bug
-
Resolution: Done
-
Minor
-
JBossAS-5.0.1.GA, JBossAS-5.1.0.Beta1
-
None
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.