1 Reply Latest reply on Dec 21, 2006 8:58 AM by adrian.brock

    Progression introduction

    alesj

      I have implemented a JBMICROCONT-119 issue.

      But as I can see the usage in ValueMetaData, currently a direct value is returned. It should go over progression mechanism, similar way as we currently do conversion.
      But the problem is that conversion is based on TypeInfo (part of SPI), which eventaully calls ValueConvertor.
      So should I put my progression code at the beging of ValueConvertor or add a new method in TypeInfo - progressValue?
      Since I have doubts about letting plain value in ValueMetaData go through ValueConvertor once again - and it will go all the way if it is not picked up by progression.