IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  date Input not working - error

    Posted 11/10/11 05:33 AM

    :frowning:

    i am using date input - the value is mapped to a document field ,

    when i save - i get the error

    [POP.001.0002] A “java.lang.RuntimeException” occurred with the Message “com.webMethods.portal.bizPolicy.BizException: [POP.001.0002] A “javax.portlet.PortletException” occurred with the Message “[POP.016.0011] DateInput component value must be a java.util.Date instance””

    Please suggest .

    Regards
    Jasmeen Kaur


    #BPM
    #webMethods-BPMS
    #webMethods


  • 2.  RE: date Input not working - error

    Posted 11/24/11 01:40 AM

    The error is because - value pattern is missing ,

    when you map these date values to a string object - then without providing the pattern, it is bound to fail , this is the expected behavior

    i provided yyyyMMdd - so it works

    Coming to the CAF control for Date Input, the “valuePattern” property describes the value format. This pattern must use the syntax described by java.text.SimpleDataFormat

    More details on this format can be found in the following link:

    Regards
    Jasmeen Kaur


    #BPM
    #webMethods
    #webMethods-BPMS