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/25 16:03:26 UTC

[jira] Created: (JCR-981) XPath pseudo property support missing for "is null" and "is 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
            Reporter: Julian Reschke
            Priority: Minor


I believe the change for issue JCR-668 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.


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

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger reassigned JCR-981:
------------------------------------

    Assignee: Marcel Reutegger

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


[jira] Updated: (JCR-981) XPath relative path support missing for "is null" and "is not null"

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-981:
------------------------------

    Fix Version/s:     (was: 1.4)
                   1.3.1

Merged to the 1.3 branch in revision 554627.

> XPath relative path 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
>             Fix For: 1.3.1
>
>
> 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.


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

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (JCR-981) XPath relative path support missing for "is null" and "is not null"

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger updated JCR-981:
---------------------------------

    Summary: XPath relative path support missing for "is null" and "is not null"  (was: XPath pseudo property support missing for "is null" and "is not null")

> XPath relative path 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.


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

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger updated JCR-981:
---------------------------------

    Affects Version/s: 1.2.1
                       1.2.2
                       1.2.3
                       1.3

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


[jira] Resolved: (JCR-981) XPath relative path support missing for "is null" and "is not null"

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-981.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Fixed in revision: 553213

> XPath relative path 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
>             Fix For: 1.4
>
>
> 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.


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

Posted by "Julian Reschke (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated JCR-981:
-------------------------------

    Description: 
I believe the change for issue JCR-247 is incomplete, for instance

  //*[@x]

and

  //*[foo/@x]

are parsed into the same query tree.

  was:
I believe the change for issue JCR-668 is incomplete, for instance

  //*[@x]

and

  //*[foo/@x]

are parsed into the same query tree.


> 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
>            Reporter: Julian Reschke
>            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.