[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2014-03-23 Thread Michael Marth (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Marth updated OAK-474:
--

Priority: Minor  (was: Major)

> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
>Assignee: Alex Parvulescu
>Priority: Minor
> Fix For: 0.20
>
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the parser should 
> be fixed.
> It looks like SQL joins are not supported yet.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2014-03-05 Thread Michael Marth (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Marth updated OAK-474:
--

Fix Version/s: 0.20

> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
>Assignee: Alex Parvulescu
> Fix For: 0.20
>
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the parser should 
> be fixed.
> It looks like SQL joins are not supported yet.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2014-02-18 Thread Alex Parvulescu (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Parvulescu updated OAK-474:


Fix Version/s: (was: 0.17)

> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
>Assignee: Alex Parvulescu
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the parser should 
> be fixed.
> It looks like SQL joins are not supported yet.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2014-01-30 Thread Alex Parvulescu (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Parvulescu updated OAK-474:


Fix Version/s: (was: 0.16)
   0.17

> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
>Assignee: Alex Parvulescu
> Fix For: 0.17
>
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the parser should 
> be fixed.
> It looks like SQL joins are not supported yet.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2013-12-12 Thread Alex Parvulescu (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Parvulescu updated OAK-474:


Fix Version/s: (was: 0.14)
   0.16

> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
>Assignee: Alex Parvulescu
> Fix For: 0.16
>
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the parser should 
> be fixed.
> It looks like SQL joins are not supported yet.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2013-11-27 Thread Michael Marth (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Marth updated OAK-474:
--

Assignee: Alex Parvulescu

> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
>Assignee: Alex Parvulescu
> Fix For: 0.13
>
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the parser should 
> be fixed.
> It looks like SQL joins are not supported yet.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2013-11-07 Thread Michael Marth (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Marth updated OAK-474:
--

Fix Version/s: 0.13

> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
> Fix For: 0.13
>
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the parser should 
> be fixed.
> It looks like SQL joins are not supported yet.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2013-02-13 Thread Alex Parvulescu (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Parvulescu updated OAK-474:


Description: 
The {{SQLJoinTest}} is failing with the following parsing exception [0]

As this is not failing due to some missing feature, I think the parser should 
be fixed.
It looks like SQL joins are not supported yet.

Query:
{code}
SELECT * FROM nt:unstructured, mix:referenceable 
WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
AND jcr:path LIKE '/testroot/%'
{code}

[0]
{code}
Caused by: java.text.ParseException: Query: 
SELECT * FROM nt:unstructured,(*)mix:referenceable 
WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
AND jcr:path LIKE '/testroot/%'; expected: 
at 
org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
{code}

  was:
The {{SQLJoinTest}} is failing with the following parsing exception [0]

As this is not failing due to some missing feature, I think the test should be 
fixed.

Query:
{code}
SELECT * FROM nt:unstructured, mix:referenceable 
WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
AND jcr:path LIKE '/testroot/%'
{code}

[0]
{code}
Caused by: java.text.ParseException: Query: 
SELECT * FROM nt:unstructured,(*)mix:referenceable 
WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
AND jcr:path LIKE '/testroot/%'; expected: 
at 
org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
{code}


> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the parser should 
> be fixed.
> It looks like SQL joins are not supported yet.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (OAK-474) Query tck test SQLJoinTest failing with ParseException

2012-12-10 Thread Thomas Mueller (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-474:
---

Component/s: query
Description: 
The {{SQLJoinTest}} is failing with the following parsing exception [0]

As this is not failing due to some missing feature, I think the test should be 
fixed.

Query:
{code}
SELECT * FROM nt:unstructured, mix:referenceable 
WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
AND jcr:path LIKE '/testroot/%'
{code}

[0]
{code}
Caused by: java.text.ParseException: Query: 
SELECT * FROM nt:unstructured,(*)mix:referenceable 
WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
AND jcr:path LIKE '/testroot/%'; expected: 
at 
org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
{code}

  was:
The {{SQLJoinTest}} is failing with the following parsing exception [0]

As this is not failing due to some missing feature, I think the test should be 
fixed.

Query:
{code}
SELECT * FROM nt:unstructured, mix:referenceable WHERE nt:unstructured.jcr:path 
= mix:referenceable.jcr:path AND jcr:path LIKE '/testroot/%'
{code}

[0]
{code}
Caused by: java.text.ParseException: Query: SELECT * FROM 
nt:unstructured,(*)mix:referenceable WHERE nt:unstructured.jcr:path = 
mix:referenceable.jcr:path AND jcr:path LIKE '/testroot/%'; expected: 
at 
org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
{code}


> Query tck test SQLJoinTest failing with ParseException
> --
>
> Key: OAK-474
> URL: https://issues.apache.org/jira/browse/OAK-474
> Project: Jackrabbit Oak
>  Issue Type: Sub-task
>  Components: jcr, query
>Reporter: Alex Parvulescu
>
> The {{SQLJoinTest}} is failing with the following parsing exception [0]
> As this is not failing due to some missing feature, I think the test should 
> be fixed.
> Query:
> {code}
> SELECT * FROM nt:unstructured, mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'
> {code}
> [0]
> {code}
> Caused by: java.text.ParseException: Query: 
> SELECT * FROM nt:unstructured,(*)mix:referenceable 
> WHERE nt:unstructured.jcr:path = mix:referenceable.jcr:path 
> AND jcr:path LIKE '/testroot/%'; expected: 
>   at 
> org.apache.jackrabbit.oak.query.SQL2Parser.getSyntaxError(SQL2Parser.java:1104)
>   at org.apache.jackrabbit.oak.query.SQL2Parser.parse(SQL2Parser.java:135)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira