Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-2170

no-interface view doesn't pass on the invoked business interface to Endpoint

XMLWordPrintable

    • jboss-ejb3-nointerface:1.0.0-alpha-8

      The NoInterfaceViewInvocationHandler passes null as the invoked business interface to the Endpoint:

      // finally pass-on the control to the endpoint
      return endpoint.invoke(this.session, null, method, args);

      Instead, it should be passing the no-interface view type http://download.oracle.com/javaee/6/api/javax/ejb/SessionContext.html#getInvokedBusinessInterface%28%29

            jaikiran Jaikiran Pai (Inactive)
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: