
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
Core
|
| Affects Version/s: |
None
|
| Fix Version/s: |
1.6,
1.5.2
|
|
|
In build.xml, when deciding whether or not to build the quartz-weblogic.jar, it checks for class weblogic.logging.NonCatalogLogger.
However, this class isn't directly referenced by Quartz (and so isn't technically required to build the quartz-weblogic.jar).
Instead, have it check a weblogic class that is used, weblogic.jdbc.jts.Driver.
|
|
Description
|
In build.xml, when deciding whether or not to build the quartz-weblogic.jar, it checks for class weblogic.logging.NonCatalogLogger.
However, this class isn't directly referenced by Quartz (and so isn't technically required to build the quartz-weblogic.jar).
Instead, have it check a weblogic class that is used, weblogic.jdbc.jts.Driver. |
Show » |
| There are no comments yet on this issue.
|
|