DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39024>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39024

           Summary: DOMConfigurator not compatible for extension and missing
                    public methods
           Product: Log4j
           Version: 1.3alpha
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Configurator
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: [EMAIL PROTECTED]


The SVN HEAD contains a DOMConfigurator that delegates to JoranConfigurator for
implementation.  The current implementation is missing three public methods
exposed by log4j 1.2's DOMConfigurator: 

void configurationAndWatch(String);
void configurationAndWatch(String, long);
void doConfigure(Reader, LoggerRepository);

In addition, any DOMConfiguration extensions are highly likely to be broken due
to the change of the internal structure.  While less common than extended RFA's,
extensions of DOMConfigurator are likely to exist and should be supported. 
Given the radical difference in the DOMConfigurator and JoranConfigurator
implementation, porting the log4j 1.2 DOMConfigurator forward would seem the
reasonable approach.  Though like the o.a.l.RFA's, DOMConfigurator would be
marked as deprecated and could be placed in a log4j-obsolete.jar.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to