Node.isNodeType() throws if namespace is not defined. -----------------------------------------------------
Key: JCR-644 URL: http://issues.apache.org/jira/browse/JCR-644 Project: Jackrabbit Issue Type: Bug Components: nodetype Affects Versions: 0.9, 1.0, 1.0.1, 1.1 Reporter: Tobias Bocanegra eg: node.isNodeType("foo:MyNodeType") throws an exception if 'foo' is not defined. this is incorrect since an application should not need to check if the namespace exists before checking for a nodetype. it should return 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