]
Van Halbert commented on TEIID-4792:
------------------------------------
As this issue is related to JDG 6, which has been removed upstream and is not recommended
now that the hotrod support is in place for JDG 7. I would suggest this one changed to
out-of-date.
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
Components: JDG Connector
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: Van Halbert
Priority: Major
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.