]
Carlo de Wolf commented on EJBTHREE-1060:
-----------------------------------------
The invoked interface can be inferred when enc setup is done:
@EJB Remote1 bean;
or
<ejb-ref>
<remote>Remote1</remote>
</ejb-ref>
getInvokedBusinessInterface doesn't return correct interface
------------------------------------------------------------
Key: EJBTHREE-1060
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-1060
Project: EJB 3.0
Issue Type: Bug
Reporter: Carlo de Wolf
Assigned To: Andrew Rubinger
When there is a common super interface, getInvokedBusinessInterface doesn't return
the correct interface.
@Stateless
@Remote({Remote1.class, Remote2.class})
interface Remote1 extends CommonRemote
interface Remote2 extends CommonRemote
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: