[
https://issues.apache.org/jira/browse/JCR-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488427
]
James McCarthy commented on JCR-839:
------------------------------------
Sorry, I had the wrong version in my Maven pom. Once I updated to 1.2.3 it is
working fine.
Please close this issue.
> 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.