You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2012/08/02 17:02:59 UTC

[Bug 53645] New: DBAppender has a compile error

https://issues.apache.org/bugzilla/show_bug.cgi?id=53645

          Priority: P2
            Bug ID: 53645
                CC: log4j-dev@logging.apache.org
          Assignee: log4j-dev@logging.apache.org
           Summary: DBAppender has a compile error
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: antonio.petrelli@gmail.com
          Hardware: All
            Status: NEW
           Version: 1.2
         Component: Companions
           Product: Log4j

The DBAppender declares a wrong package name.
It should be:
org.apache.log4j.receivers.db
but it is:
org.apache.log4j.db

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[Bug 53645] DBAppender has a compile error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53645

grobmeier <gr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from grobmeier <gr...@gmail.com> ---
Fixed with 1483261, thanks!

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[Bug 53645] DBAppender has a compile error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53645

Antonio Petrelli <an...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |antonio.petrelli@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[Bug 53645] DBAppender has a compile error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53645

--- Comment #1 from Antonio Petrelli <an...@gmail.com> ---
Created attachment 29157
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29157&action=edit
Patch to fix DBAppender package name

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org


[Bug 53645] DBAppender has a compile error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53645

--- Comment #2 from Scott Deboy <sd...@iname.com> ---
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org