[
https://jira.jboss.org/browse/EJBTHREE-2170?page=com.atlassian.jira.plugi...
]
jaikiran pai resolved EJBTHREE-2170.
------------------------------------
Component Fix Version(s): jboss-ejb3-nointerface:1.0.0-alpha-8
Fix Version/s: depchain-1.0.0
Resolution: Done
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
Fix For: depchain-1.0.0
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#get...
--
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