-
Bug
-
Resolution: Done
-
Major
-
depchain-1.0.0-alpha-4
-
None
-
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