5 Replies Latest reply on Feb 21, 2014 8:02 AM by mazz

    Length of value in MeasurementDataTrait

    lzmuda1

      Hi,

      I have a question to Developers.

      I want pass to  MeasurementDataTrait some String, longer than 255. But in org.rhq.core.domain.measurement.MeasurementDataTrait class, length of "value" is equal only 255.

       

          @Column(length = 255)

          private String value;

       

      I have found in database, that size of value in the table RHQ_MEASUREMENT_DATA_TRAIT is equal 4000 BYTES. I suppose that size of "value" in class MeasurementDataTrait can be a bit bigger, for example 500. Am I right?

      Is there any possibility that in the future RHQ releases,  size of "value" will be lengthened?

       

      Regards,

      Lukasz