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

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Fri Aug 29 08:25:39 EDT 2008


     [ https://jira.jboss.org/jira/browse/EJBTHREE-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lee Rubinger resolved EJBTHREE-1456.
-------------------------------------------

    Resolution: Done


Confimed OK in Hudson, resolved by linked commit

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