[jboss-jira] [JBoss JIRA] Resolved: (JBMETA-135) JBossEjb3SessionBeanValidatorBase will return upon encountering non-session EJB first, skipping the rest

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Thu Oct 23 03:48:20 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBMETA-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lee Rubinger resolved JBMETA-135.
----------------------------------------

    Resolution: Done


> JBossEjb3SessionBeanValidatorBase will return upon encountering non-session EJB first, skipping the rest
> --------------------------------------------------------------------------------------------------------
>
>                 Key: JBMETA-135
>                 URL: https://jira.jboss.org/jira/browse/JBMETA-135
>             Project: JBoss Metadata
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 1.0.0.CR3
>            Reporter: Andrew Lee Rubinger
>            Assignee: Andrew Lee Rubinger
>             Fix For: 1.0.0.CR4
>
>
> From JBossEjb3SessionBeanValidatorBase.validate:
>          // Only applies to Session Beans
>          if (!bean.isSession())
>          {
>             return;
>          }
> ...should be "continue" instead of "return".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list