This content has been marked as final.
Show 2 replies
-
1. Re: Problem deploying VDB to server
rareddy Apr 17, 2017 12:52 PM (in response to cristopher.torres)You need to make sure your Informix JDBC driver is JDBC 4 compatible, otherwise deploying the Informix JDBC driver from console will not work. In that case you need to do something similar to defined in this article [1]
After you deployed your driver then you need to configure the datasource based on that deployment of the driver like here [2] or editing standalone-teiid.xml directly. Then you can deploy the Teiid VDB. I am not sure why you are seeing the JBAS014807 error, I would need more details.
[1] DataSource configuration - WildFly 8 - Project Documentation Editor
[2] http://www.techpaste.com/2014/05/how-to-configure-datasource-in-jboss-wildfly/
-
2. Re: Problem deploying VDB to server
cristopher.torres Apr 17, 2017 4:18 PM (in response to rareddy)Thank you very much, it worked for me