databaseconfig.properties
File location: CTModeHouse.war\WEB-INF\lib\CTModelHouseResources.jar\databaseconfig.properties
The value of the datasource key should be as follows:
CT_FW_DATABASE_VENDOR = <<Database vendor name>> |
For example:
CT_FW_DATABASE_VENDOR = mysql |
Make sure that the data source is given as mentioned in the following snippet:
CT_FW_DATASOURCE = ModelHouseCT |
Make sure that the data source name is given as mentioned in the following snippet:
DATASOURCE_NAME = ModelHouse |
Make sure that the USER_TXN_NAME.JNDIName is given as mentioned in the following snippet:
USER_TXN_NAME.JNDIName = java:comp/UserTransaction |