Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

File Location:
<JBoss EAP 7.x Installed folder>\standalone\deployments\ctmodelhouse.war\WEB-INF\lib\CTModelHouseResource.jar\databaseconfig.properties

Configure the values of the parameters as follows:Image Removed CT

Code Block
languagebash
 CT_FW_DATASOURCE = java:/jboss/datasources/ModelHouseCT

...

 

 DATASOURCE_NAME = java:/jboss/datasources/ModelHouse

...

 


Make sure that the USER_TXN_NAME.JNDIName is given as mentioned in the following snippet: 

Code Block
languagexml
USER_TXN_NAME.JNDIName = java:jboss/UserTransaction


Note

After saving the file, make sure that the file is updated within the .jar archive. The file will not get updated in the archive if it is still open after saving it.