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 2007/04/12 09:36:32 UTC

[jira] Commented: (JCR-839) isNodeType not supporting nt namespace

    [ https://issues.apache.org/jira/browse/JCR-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488281 ] 

Jukka Zitting commented on JCR-839:
-----------------------------------

Doesn't sound correct. Can you check if the problem still occurs with Jackrabbit 1.2.x?

> isNodeType not supporting nt namespace
> --------------------------------------
>
>                 Key: JCR-839
>                 URL: https://issues.apache.org/jira/browse/JCR-839
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0
>         Environment: Windows JDK 1.5
>            Reporter: James McCarthy
>            Priority: Minor
>
> When calling currentNode.isNodeType("nt:folder") it returns false even though the property "jcr:primaryType" has a value of "nt:folder".
> If I subsequently call currentNode.isNodeType("folder") without namespace it returns true.
> Is this correct behavior?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.