Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-6764

EJB Interceptors not invoked from modules

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • EAP 6.1.0.Alpha (7.2.0.Final)
    • Class Loading, EJB
    • None
    • Hide
      • deploy attached module.zip as a module
      • deploy attached .war
      • notice output

      07:50:09,310 INFO [stdout] (ServerService Thread Pool – 50) My Regular User - initialized
      07:50:09,312 INFO [stdout] (ServerService Thread Pool – 50) CallingRegularUser - calling initialized
      07:50:09,316 INFO [stdout] (ServerService Thread Pool – 50) local interceptor - testing
      07:50:09,316 INFO [stdout] (ServerService Thread Pool – 50) MyRegularUser - do Something

      does not mention module interceptor

      Show
      deploy attached module.zip as a module deploy attached .war notice output 07:50:09,310 INFO [stdout] (ServerService Thread Pool – 50) My Regular User - initialized 07:50:09,312 INFO [stdout] (ServerService Thread Pool – 50) CallingRegularUser - calling initialized 07:50:09,316 INFO [stdout] (ServerService Thread Pool – 50) local interceptor - testing 07:50:09,316 INFO [stdout] (ServerService Thread Pool – 50) MyRegularUser - do Something does not mention module interceptor

    Description

      Test case:
      @Interceptors(

      { MyModuleInterceptor.class, MyLocalInterceptor.class }

      )
      Expected:
      both interceptors are called
      Actual:
      only interceptor local to ejb package is called, not the one installed in jboss module system

      Attachments

        Activity

          People

            jaikiran Jaikiran Pai (Inactive)
            jrantav Jarkko Rantavuori (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: