Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2976

Not specifying a session-type in a described session bean must throw a DeploymentException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.1.0.Final
    • None
    • None
    • None

    Description

      This is due to buggy code in SessionBeanComponentDescriptionFactory:

              if(sessionType == null) {
      
              }
      
      
              if(sessionType == null && sessionBean instanceof GenericBeanMetaData) {
                  //TODO: this is a hack
                  return;
              }
      

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            rhn-engineering-cdewolf Carlo de Wolf
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: