You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2005/10/06 11:07:48 UTC

[jira] Updated: (JCR-187) it is not possible to register an event listener which listens to mixin nodetypes

     [ http://issues.apache.org/jira/browse/JCR-187?page=all ]

Jukka Zitting updated JCR-187:
------------------------------

           type: Bug  (was: Improvement)
    Fix Version: 1.0
       Priority: Major  (was: Minor)

Tagging this issue for 1.0 and relabeling it as a major bug. Is this problem still active? I believe that this behaviour is against the JCR specification.

> 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: Bug
>   Components: observation
>     Reporter: Philipp Koch
>      Fix For: 1.0

>
> 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