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'
- is related to
-
NXS-7016 Fix Complex type definition
- Resolved