Modifications made to the oracle job utilities class so that when a connectionwrapper class is passed, it will use its oracle connection instead of attempting to cast the class.
Committed revision: 49369
Reopening this issue as I am still getting the exception in the latest ads build 18.0.0-dev-110.
The issue is also reproducible in the build 18.0.0-dev-109..
This issue is not observed in ads v17.0.3-34.
Reopening this issue as I am still getting the exception in the latest ads build 18.0.0-dev-110.
The issue is also reproducible in the build 18.0.0-dev-109..
This issue is not observed in ads v17.0.3-34.
In v18 the issue was with the obfuscation of single line if statement using the ? syntax with final strings.
example: String <variable> = <condition> ? <variable1> : <variable2>;
Not sure if this will have impact in other locations.
In v18 the issue was with the obfuscation of single line if statement using the ? syntax with final strings.
example: String <variable> = <condition> ? <variable1> : <variable2>;
Not sure if this will have impact in other locations.
Verified in ads 18.0.0-dev-120
Please refer to : no_exception.png
Issue #14391 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.3-31, v18.0.0-devi-112 |
No time estimate |
Modifications made to the oracle job utilities class so that when a connectionwrapper class is passed, it will use its oracle connection instead of attempting to cast the class.
Committed revision: 49369