Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a job developed in TOS 5.6.1 that used Implicit tContextLoad to load configuration from a "./configuration.properties" file. This file was present only in test and production environments but not in development, where the "default" contexts were used; when the job was run in the different environments, all worked.
Now, in TOS 5.6.2, in development environment an exception is raised:
Exception in component Implicit_Context_Regex
java.io.FileNotFoundException: .\configuration.properties
I'd like to restore the preceding behavior.
Thanks for your help.
arnaudbroens wrote:
In extra option, on main job, write absolute path to test if it's a relative path problem.
However, regardless of the environment, always use your configuration file to still works in the same way but change the content (may be empty).