[jboss-jira] [JBoss JIRA] (AS7-2887) Disallow deployment of @Clustered EJBs if the type is not valid

Radoslav Husar (Commented) (JIRA) jira-events at lists.jboss.org
Wed Dec 7 10:06:41 EST 2011


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

Radoslav Husar commented on AS7-2887:
-------------------------------------

Agreeing with refusing to deploy @Clustered on MDB: this might confuse users that @Clustered would mean turning on load-balancing and/or redistribution of messages or even to turn on HA mode in HornetQ (which is done via @ActivationConfigProperty).

The wording "feature unspupported" might not be fortunate because it sounds like it will be possibly supported later.
                
> Disallow deployment of @Clustered EJBs if the type is not valid
> ---------------------------------------------------------------
>
>                 Key: AS7-2887
>                 URL: https://issues.jboss.org/browse/AS7-2887
>             Project: Application Server 7
>          Issue Type: Task
>          Components: Clustering, EJB
>            Reporter: David Lloyd
>            Priority: Blocker
>             Fix For: 7.1.0.CR1
>
>
> @Clustered can be applied as follows:
> * Entity EJB - Give a "feature unsupported" error, refuse to deploy
> * Stateful Session EJB - Allow
> * Stateless Session EJB - Allow (has no effect though)
> * Singleton EJB - Give a "feature unsupported" error, refuse to deploy
> * MDB - Give a "feature unsupported" error, refuse to deploy
> Note that "feature unsupported" should be worded such that the feature may become available in future releases.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list