[jira] [Comment Edited] (OAK-6792) rep:facet not supported in xpath

2017-11-04 Thread Vikas Saurabh (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239349#comment-16239349
 ] 

Vikas Saurabh edited comment on OAK-6792 at 11/5/17 2:37 AM:
-

Updated fix on trunk at [r1814332|https://svn.apache.org/r1814332] and on 1.6 
at [r1814333|https://svn.apache.org/r1814333].


was (Author: catholicon):
Updated fix on trunk at [r1814332|https://svn.apache.org/r1814332].

> rep:facet not supported in xpath
> 
>
> Key: OAK-6792
> URL: https://issues.apache.org/jira/browse/OAK-6792
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: query
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
>  Labels: candidate_oak_1_4
> Fix For: 1.8, 1.7.10, 1.6.7
>
>
> Parsing
> {noformat}
> //element(*, app:Asset)/(rep:facet(jcr:createdBy))
> {noformat}
> gives following exception.
> {noformat}
> Caused by: java.text.ParseException: Query:
> /jcr_root//element(*, app:Asset)/rep:facet(jcr:createdBy(*))
> {noformat}
> /cc [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OAK-6792) rep:facet not supported in xpath

2017-11-02 Thread Vikas Saurabh (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16235273#comment-16235273
 ] 

Vikas Saurabh edited comment on OAK-6792 at 11/2/17 6:50 AM:
-

Backported to 1.6 at [r1814034|https://svn.apache.org/r1814034].


was (Author: catholicon):
Backported to 1.6 at [r1814034|https://svn.apache.org/r1814034

> rep:facet not supported in xpath
> 
>
> Key: OAK-6792
> URL: https://issues.apache.org/jira/browse/OAK-6792
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: query
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
>Priority: Major
>  Labels: candidate_oak_1_4
> Fix For: 1.8, 1.7.10, 1.6.7
>
>
> Parsing
> {noformat}
> //element(*, app:Asset)/(rep:facet(jcr:createdBy))
> {noformat}
> gives following exception.
> {noformat}
> Caused by: java.text.ParseException: Query:
> /jcr_root//element(*, app:Asset)/rep:facet(jcr:createdBy(*))
> {noformat}
> /cc [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OAK-6792) rep:facet not supported in xpath

2017-10-12 Thread Vikas Saurabh (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201876#comment-16201876
 ] 

Vikas Saurabh edited comment on OAK-6792 at 10/12/17 3:56 PM:
--

Applied [~tmueller]'s patch from above on trunk at 
[r1811952|https://svn.apache.org/r1811952].

... and [r1811963|https://svn.apache.org/r1811963], 
[r1811986|https://svn.apache.org/r1811986] as earlier one was failing the build.


was (Author: catholicon):
Applied [~tmueller]'s patch from above on trunk at 
[r1811952|https://svn.apache.org/r1811952].

... and [r1811963|https://svn.apache.org/r1811963] as earlier one had a failing 
test.

> rep:facet not supported in xpath
> 
>
> Key: OAK-6792
> URL: https://issues.apache.org/jira/browse/OAK-6792
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: query
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
>  Labels: candidate_oak_1_4, candidate_oak_1_6
> Fix For: 1.8, 1.7.10
>
>
> Parsing
> {noformat}
> //element(*, app:Asset)/(rep:facet(jcr:createdBy))
> {noformat}
> gives following exception.
> {noformat}
> Caused by: java.text.ParseException: Query:
> /jcr_root//element(*, app:Asset)/rep:facet(jcr:createdBy(*))
> {noformat}
> /cc [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OAK-6792) rep:facet not supported in xpath

2017-10-12 Thread Vikas Saurabh (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201876#comment-16201876
 ] 

Vikas Saurabh edited comment on OAK-6792 at 10/12/17 1:46 PM:
--

Applied [~tmueller]'s patch from above on trunk at 
[r1811952|https://svn.apache.org/r1811952].

... and [r1811963|https://svn.apache.org/r1811963] as earlier one had a failing 
test.


was (Author: catholicon):
Applied [~tmueller]'s patch from above on trunk at 
[r1811952|https://svn.apache.org/r1811952].

> rep:facet not supported in xpath
> 
>
> Key: OAK-6792
> URL: https://issues.apache.org/jira/browse/OAK-6792
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: query
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
>  Labels: candidate_oak_1_4, candidate_oak_1_6
> Fix For: 1.8, 1.7.10
>
>
> Parsing
> {noformat}
> //element(*, app:Asset)/(rep:facet(jcr:createdBy))
> {noformat}
> gives following exception.
> {noformat}
> Caused by: java.text.ParseException: Query:
> /jcr_root//element(*, app:Asset)/rep:facet(jcr:createdBy(*))
> {noformat}
> /cc [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)