Bug 885095

Summary: NPE with proc relational query
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: dsteigne
Component: EDSAssignee: Jorge Perez Bolano <jperezbo>
Status: VERIFIED --- QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 5.3.0 GACC: soa-p-jira
Target Milestone: ER4   
Target Release: 5.3.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
FrameUtil.isProcedure does not check that projectNode != null. This means that a proc relational query using a table function or other source without an access node will fail with a NullPointerExcpetion. FrameUtil.isProcedure now checks that projectNode != null before proceeding and no such exception is experienced.
Story Points: ---
Clone Of: Environment:
Last Closed: 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 dsteigne 2012-12-07 13:50:13 UTC
Description of problem:
The fixed for upstream https://issues.jboss.org/browse/TEIID-2063 needs to be in EDS 5.3.1 or a rollup.  This is a blocker for the customer.

Version-Release number of selected component (if applicable):
5.3.0

Comment 2 Van Halbert 2012-12-11 21:49:17 UTC
This fix was applied back in June 2012, and would be in 5.3.0.  This just needs to be verified by QA.

Comment 3 Filip Elias 2012-12-13 18:27:24 UTC
I have tried this on EDS 5.3.1 ER1 and the problem is not corrected. I thing that the correction is not committed to the 7.7.x branch.

Comment 12 Filip Elias 2013-01-30 11:02:33 UTC
Verified on SOA-P 5.3.1 ER4.