[teiid-issues] [JBoss JIRA] (TEIID-4792) Unable to use WHERE clause against a JDG data source - ISPN000402: The type com.redhat.demo.sko.pojo.Call has no property named .....

Cojan van Ballegooijen (JIRA) issues at jboss.org
Wed Mar 1 10:48:00 EST 2017


Cojan van Ballegooijen created TEIID-4792:
---------------------------------------------

             Summary: Unable to use WHERE clause against a JDG data source - ISPN000402: The type com.redhat.demo.sko.pojo.Call has no property named .....
                 Key: TEIID-4792
                 URL: https://issues.jboss.org/browse/TEIID-4792
             Project: Teiid
          Issue Type: Bug
         Environment: Mac OS
JDV 6.3.4
JDG 6.6.1
JBDS 10.3.0 with JBDSIS 10.0.2
            Reporter: Cojan van Ballegooijen
            Assignee: Steven Hawkins
         Attachments: Call_JDG_Module.zip, ChurnPrediction-vdb.xml, Contract_JDG_Module.zip, Screen Shot 2017-03-01 at 16.32.19.png, module pojo.xml, module.xml

SELECT * FROM Calls."Call" works as expected and returns all rows
Adding a where clause
SELECT * FROM Calls."Call"	WHERE Calls."Call".Intlcalls > 0
generate the following error:
org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidException: org.hibernate.hql.ParsingException: ISPN000402: The type com.redhat.demo.sko.pojo.Call has no property named 'Intlmins'.


Elapsed Time:  0 hr, 0 min, 0 sec, 191 ms.

If I join two VBL together and run the join query it returns the same error.




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list