Uploaded image for project: 'JBoss Metadata'
  1. JBoss Metadata
  2. JBMETA-135

JBossEjb3SessionBeanValidatorBase will return upon encountering non-session EJB first, skipping the rest

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.CR4
    • 1.0.0.CR3
    • None
    • None

    Description

      From JBossEjb3SessionBeanValidatorBase.validate:

      // Only applies to Session Beans
      if (!bean.isSession())

      { return; }

      ...should be "continue" instead of "return".

      Attachments

        Activity

          People

            arubinge@redhat.com Andrew Rubinger (Inactive)
            arubinge@redhat.com Andrew Rubinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: