Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-2747

Don`t ignore "nullable" for dynamic types

    XMLWordPrintableJSON

Details

    Description

      Currently the "nullable" property`s property ignored for dynamic type definition.

      For example, the following code snip don`t work:
      =====
      DataObject dType = factory.create("commonj.sdo", "Type");
      ....
      DataObject dProp = dType.createDataObject("property");
      ....
      dProp.set("name", "XXXX");
      dProp.set("nullable", Boolean.TRUE);
      ....
      Type definedType = types.define(dType);
      ....
      assertTrue(definedType.getProperty("XXXX").isNullable());

      =====

      Attachments

        Activity

          People

            Unassigned Unassigned
            ciand7 Andrey Utkin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: