JBoss.orgCommunity Documentation

Chapter 5. Deployment

5.1. Stand-alone Application Deployment

Having built the VDB, it must be deployed so it can be access through a JDBC connection. Note there are two steps involved in this deployment:

  1. Deploying Teiid Embedded

  2. Deploying VDB

Teiid Embedded is typically used in one of two manners:

This example deploys Teiid Embedded as a stand-alone Java application. The sample deployment is shown below. You can find more details about deploying to application servers on the Teiid web-site

Copy the "Teiid-${version}-embedded.jar" and all dependent jars in "lib" directory in your Java application's classpath along with your VDB. If your application is already using the any of dependent jars defined in "lib" directory you can safely ignore adding that jar file to the classpath. Make sure the that the versions match