stuartdouglas: A fix that will cover 99% of cases and remove the need for the work around is to create multiple client proxies per EJB, one per business interface
stuartdouglas: And embed the business interface in a field in the proxy
stuartdouglas: So the proxy just 'knows' the correct business interface
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
stuartdouglas: A fix that will cover 99% of cases and remove the need for the work around is to create multiple client proxies per EJB, one per business interface
stuartdouglas: And embed the business interface in a field in the proxy
stuartdouglas: So the proxy just 'knows' the correct business interface