Page 1 of 1

Extra table problem since 8.2 uninitialized format property

PostPosted: Tue Sep 12, 2017 3:32 pm
by Crusher.Markus
Hi,

since the update from servoy 8.1.4 to 8.2 an error occurs that we
Code: Select all
Trying to send to client an uninitialized format property

We have a column configuration that keep the current configuration for each column in the database.
We load it and create a column object from the data, so we can add a newColumn equal to the configuration.

Code: Select all
WARN com.servoy.j2db.util.Debug - Trying to send to client an uninitialized format property: FormatTypeSabloValue: ###(PropertyDescription[name: format, type: com.servoy.j2db.server.ngclient.property.types.FormatPropertyType@10dd87bb, config: [Ljava.lang.String;@5ec7961b, default value: null]) of Custom object web object extension (PropertyDescription[name: servoyextra-table.column, type: com.servoy.j2db.server.ngclient.property.types.NGCustomJSONObjectType@321ed7a2
Definition JSON:
  PropertyDescription[name: servoyextra-table.column, type: 'servoyextra-table.column' type, config: null, default value: null]
      headerStyleClass: PropertyDescription[name: headerStyleClass, type: 'styleclass' type, config: null, default value: null] (no nested child properties)
      styleClassDataprovider: PropertyDescription[name: styleClassDataprovider, type: 'dataprovider' type, config: com.servoy.j2db.server.ngclient.property.FoundsetLinkedConfig@25370177, default value: null] (no nested child properties)
      initialWidth: PropertyDescription[name: initialWidth, type: 'string' type, config: null, default value: null] (no nested child properties)
      headerText: PropertyDescription[name: headerText, type: 'tagstring' type, config: com.servoy.j2db.server.ngclient.property.types.TagStringConfig@592baa35, default value: null] (no nested child properties)
      format: PropertyDescription[name: format, type: 'format' type, config: [Ljava.lang.String;@5ec7961b, default value: null] (no nested child properties)
      valuelist: PropertyDescription[name: valuelist, type: 'valuelist' type, config: com.servoy.j2db.server.ngclient.property.ValueListConfig@3b3e9845, default value: null] (no nested child properties)
      width: PropertyDescription[name: width, type: 'string' type, config: null, default value: null] (no nested child properties)
      autoResize: PropertyDescription[name: autoResize, type: 'boolean' type, config: null, default value: false] (no nested child properties)
      styleClass: PropertyDescription[name: styleClass, type: 'styleclass' type, config: null, default value: null] (no nested child properties)
      dataprovider: PropertyDescription[name: dataprovider, type: 'dataprovider' type, config: com.servoy.j2db.server.ngclient.property.FoundsetLinkedConfig@7fd9fb47, default value: null] (no nested child properties), config: null, default value: null]) of <table_371>


I don't know that this error means.

Please advise.
Thanks

Re: Extra table problem since 8.2 uninitialized format prope

PostPosted: Thu Sep 14, 2017 10:15 am
by Andrei Costescu
We need more info about how you use that to investigate.
Can you make a small sample solution - as small as possible where you do the same thing and it happens?