Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-1222

Methods named 'void remove()' are interpreted as EJBObject.remove() or EJBLocalObject.remove()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 1.0.0-Beta1
    • None
    • core
    • None

      Methods are identified by AOP based on their hash code.
      Regardless of interface 'void remove()' will always have the same hash.
      Thus the method is interpreted by the container as being an EJBObject.remove() or EJBLocalObject.remove and goes through the EJB 2.1 view logic. (Regardless of whether it is actually annotated with @Remove!)

              arubinge@redhat.com Andrew Rubinger (Inactive)
              rhn-engineering-cdewolf Carlo de Wolf
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: