[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-2170) no-interface view doesn't pass on the invoked business interface to Endpoint
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Thu Sep 16 07:52:28 EDT 2010
no-interface view doesn't pass on the invoked business interface to Endpoint
----------------------------------------------------------------------------
Key: EJBTHREE-2170
URL: https://jira.jboss.org/browse/EJBTHREE-2170
Project: EJB 3.0
Issue Type: Bug
Components: nointerface
Affects Versions: depchain-1.0.0-alpha-4
Reporter: jaikiran pai
Assignee: jaikiran pai
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list