[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1758) SessionSpecContainer expects a j.l.r.Proxy in invoke method

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Mar 9 09:34:28 EDT 2009


SessionSpecContainer expects a j.l.r.Proxy in invoke method
-----------------------------------------------------------

                 Key: EJBTHREE-1758
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1758
             Project: EJB 3.0
          Issue Type: Task
          Components: core
    Affects Versions: 1.1.2
            Reporter: jaikiran pai
            Assignee: Andrew Lee Rubinger


The SessionSpecContainer's invoke method:

public Object invoke(Object proxy, SerializableMethod method, Object[] args) throws Throwable

expects the "proxy" the first parameter to be an instance of java.lang.reflect.Proxy.

In case of the no-interface view for an EJB (being developed for EJB3.1), the proxy will not be an j.l.r.Proxy.




-- 
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

        



More information about the jboss-jira mailing list