Hide Forgot
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A00000079YsF Steps to Reproduce: Import my attached ModelProjectSet into JBoss Developer Studio, Deploy and Execute the VDB: This returns results: select * from salesforce.User_ where id='00580000001fWlwAAE' This gives the NPE: select * from salesforce.User_ where id='0036000000wGvmiAAC' project_key: SOA When querying a Relational Model created from the Salesforce importer and the criteria returns zero rows, instead of an empty resultset a Null Pointer Exception is given.
Attachment: Added: Salesforce_ModelProjectSet.zip
Link: Added: This issue Cloned to SOA-3029
Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-3028 When the user attempted to query a relational model created from the Salesforce importer and the criteria returned zero rows, a Null Pointer Exception was encountered. A coding change has fixed this problem. As a result, an empty resultset is now given instead.
Tested and closed.