Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-7031

Fix blobList type definition

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Blocker
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2023.3.9
    • Component/s: Schemas

      Description

      Similar to NXS-7016, the nxs:blobList type has has an incorrect definition when the field is marked as required.  Seeing this definition

      <xs:element name="testAttachments" nillable="false" nxsv:nillable="false">
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:restriction base="nxs:blobList"/>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
      </xs:element>
      

      Nuxeo fails with the following error

      ERROR [main] [org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Component service:org.nuxeo.ecm.core.schema.TypeService notification of application started failed: Cannot load schemas
      .
      .
      .
      Suppressed: org.xml.sax.SAXParseException: undefined simple type 'nxs:blobList'
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: