Postgresql 将WSO2 EI连接到Denodo-简单查询

Postgresql 将WSO2 EI连接到Denodo-简单查询,postgresql,wso2,wso2esb,wso2ei,denodo,Postgresql,Wso2,Wso2esb,Wso2ei,Denodo,我正在尝试使用PostgreSQL DB参数从WSO2 EI连接到Denodo数据源 我能够使用简单的查询获取详细信息 但是,当我添加一个简单的“where”条件时,我得到以下错误: java.lang.IllegalStateException: Received resultset tuples, but no field structure for them 我正在使用从postgresql网站下载的以下驱动程序: postgresql-42.1.3.jar 注意:Denodo包中的po

我正在尝试使用PostgreSQL DB参数从WSO2 EI连接到Denodo数据源

我能够使用简单的查询获取详细信息

但是,当我添加一个简单的“where”条件时,我得到以下错误:

java.lang.IllegalStateException: Received resultset tuples, but no field structure for them
我正在使用从postgresql网站下载的以下驱动程序:

postgresql-42.1.3.jar


注意:Denodo包中的postgresql JDBC驱动程序似乎不起作用。

WSO2允许您使用自己的JDBC驱动程序吗

如果我记得的话,您应该使用denodojdbc驱动程序,而不是postgresql驱动程序


请参见

Hello@Colorado Techie谢谢您的回答。我将postgresql驱动程序放在wso2 lib文件夹中。通过这种方式,我可以查询数据,但不能使用where条件。我确实也尝试了Denodo驱动程序,这给了我一个错误,比如安全连接失败。当我使用Denodo驱动程序进行测试连接时,我收到以下消息:由以下原因引起:org.wso2.carbon.ndasource.rdbms.rdbmsdatasourcerader.testDataSourceConnection(rdbmsdatasourcerader.java:80)上的java.lang.NullPointerException