Bug 1011386

Summary: NPE when executing LEFT OUTER JOIN query
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Horia Chiorean <hchiorea>
Component: ModeShapeAssignee: Horia Chiorean <hchiorea>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: fnguyen, ldimaggi
Target Milestone: CR1Keywords: QA-Closed
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-10 08:57:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Horia Chiorean 2013-09-24 07:49:16 UTC
When executing the following query: 

SELECT FROM [test:Parent] as p 
LEFT OUTER JOIN [test:Child] as c ON ISCHILDNODE(c, p) 
WHERE p.[test:parentName] like 'name2%' or c.[test:childName] like 'name2%'

a NullPointerException is raised.

Comment 1 JBoss JIRA Server 2013-09-24 12:21:32 UTC
Horia Chiorean <hchiorea> made a comment on jira MODE-2053

Fixed NPE caused by missing method implementation in {{SelectComponent}}.

Comment 2 JBoss JIRA Server 2013-09-25 14:59:17 UTC
Randall Hauch <rhauch> made a comment on jira MODE-2053

Merged into the 'master' branch. Leaving open until it is also merged into the '3.3.x-prod-ip6.0' branch.

Comment 8 JBoss JIRA Server 2013-10-24 09:21:12 UTC
Randall Hauch <rhauch> updated the status of jira MODE-2053 to Closed

Comment 9 belong 2013-11-19 23:19:45 UTC
Fixed before GA - setting to requires_doc_text- accordingly

Comment 10 Filip Nguyen 2014-02-17 13:56:09 UTC
Verified in GA.