This fails on a property that has a type restriction (string with max size):
doc.getValue("foo").getValue(String.class)
java.lang.UnsupportedOperationException: Not implemented at org.nuxeo.ecm.core.api.model.impl.AbstractProperty.convertTo(AbstractProperty.java:466) at org.nuxeo.ecm.core.api.model.impl.AbstractProperty.getValue(AbstractProperty.java:319)
- depends on
-
NXP-6301 Make schema string field length configurable
- Resolved