You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2007/06/26 17:22:26 UTC

[jira] Commented: (JCR-981) XPath pseudo property support missing for "is null" and "is not null"

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

Julian Reschke commented on JCR-981:
------------------------------------

Seems to be caused by missing code in 

  XPathQueryBuilder.visit(SimpleNode, Object)

for case JJSTEPEXPR when isAttributeAxis returns false, and queryNode.getType() is OPERATION_NULL or OPERATION_NOT_NULL.



> XPath pseudo property support missing for "is null" and "is not null"
> ---------------------------------------------------------------------
>
>                 Key: JCR-981
>                 URL: https://issues.apache.org/jira/browse/JCR-981
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 1.2.1, 1.2.2, 1.2.3, 1.3
>            Reporter: Julian Reschke
>            Assignee: Marcel Reutegger
>            Priority: Minor
>
> I believe the change for issue JCR-247 is incomplete, for instance
>   //*[@x]
> and
>   //*[foo/@x]
> are parsed into the same query tree.

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