-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: BlobManager
When encountering a document with a dispatching property that doesn't exist, the PropertyNotFoundException is not correctly caught:
org.nuxeo.ecm.core.api.model.PropertyNotFoundException: myschema:nosuchprop at org.nuxeo.ecm.core.storage.sql.Node.getSimpleProperty(Node.java:210) at org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentLive.getPropertyValue(SQLDocumentLive.java:271) at org.nuxeo.ecm.core.blob.DefaultBlobDispatcher.getProviderId(DefaultBlobDispatcher.java:258) at org.nuxeo.ecm.core.blob.DefaultBlobDispatcher.getBlobProvider(DefaultBlobDispatcher.java:317)
- is related to
-
NXP-24208 Allow referencing S3 blobs in batch uploads
- Resolved