- I create a schema attached to proxies
<extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype"> <proxies> <schema name="myschema1"/> <schema name="myschema2"/> </proxies> </extension>
- I create a listener attached to the beforeDocumentModification event
Problem
- I create a proxy
- I modify it, the listener is not called
Remark