Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by JohnKaputin: http://wiki.apache.org/ws/FrontPage/Woden/TaskList The comment on the change is: Updated status of a task. ------------------------------------------------------------------------------ == Obtain an ErrorReporter or ErrorLocator via the API == Provide the ability to obtain an {{{ErrorReporter}}} object via some type of factory method on the API to avoid the need to use {{{new ErrorReporterImpl}}}. This must accomodate any user configuration such as custom {{{ErrorHandler}}}. A problem has arisen in some Classes that are included in the API that need to report errors - they create an error reporter instance (to avoid excessive passing of object references via method args), but they must not expose any Impl classes. Hence the need for a factory mechanism. A similar requirement exists for {{{ErrorLocator}}}. ==== Status ==== - Not done.[[BR]] + Not done. [[BR]] 19Dec06: JKaputin to investigate this further to see if a JIRA is needed - will then close this task. ----- @@ -46, +46 @@ == Replace Error API Interfaces with Classes == A customized error handler is provided by implementing {{{ErrorHandler}}} interface. {{{ErrorInfo}}}, {{{ErrorLocator}}} and {{{ErrorReporter}}} are also declared as interfaces by the API. Consider whether it is ever necessary for custom implementations and if not, whether these API interfaces should be changed to final classes (i.e. they do need to be exposed on the API, but we may not want behaviour different to that provided by the Woden impl classes). ==== Status ==== - 20June06 Task created. + 20June06 Task created.[[BR]] + 19Dec06: JKaputin to investigate whether this is a valid issue that should be captured by JIRA, or whether just to close this task. ----- - == END OF OPEN TASKS == ------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
