IBM Support

PI80273: INCLUSIVE=FALSE OF @DECIMALMIN AND @DECIMALMAX DOESN'T WORK AS EXPECTED.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Even if we set inclusive=false for @DecimalMin or @DecimalMax,
    the setting seems to be ignored.
    ---------------------------
    public class MyForm {
        @DecimalMax(value = "10", message="sample1 should be not be
    greater than 10. (10=<10)")
        private BigDecimal sample1;
    
        @DecimalMax(value = "10", inclusive=false, message="sample2
    should be less than 10. (10<10)")
        private BigDecimal sample2;
    ---------------------------
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server Bean Validation feature using the    *
    *                  @DecimalMin and @DecimalMax constraints.    *
    ****************************************************************
    * PROBLEM DESCRIPTION: Bean Validation 1.1 @DecimalMin and     *
    *                      @DecimalMax constraints' inclusive      *
    *                      property is not working.                *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    The @DecimalMin and @DecimalMax constraints for Bean
    Validation 1.1 are not properly honoring the inclusive
    property. The default inclusive = true behavior is always
    occurring, even when inclusive is set to false.
    

Problem conclusion

  • The Bean Validation 1.1 code has been updated to correctly
    check the inclusive property before checking if a @DecimalMin
    or @DecimalMax constraint is valid.
    
    The fix for this APAR is currently targeted for inclusion in
    fix pack 9.0.0.5.  Please refer to the Recommended Updates
    page for delivery information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

Comments

APAR Information

  • APAR number

    PI80273

  • Reported component name

    WEBS APP SERV N

  • Reported component ID

    5724H8800

  • Reported release

    900

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2017-04-20

  • Closed date

    2017-06-05

  • Last modified date

    2017-06-05

  • 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

    WEBS APP SERV N

  • Fixed component ID

    5724H8800

Applicable component levels

  • R900 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.0","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
03 May 2022