Details
-
Fix
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.10
-
None
Description
Description
When running the setup of JobScheduler (linux and windows) the values for the database connection are not substituted correctly in the file factory.ini. The substitution in the file hibernate.cfg.xml is correct.
Ich habe Jobscheduler 1.10 auf Linux installier. In die Factory.ini wird folgendes eingetragen
db = jdbc -class=oracle.jdbc.driver.OracleDriver jdbc:oracle:thin:@//192.11.0.51${databasePortWithColon}${databaseSchemaWithSlash} -user=scheduler -password=scheduler
Desired behaviour
The values for the database connection should be substituted in the file factory.ini.