IBM Support

PM29186: Missing addPropery method in the ActionResponseWrapper class

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • public class ActionResponseWrapper extends
    PortletResponseWrapper implements ActionResponse
    
    contains only the method:
    
    public void addProperty(String arg0, String arg1) {
    
        actionResponse.addProperty(arg0, arg1);
    }
    
    and is missing the following addProperty method:
    
    public abstract interface PortletResponse {
    
        public abstract void addProperty(Cookie paramCookie);
    }
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    Some methods are missing from the ActionResponseWrapper
    class. Its parent class:
    
    public class PortletResponseWrapper implements
    HttpServletResponse
    
    does not implement the addProperty(Cookie paramCookie)
    method.
    

Problem conclusion

  • The failing call is missing the implementation of
    javax.portlet.PortletResponse:
    
    public abstract interface PortletResponse {
    
        public abstract void addProperty(Cookie paramCookie);
    }
    
    This missing method has been added in Rational Application
    Developer v7.5.5.4.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM29186

  • Reported component name

    RATL APP DEV WI

  • Reported component ID

    5724J1901

  • Reported release

    755

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-12-17

  • Closed date

    2011-06-30

  • Last modified date

    2011-06-30

  • 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

    RATL APP DEV WI

  • Fixed component ID

    5724J1901

Applicable component levels

  • R755 PSN

       UP

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSRTLW","label":"Rational Application Developer for WebSphere Software"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.5.5","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
30 June 2011