Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    warning about sequenceName

    Hello, I noticed this warning:

    Code:
    WARN Validation attribute 'sequenceName' is not declared in Component Schema '{DataSourceField.ds.xml}' and strict mode is enabled. See 'Strict Mode' overview in the documentation for details.DataSource.fields.DataSourceField /DataSource[@ID=ASSETS]/fields/0/field[@name=ID_REC]
    but sequenceName is actually documented, so why this warning?

    #2
    same for filterOn, useHavingClause
    Last edited by claudiobosticco; 3 Jun 2024, 07:25.

    Comment


      #3
      also I get those for uniqueProperty, uri and tableCollation which are in SmartClient resources

      Code:
      WARN Validation attribute 'uniqueProperty' is not declared in Component Schema '{DataSourceField.ds.xml}' and strict mode is enabled. See 'Strict Mode' overview in the documentation for details.DataSource.fields.DataSourceField /DataSource[@ID=FileAssembly]/fields/1/field[@name=assemblies]
      WARN Validation attribute 'uri' is not declared in Component Schema '{FileAssemblyEntry.ds.xml}' and strict mode is enabled. See 'Strict Mode' overview in the documentation for details.FileAssembly.assemblies.FileAssemblyEntry /FileAssembly/assemblies/0/FileAssemblyEntry
      WARN Validation attribute 'tableCollation' is not declared in Component Schema '{DataSource.ds.xml}' and strict mode is enabled. See 'Strict Mode' overview in the documentation for details.DataSource /DataSource[@ID=isc_userSkin]

      Comment


        #4
        Thanks for the report. This has been fixed.

        Regards
        Isomorphic Software

        Comment


          #5
          Thanks, I still see this about uri:
          Code:
          WARN  Validation attribute 'uri' is not declared in Component Schema '{FileAssemblyEntry.ds.xml}' and strict mode is enabled.  See 'Strict Mode' overview in the documentation for details.FileAssembly.assemblies.FileAssemblyEntry /FileAssembly/assemblies/0/FileAssemblyEntry
          and also noticed these two:
          Code:
          WARN Validation No such type 'FieldFilterMode', not processing field value at /DataSource[@ID=AUTH_USERS_ROLES_PERMISSIONS]/fields/3/field[@name=APP_ID]/filterOn
          WARN Validation attribute 'useHavingClause' is not declared in Component Schema '{OperationBinding.ds.xml}' and strict mode is enabled. See 'Strict Mode' overview in the documentation for details.DataSource.operationBindings.OperationBinding /DataSource[@ID=AUTH_USERS_ROLES_PERMISSIONS]/operationBindings/0/operationBinding

          Comment


            #6
            All of these warnings should be fixed as of tomorrow's builds, June 21.

            Best Regards
            Isomorphic Software

            Comment

            Working...
            X