-
Bug
-
Resolution: Done
-
Major
-
8.0.0.Beta1
-
-
Workaround Exists
-
If beans of an application are marked as clustered by using the jboss-ejb3.xml DD the behaviour is not consistent.
From the XSD the <ejb-name> element can not be added multiple times.
And the following configuration will be not valid:
<assembly-descriptor>
<c:clustering>
<ejb-name>Bean1</ejb-name>
<ejb-name>Bean2</ejb-name>
<c:clustered>true</c:clustered>
</c:clustering>
</assembly-descriptor>
The parser should throw an Exception and the application should not be deployed.