This system can be used to report, track and monitor bug reports and feature requests for the OraFormsFaces JSF component. This component set can be used to re-use Oracle Forms as fully functional and tightly integrated JSF components in a web application.
FS#102 - Document or remove dependency on Apache Commons Logging
Attached to Project:
OraFormsFaces
Opened by Wilfred van der Deijl (wvanderdeijl) - Tuesday, 05 May 2009, 03:28 GMT-7
Opened by Wilfred van der Deijl (wvanderdeijl) - Tuesday, 05 May 2009, 03:28 GMT-7
|
DetailsOraFormsFaces uses Apache Commons Logging. In JDev 10g this never caused a problem since the core JSF components also used Commons Logging. With JDev 11 this is no longer the case and the developer has to manually add Commons Logging to the project classpath. If you do not, the visual editor in JDev breaks.
We need to either remove the dependency on Commons Logging (and go for JDK logging) or properly document the dependency on Commons Logging |
This task depends upon
The new JDeveloper extensions in OraFormsFaces 3.0.x at least document the dependency on Apache Commons Logging. It's probably best to remove the dependency completely and use something like simple JDK logging or perhaps log4j. We just need to make sure it is compatible with WLS 10.1.3 which can be a pain with logging.