it is not possible to register an event listener which listens to mixin
nodetypes
---------------------------------------------------------------------------------
Key: JCR-187
URL: http://issues.apache.org/jira/browse/JCR-187
Project: Jackrabbit
Type: Improvement
Components: observation
Reporter: Philipp Koch
Priority: Minor
it would be a nice enhancement if one could as well define mixin nodetypes to
be listened:
...
om.addEventListener(this,
Event.PROPERTY_ADDED | Event.PROPERTY_CHANGED |
Event.PROPERTY_REMOVED,
"/",
true,
null,
new String[]{"mix:Custom"},
false);
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira