Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-515

interceptors don't support inheritance without an overridden method annotated with @AroundInvoke

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.0
    • 1.1.3
    • None

    Description

      workaround:

      @Override
      @AroundInvoke
      public Object invoke(InvocationContext context) throws Exception {
      return super.invoke(context);
      }

      Attachments

        Activity

          People

            struberg Mark Struberg
            gpetracek Gerhard Petracek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: