10-23-2012 10:51 AM
09-18-2017 03:50 AM
I also have the same issue. Can anyone help ?
09-18-2017 04:00 AM
The original poster simply made a mistake in their code. The call to bind the behaviour is incorrect. It should have been
this.onUpdateProperties = new JavaBehaviour(this, "onUpdateProperties", NotificationFrequency.TRANSACTION_COMMIT);
this.policyComponent.bindClassBehaviour(OnUpdatePropertiesPolicy.QNAME, ContentModel.TYPE_CMOBJECT, this.onUpdateProperties);
You never bind on individual properties - you always bind on either the aspect or type of a node (the "class" of the node) - usually the one that defines the property.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.