[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1456) "Wrong Target" when executing on @Remove-annotated business SFSB interfaces

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Sun Aug 10 22:54:50 EDT 2008


"Wrong Target" when executing on @Remove-annotated business SFSB interfaces
---------------------------------------------------------------------------

                 Key: EJBTHREE-1456
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1456
             Project: EJB 3.0
          Issue Type: Bug
          Components: core
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger


MethodInfo returned from container has unadvised method of EJBObject.remove() when getting obtaining MethodInfo from a hash of a @Remove method.

This is incorrect, the method invoked upon the container should be BusinessInterface.remove(), with full SFSB remove semantics in place.  Simply checking for this and manually setting unadvisedMethod to be correct does not work either, as we lose @Remove semantics.

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