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

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

      This is due to buggy code in SessionBeanComponentDescriptionFactory:

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

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

              Created:
              Updated:
              Resolved: