-
Bug
-
Resolution: Done
-
Major
-
None
-
None
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.