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

invocation order of @PostConstruct interceptors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.4
    • 1.2.0
    • None

    Description

      @CustomInterceptorBinding
      @Interceptor
      public class MyInterceptor implements Serializable
      {
      @PostConstruct
      public void onPostConstructInvocations(InvocationContext invocationContext)

      { //... invocationContext.proceed(); }

      }

      //...

      leads to:
      MyBean#initBean
      MyInterceptor#onPostConstructInvocations
      InvocationContext#proceed

      instead of:
      MyInterceptor#onPostConstructInvocations
      InvocationContext#proceed
      MyBean#initBean

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: