1 Reply Latest reply on Jul 8, 2005 10:36 AM by kabirkhan

    CallLoggingInterceptor getting to work

    acxsjones

      There is a line in the code

       if (callLogging)
       callLogging = Boolean.valueOf((String)invocation.getMetaData(LOGGING, CALL_LOGGING)).booleanValue();
      


      What is this doing. I can get my own aspects attached to my code but do not see anything from this aspect. I have logging turned to debug.