Bug 53645

Summary: DBAppender has a compile error
Product: Log4j - Now in Jira Reporter: Antonio Petrelli <antonio.petrelli>
Component: CompanionsAssignee: log4j-dev <log4j-dev>
Status: RESOLVED FIXED    
Severity: normal CC: antonio.petrelli, log4j-dev
Priority: P2    
Version: 1.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch to fix DBAppender package name

Description Antonio Petrelli 2012-08-02 15:02:59 UTC
The DBAppender declares a wrong package name.
It should be:
org.apache.log4j.receivers.db
but it is:
org.apache.log4j.db
Comment 1 Antonio Petrelli 2012-08-02 15:04:36 UTC
Created attachment 29157 [details]
Patch to fix DBAppender package name
Comment 2 Scott Deboy 2012-08-03 15:59:46 UTC
So DBAppender isn't being built currently?  I built extras and ran tests.

Will need to look in to that.

Also, DBAppender really shouldn't be in a 'receivers' package (the db appender and receiver both were previously in org.apache.log4j, but the appender was in the receivers companion and shouldn't have been.
Comment 3 grobmeier 2013-05-16 09:09:04 UTC
Fixed with 1483261, thanks!

Moved DBAppender to org.apache.log4j also, as suggested by Scott