SLSB getInvokedBusinessObject has improper checking for arguments that are not business
interfaces
--------------------------------------------------------------------------------------------------
Key: EJBTHREE-1457
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1457
Project: EJB 3.0
Issue Type: Bug
Components: core
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Current strategy is to attempt to find a JNDI Binding for whatever Interface name is
passed in; but the binding strategy does not (and should not) check that it's been
given a valid business interface.
Check that the interface passed in *is* a business interface, else IllegalStateException
(as defined by spec)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira