IBM Support

RS00308: INTERCEPTORCLASSNAMEUSED IS NULL IN THE SESSION RESPONSE

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • When RES session interceptor is in use the method
    IlrSessionResponse.getInterceptorClassNameUsed() returns null
    when it should contain the name of the interceptor class that
    was used in the processing of the request.
    

Local fix

  • Set the value through the afterExecute() method of the
    interceptor implementation, as in:
    
    public void afterExecute(IlrInterceptorContext arg0) throws
    IlrSessionInterceptorException {
    IlrSessionResponseImpl impl = (IlrSessionResponseImpl)
    arg0.getResponse();
    impl.setInterceptorClassNameUsed(this.getClass());
    }
    

Problem summary

  • When RES session interceptor is in use the method
    IlrSessionResponse.getInterceptorClassNameUsed() returns null
    when it should contain the name of the interceptor class that
    was used in the processing of the request.
    

Problem conclusion

  • The name of the interceptor is now returned.
    

Temporary fix

Comments

APAR Information

  • APAR number

    RS00308

  • Reported component name

    WS ILOG JRULES

  • Reported component ID

    5724X9800

  • Reported release

    702

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-07-23

  • Closed date

    2010-08-04

  • Last modified date

    2010-08-04

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WS ILOG JRULES

  • Fixed component ID

    5724X9800

Applicable component levels

  • R710 PSY

       UP

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SS6MTS","label":"WebSphere ILOG JRules"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.0.2","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
04 August 2010