| Summary: | jboss-ejb3.xml deployment descriptor is not parsed correct for the clustering element | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | wfink |
| Component: | EJB | Assignee: | jboss-set |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0, 6.1.1 | CC: | brian.stansberry, emartins, jawilson, kkhan, myarboro |
| Target Milestone: | DR1 | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1124427 | ||
| Bug Blocks: | |||
Assigning jpai EJB issues to david.lloyd. Please re-assign to Cheng or others as needed. Stuart Douglas <stuart.w.douglas> made a comment on jira WFLY-2011 I have pushed a fix for this into the metadata repository, this will be resolved by the next metadata release. Stuart Douglas <stuart.w.douglas> updated the status of jira WFLY-2011 to Resolved The fix is already present in metadata 7.1.1, only thing left is to do EAP component upgrade. Verified in EAP 6.4.0.DR1.1 |
The clustering element of the jboss-ejb3.xml DD can include illegal repeating of the ejb-name element: <assembly-descriptor> <c:clustering> <ejb-name>Bean1</ejb-name> <ejb-name>Bean2</ejb-name> <c:clustered>true</c:clustered> </c:clustering> </assembly-descriptor> In that case the behaviour of different components is inconsistent, see WFLY-2011. The parser should log the problem and the application should not deployable.