[jboss-jira] [JBoss JIRA] (WFLY-2011) jboss-ejb3.xml deployment descriptor is not parsed correct for the clustering element

RH Bugzilla Integration (JIRA) issues at jboss.org
Tue Jul 29 08:12:30 EDT 2014


    [ https://issues.jboss.org/browse/WFLY-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988626#comment-12988626 ] 

RH Bugzilla Integration commented on WFLY-2011:
-----------------------------------------------

Dominik Pospisil <dpospisi at redhat.com> changed the Status of [bug 1004856|https://bugzilla.redhat.com/show_bug.cgi?id=1004856] from NEW to ASSIGNED

> jboss-ejb3.xml deployment descriptor is not parsed correct for the clustering element
> -------------------------------------------------------------------------------------
>
>                 Key: WFLY-2011
>                 URL: https://issues.jboss.org/browse/WFLY-2011
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: EJB
>    Affects Versions: 8.0.0.Beta1
>            Reporter: Wolf-Dieter Fink
>            Assignee: Stuart Douglas
>              Labels: ejb-jar.xml
>             Fix For: 8.0.0.CR1
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list