OraFormsFaces

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.
| Tasklist |

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
Task Type Feature Request
Category JSF component
Status Assigned
Assigned To Wilfred van der Deijl (wvanderdeijl)
Operating System All
Severity Low
Priority Normal
Reported Version 2.3.2
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

OraFormsFaces 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

Comment by Wilfred van der Deijl (wvanderdeijl) - Thursday, 03 September 2009, 13:45 GMT-7
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.

Loading...