[overlord-issues] [JBoss JIRA] (ARTIF-664) Queries with relationship predicates fail on EAP 6.2-6.4

Brett Meyer (JIRA) issues at jboss.org
Wed Mar 25 14:58:18 EDT 2015


Brett Meyer created ARTIF-664:
---------------------------------

             Summary: Queries with relationship predicates fail on EAP 6.2-6.4
                 Key: ARTIF-664
                 URL: https://issues.jboss.org/browse/ARTIF-664
             Project: Artificer
          Issue Type: Bug
            Reporter: Brett Meyer
            Assignee: Brett Meyer


Example:
/s-ramp[expandedFromDocument]

JCR-SQL2:
{code}
SELECT artifact1.* FROM [sramp:baseArtifactType] AS artifact1 WHERE
	artifact1.[jcr:uuid] IN
		(SELECT artifact2.[jcr:uuid] AS uuid FROM [sramp:relationship] AS relationship1
		INNER JOIN [sramp:baseArtifactType] AS artifact2 ON ISCHILDNODE(relationship1,artifact2)
		WHERE (relationship1.[sramp:relationshipType] = 'expandedFromDocument' AND ISDESCENDANTNODE(relationship1,'/s-ramp')))
	AND ISDESCENDANTNODE(artifact1,'/s-ramp') ORDER BY artifact1.[sramp:name] ASC
{code}

The query simply returns nothing.  Works perfectly for Wildfly 8



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the overlord-issues mailing list