[jira] [Resolved] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2017-01-07 Thread Matt Sicker (JIRA)
, but thanks to work done in LOG4J2-1730 (amongst others), this feature was a bit easier to implement now than it was back in 2.0. The new feature has been added to master. This uses the new ColumnMapping plugin which has been added to the manual. Please verify and close. > JDBCAppender:

[jira] [Comment Edited] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2017-01-03 Thread Matt Sicker (JIRA)
ing()}} to get JDBC driver auto-conversion. was (Author: jvz): >From LOG4J2-1730, I added a ColumnMapping plugin for CassandraAppender. This >plugin could probably be reused to implement this feature request. > JDBCAppender: Add support for data type

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2017-01-03 Thread Matt Sicker (JIRA)
Mapping plugin for CassandraAppender. This >plugin could probably be reused to implement this feature request. > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 >

[jira] [Assigned] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2017-01-03 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sicker reassigned LOG4J2-424: -- Assignee: Matt Sicker (was: Nick Williams) > JDBCAppender: Add support for data types ot

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-19 Thread Badreddine BENAIDJA (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591003#comment-15591003 ] Badreddine BENAIDJA commented on LOG4J2-424: I'll take a look >

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-19 Thread Matt Sicker (JIRA)
nder? > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jira/browse/LOG4J2-424 > Project: Log4j 2 >

[jira] [Comment Edited] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-19 Thread Badreddine BENAIDJA (JIRA)
d by org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager by calling PreparedStatement.setString() > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jir

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-19 Thread Badreddine BENAIDJA (JIRA)
y is generated by org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager by calling PreparedStatement.setString() > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 >

[jira] [Comment Edited] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-19 Thread Badreddine BENAIDJA (JIRA)
in the object *org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.Column* Switch on it and call the right method of java.sql.PreparedStatement setString(...) setInt(...) setFloat(...) ... etc > JDBCAppender: Add support for data types

[jira] [Comment Edited] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread Remko Popma (JIRA)
better way, so be aware that if you rely on ThreadContextAccess, your code may break with any Log4j upgrade. We need to think about how we can extend the ThreadContext facade or allow custom facades or provide some other way for applications to access any additional API that their ThreadContextMap im

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread Remko Popma (JIRA)
cess any additional API that their ThreadContextMap implementation provides. > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://i

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread Gary Gregory (JIRA)
JDBC driver you are using is not smart enough to do type conversion. > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jir

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread JIRA
yped version of Thread Context. > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jira/browse/LOG4J2-424 >

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread Badreddine BENAIDJA (JIRA)
you mean Thread Context ? > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jira/browse/LOG4J2-424 > Project: Lo

[jira] [Comment Edited] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread Badreddine BENAIDJA (JIRA)
in the object org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.Column Switch on it and call the right method of java.sql.PreparedStatement setInt(...) setFloat(...) ... etc > JDBCAppender: Add support for data types other then String > -- > >

[jira] [Comment Edited] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread Badreddine BENAIDJA (JIRA)
in the object org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.Column Switch on it and call the right method of java.sql.PreparedStatement setInt(...) setFloat(...) ... etc > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 &g

[jira] [Comment Edited] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread Badreddine BENAIDJA (JIRA)
in the object org.apache.logging.log4j.core.appender.db.jdbc.JdbcDatabaseManager.Column Switch on it and call the right method of java.sql.PreparedStatement setInt(...) setFloat(...) ... etc > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 &g

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread JIRA
new ContextData for this? > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jira/browse/LOG4J2-424 > Project: Lo

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2016-10-18 Thread Badreddine BENAIDJA (JIRA)
) ... etc > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jira/browse/LOG4J2-424 > Project: Log4j 2 >

[jira] [Commented] (LOG4J2-977) Add maxLength parameter to Column element of JdbcAppender

2015-03-17 Thread Ralph Goers (JIRA)
the PluginManager to locate and install a "KeyProvider" for use in providing the secret key for encryption. I would suggest that it would be possible to enhance the JdbcAppender in the same way to provide the column handler you would really like, instead of just adding the max length as a par

[jira] [Commented] (LOG4J2-977) Add maxLength parameter to Column element of JdbcAppender

2015-03-17 Thread Gary Gregory (JIRA)
reat :-) > Add maxLength parameter to Column element of JdbcAppender > - > > Key: LOG4J2-977 > URL: https://issues.apache.org/jira/browse/LOG4J2-977 > Project: Log4j 2 >

[jira] [Updated] (LOG4J2-977) Add maxLength parameter to Column element of JdbcAppender

2015-03-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-977: Description: For a Column element within the JdbcAppender, add a maxLength parameter to truncate

[jira] [Updated] (LOG4J2-977) Add maxLength parameter to Column element of JdbcAppender

2015-03-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-977: Summary: Add maxLength parameter to Column element of JdbcAppender (was: Add maxLength parameter

[jira] [Updated] (LOG4J2-977) Add maxLength parameter to Column element of JDBCAppender

2015-03-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-977: Description: For a Column element within the JDBCAppender, add a maxLength parameter to truncate

[jira] [Created] (LOG4J2-977) Add maxLength parameter to Column element of JDBCAppender

2015-03-17 Thread Jeff Snow (JIRA)
Jeff Snow created LOG4J2-977: Summary: Add maxLength parameter to Column element of JDBCAppender Key: LOG4J2-977 URL: https://issues.apache.org/jira/browse/LOG4J2-977 Project: Log4j 2 Issue Type

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2014-07-23 Thread Matt Sicker (JIRA)
dn't work. > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jira/browse/LOG4J2-424 > Project: Log4j 2 &g

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2014-07-23 Thread Gary Gregory (JIRA)
#x27;m doing it now :-) > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apache.org/jira/browse/LOG4J2-424 > Project: Log4j

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2014-07-23 Thread Matt Sicker (JIRA)
ver, a logical next step would be making the TypeConverters properly extensible. As a related addition, an SQLXML column type could allow for use of the XmlLayout as well. This would most likely require additions to the Column configuration element. > JDBCAppender: Add support for d

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2014-02-07 Thread Michael Kloster (JIRA)
l be able to validate this fix on my end mid next week if someone else has not validated sooner. Michael > JDBCAppender cannot recover from loss of database connectivity > -- > > Key: LOG4J2-407 >

[jira] [Resolved] (LOG4J2-457) JDBCAppender does not release JDBC connections to the connection pool when WAR/EAR is stopped

2014-02-07 Thread Nick Williams (JIRA)
{{}} connection source plugin is no longer available. It was removed because it was unsafe and didn't support connection pooling. Please use the {{}} or {{}} connection source plugins, instead. > JDBCAppender does not release JDBC connections to the connection pool when > WAR/EAR

[jira] [Resolved] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2014-02-07 Thread Nick Williams (JIRA)
{{}} connection source plugin is no longer available. It was removed because it was unsafe and didn't support connection pooling. Please use the {{}} or {{}} connection source plugins, instead. > JDBCAppender cannot recover from loss of database conn

[jira] [Assigned] (LOG4J2-457) JDBCAppender does not release JDBC connections to the connection pool when WAR/EAR is stopped

2014-02-07 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Williams reassigned LOG4J2-457: Assignee: Nick Williams > JDBCAppender does not release JDBC connections to the connect

[jira] [Commented] (LOG4J2-457) JDBCAppender does not release JDBC connections to the connection pool when WAR/EAR is stopped

2014-02-05 Thread Matt Sicker (JIRA)
l have to look into that sometime. > JDBCAppender does not release JDBC connections to the connection pool when > WAR/EAR is stopped > - > > Key: LOG4J2-457 >

[jira] [Commented] (LOG4J2-457) JDBCAppender does not release JDBC connections to the connection pool when WAR/EAR is stopped

2014-02-05 Thread Gary Gregory (JIRA)
FYI. > JDBCAppender does not release JDBC connections to the connection pool when > WAR/EAR is stopped > - > > Key: LOG4J2-457 > URL: https://issues.apache.org/

[jira] [Commented] (LOG4J2-457) JDBCAppender does not release JDBC connections to the connection pool when WAR/EAR is stopped

2014-02-05 Thread Matt Sicker (JIRA)
is pretty low level. > JDBCAppender does not release JDBC connections to the connection pool when > WAR/EAR is stopped > - > > Key: LOG4J2-457 > URL: https

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2014-02-02 Thread Matt Sicker (JIRA)
for pooling Connection objects. It's no good to keep closing connection objects from what I recall. > JDBCAppender cannot recover from loss of database connectivity > -- > > Key: LOG4J2-407 >

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2014-01-09 Thread Matt Sicker (JIRA)
ntract on the AbstractDatabaseAppender that writeInternal() won't call connect() more than once. Then again, this isn't using the super.connect() method, so that might be a better idea. > JDBCAppender cannot recover from loss of

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2014-01-08 Thread Dimitry Declercq (JIRA)
ment(this.sqlStatement); ... Closer.closeSilent(connection); {code} Should work, I don't know the overhead of preparing the statement each time vs one-time prepare... > JDBCAppender cannot recover from loss of database

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2014-01-06 Thread Matt Sicker (JIRA)
sort of connection pool considering how it's normally implemented. An actual connection pool would be necessary for the DriverManagerConnectionSource so that connections can be opened and closed for each log event or batch update. > JDBCAppender cannot recover from loss of database

[jira] [Commented] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2014-01-06 Thread Matt Sicker (JIRA)
use the JPAAppender? But I like the idea of supporting some other column types. > JDBCAppender: Add support for data types other then String > -- > > Key: LOG4J2-424 > URL: https://issues.apa

New issue created - JDBCAppender does not release JDBC connections to the connection pool when WAR/EAR is stopped

2013-11-29 Thread Tihomir Meščić
Hi everyone, I've just created a new issues on the log4j JIRA: https://issues.apache.org/jira/browse/LOG4J2-457 c/p: We use log4j 2 for logging inside our J2EE app (packaged as EAR, log4j JARs are bundled inside). The app is deployed on JBOSS EAP 6.1 app server. We are using the JDBCApp

[jira] [Created] (LOG4J2-457) JDBCAppender does not release JDBC connections to the connection pool when WAR/EAR is stopped

2013-11-29 Thread JIRA
Tihomir Meščić created LOG4J2-457: - Summary: JDBCAppender does not release JDBC connections to the connection pool when WAR/EAR is stopped Key: LOG4J2-457 URL: https://issues.apache.org/jira/browse/LOG4J2-457

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-11-21 Thread Thomas Neidhart (JIRA)
best solution imho, but make it flexible by providing a data source to the JDBCAppender. > JDBCAppender cannot recover from loss of database connectivity > -- > > Key: LOG4J2-407 >

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-11-20 Thread Dimitry Declercq (JIRA)
ined by Michael Kloster) I'm more in favor of the second for a long term solution, but as a quickfix I wrote some code doing the first. I was unable to test my code today, I hope to be able to provide quickfix by friday (my application needs it bad), > JDBCAppender cannot recover fr

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-11-20 Thread Michael Kloster (JIRA)
vercome with a "isPooled" flag. Then the appender could supply its own 'poor man's' version of a pool like it does now if the connection is not marked as pooled. > JDBCAppender cannot

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-11-20 Thread Dimitry Declercq (JIRA)
alid(t) seems a bit overkill. I think (although not tested) that this would decimate performance for both the application and the DB server. > JDBCAppender cannot recover from loss of database connectivity > -- > >

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-11-20 Thread Thomas Neidhart (JIRA)
not work. It was intentionally placed after the first check. A complete fix would do it differently though: * if an SQLException is caught -> check if the connection is still valid * re-connect * if re-connect was successful -> re-try writing the log entry > JDBCAppender cannot recover

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-11-20 Thread Dimitry Declercq (JIRA)
quot;Cannot write logging event; JDBC manager not connected to the database."); } } {code} > JDBCAppender cannot recover from loss of database connectivity > -- > >

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-11-19 Thread Thomas Neidhart (JIRA)
o re-establish connection to the database if ( !this.connection.isValid( 1 )) { disconnectInternal(); connectInternal(); } {noformat} > JDBCAppender cannot recover from loss of data

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-11-12 Thread Dimitry Declercq (JIRA)
Log4J in these scenario's as well. > JDBCAppender cannot recover from loss of database connectivity > -- > > Key: LOG4J2-407 > URL: https://issues.apache.org/jira/browse/LOG4J2-407 &

[jira] [Assigned] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2013-10-14 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Williams reassigned LOG4J2-424: Assignee: Nick Williams > JDBCAppender: Add support for data types other then Str

[jira] [Created] (LOG4J2-424) JDBCAppender: Add support for data types other then String

2013-10-14 Thread JIRA
Tihomir Meščić created LOG4J2-424: - Summary: JDBCAppender: Add support for data types other then String Key: LOG4J2-424 URL: https://issues.apache.org/jira/browse/LOG4J2-424 Project: Log4j 2

[jira] [Updated] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-09-19 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Williams updated LOG4J2-407: - Assignee: Nick Williams > JDBCAppender cannot recover from loss of database connectiv

[jira] [Commented] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-09-19 Thread Nick Williams (JIRA)
st way to approach this for several weeks now. Want it to be elegant and simple but still robust like you say. I have a few ideas that I'm playing with. I intend to make this happen before GA. > JDBCAppender cannot recover from loss of data

[jira] [Created] (LOG4J2-407) JDBCAppender cannot recover from loss of database connectivity

2013-09-19 Thread Michael Kloster (JIRA)
Michael Kloster created LOG4J2-407: -- Summary: JDBCAppender cannot recover from loss of database connectivity Key: LOG4J2-407 URL: https://issues.apache.org/jira/browse/LOG4J2-407 Project: Log4j 2

RE: Question -- Hiding Password in log4j.xml while using JDBCAppender

2012-06-20 Thread Mateen Moiz
Hi, I am using Log4j with JDBCAppender using XML configuration, to make the logs in the database. The problem is that the password in log4j.xml file is in plain text. How can I hide this password? I have used MDC.put("pass", "abc"); to place the password and it works

[Bug 53415] New: JDBCAppender cannot reconnect after connection closed

2012-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53415 Priority: P2 Bug ID: 53415 Assignee: log4j-dev@logging.apache.org Summary: JDBCAppender cannot reconnect after connection closed Severity: critical Classification: Unclassified

DO NOT REPLY [Bug 51597] JDBCAppender not closed due to SQL Exception while executing an SQL

2012-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51597 grobmeier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 51597] JDBCAppender not closed due to SQL Exception while executing an SQL

2011-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51597 Anurag Agarwal changed: What|Removed |Added CC||anurag08agar...@gmail.com -- Con

DO NOT REPLY [Bug 51597] New: JDBCAppender not closed due to SQL Exception while executing an SQL

2011-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51597 Bug #: 51597 Summary: JDBCAppender not closed due to SQL Exception while executing an SQL Product: Log4j Version: unspecified Platform: PC OS/Version: All

DO NOT REPLY [Bug 50817] The JDBCAppender can't insert log info like this:hello'world

2011-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50817 Anurag Agarwal changed: What|Removed |Added CC||anurag08agar...@gmail.com -- Con

Auto-Re: DO NOT REPLY [Bug 50817] The JDBCAppender can't insert log info likethis:hello'world

2011-02-22 Thread kyc
邮件已收到,谢谢!

DO NOT REPLY [Bug 50817] The JDBCAppender can't insert log info like this:hello'world

2011-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50817 --- Comment #1 from haowei 2011-02-22 09:36:43 EST --- Use the jars: classes12.jar apache-log4j-1.2.16.jar commons-logging-1.1.1.jar -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receivi

Auto-Re: DO NOT REPLY [Bug 50817] New: The JDBCAppender can't insert log infolike this:hello'world

2011-02-22 Thread kyc
邮件已收到,谢谢!

DO NOT REPLY [Bug 50817] New: The JDBCAppender can't insert log info like this:hello'world

2011-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50817 Summary: The JDBCAppender can't insert log info like this:hello'world Product: Log4j Version: 1.2 Platform: PC OS/Version: Windows XP S

Re: JDBCAppender

2010-12-12 Thread Curt Arnold
On Dec 10, 2010, at 3:32 AM, Peter Szanto wrote: > Hi Jake and Ralph > > I submitted the updated version of JDBC Appender to bugzilla to here: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=50366 > > Is there anything else I should do? > > Thanks > > P > There does not seem to be a

Re: JDBCAppender

2010-12-10 Thread Peter Szanto
2010 5:48 AM, Peter Szanto wrote: > > Hi All > > > > I plan to optimize the JDBCAppender to use batch updates and do the JDBC > > part asynchronously. How is it possible to contribute it back to the > > community? (i.e.: became a commiter) > > > > Thanks &g

DO NOT REPLY [Bug 50366] JDBCAppender Enhancement

2010-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50366 Peter Szanto <1.sz.pe...@gmail.com> changed: What|Removed |Added CC||1.sz.pe...@gma

DO NOT REPLY [Bug 50366] New: JDBCAppender Enhancement

2010-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50366 Summary: JDBCAppender Enhancement Product: Log4j Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priority: P2

Re: JDBCAppender

2010-11-19 Thread Peter Szanto
*Thank you for both replies. There is no similar issue in Bugzilla, but the javadoc of JDBCAppender says* *WARNING: This version of JDBCAppender is very likely to be completely replaced in the future. Moreoever, it does not log exceptions*. To me it seems the original developer wasn't sati

Re: JDBCAppender

2010-11-19 Thread Jacob Kjome
to donate the changes to the Apache Foundation. Note that any changes must be backward compatible with the existing code so behavior does not change (for the worse) for existing users/extenders. Jake On 11/19/2010 5:48 AM, Peter Szanto wrote: > Hi All > > I plan to optimize the JDBCAp

Re: JDBCAppender

2010-11-19 Thread Ralph Goers
On Nov 19, 2010, at 3:48 AM, Peter Szanto wrote: > Hi All > > I plan to optimize the JDBCAppender to use batch updates and do the JDBC part > asynchronously. How is it possible to contribute it back to the community? > (i.e.: became a commiter) > The normal method of

JDBCAppender

2010-11-19 Thread Peter Szanto
Hi All I plan to optimize the JDBCAppender to use batch updates and do the JDBC part asynchronously. How is it possible to contribute it back to the community? (i.e.: became a commiter) Thanks

DO NOT REPLY [Bug 48820] New: JDBCAppender inserts the current MDC values for the previous logging event after failure

2010-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48820 Summary: JDBCAppender inserts the current MDC values for the previous logging event after failure Product: Log4j Version: 1.2 Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 45299] javadoc page for jdbcappender

2008-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45299 Curt Arnold <[EMAIL PROTECTED]> changed: What|Removed |Added Blocks|45527 | -- Configur

DO NOT REPLY [Bug 45299] javadoc page for jdbcappender

2008-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45299 Curt Arnold <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45299] javadoc page for jdbcappender

2008-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45299 --- Comment #2 from Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> 2008-08-03 03:43:03 PST --- Created an attachment (id=22350) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22350) move description up above red warning --

DO NOT REPLY [Bug 45299] javadoc page for jdbcappender

2008-08-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45299 --- Comment #1 from Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> 2008-08-03 03:41:33 PST --- The URL for this is http://logging.apache.org/log4j/1.2/apidocs/index-all.html#_J_ The problem is that JavaDoc uses the first sentence only,

DO NOT REPLY [Bug 45299] javadoc page for jdbcappender

2008-08-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45299 Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> changed: What|Removed |Added Blocks||45527

DO NOT REPLY [Bug 45299] New: javadoc page for jdbcappender

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45299 Summary: javadoc page for jdbcappender Product: Log4j Version: 1.2 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: trivial Priority: P2

Re: JDBCAppender contribution (was: JDBCReceiver - move from sandbox to core?)

2004-04-26 Thread Ceki Gülcü
Hello Danko, Your generous offer to contribute your JDBCAppender to the log4j project is well appreciated. As you have observed, Raymond DeCampo, has offered to contribute his PreparedStatementAppender. I will take the next few hours to study both code bases. I very much hope to engage both of

JDBCAppender contribution (was: JDBCReceiver - move from sandbox to core?)

2004-04-25 Thread Danko Mannhaupt
Hi, I have been asked by Scott Deboy to contribute my JDBCAppender to the Log4J project. It was initially developed by Thomas Fenner and is now maintained by me. It is currently listed as a Third-party extension on the Log4J download page. My "project" home page is http://www.man

DO NOT REPLY [Bug 27505] - JDBCAppender: allow to use JNDI datasource

2004-04-01 Thread bugzilla
gzilla/show_bug.cgi?id=27505 JDBCAppender: allow to use JNDI datasource --- Additional Comments From [EMAIL PROTECTED] 2004-04-01 22:48 --- disregard my posting, it went to the wrong thread. - To unsubscribe, e-mail:

DO NOT REPLY [Bug 27505] - JDBCAppender: allow to use JNDI datasource

2004-04-01 Thread bugzilla
gzilla/show_bug.cgi?id=27505 JDBCAppender: allow to use JNDI datasource --- Additional Comments From [EMAIL PROTECTED] 2004-04-01 22:46 --- Hi Gino, You're right that the JDBCAppender is not of production quality. This is the second problem I discovered in this class. The first was w

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-04-01 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-04-01 22:46 --- Hi Gino, You're right that the JDBCAppender is not of production quality. This is the second problem I discovered in this

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-31 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-31 08:52 --- Hi Clement, actually such an implementation is very likely to be completely replaced in the future ... hence I don't know h

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-30 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-31 03:36 --- Before I forgot the closeConnection(con) method doesn't actually do anyth

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-30 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-31 03:32 --- Hi Gino, The statements was there in the original version. I've left them untouched stmt.close(); closeConnection(con);

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-29 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-30 03:12 --- Please try the PreparedStatementAppender in the log4j-sandbox (available via Apache's CVS server). The PreparedStatementApp

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-29 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-29 10:21 --- Yes, it is. There is the red label "WARNING: This version of JDBCAppender is very likely to be completely replac

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-29 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-29 09:36 --- Hello, Is this bug report relative to the JDBCAppender marked "buggy not for production use" in red

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-29 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-29 09:12 --- Hi Clement, your observations concerning firewall hold. Just one thing: if sql is bad (e.g. "insert intoS ...") conn

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-28 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-29 01:14 --- Below is our implementation that allows a retry due to error errors executing a piece of SQL statement. It assumes that this erro

DO NOT REPLY [Bug 27438] - JDBCAppender doesn't release connection in case of failure

2004-03-28 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure --- Additional Comments From [EMAIL PROTECTED] 2004-03-29 01:11 --- In environments where corporate firewall exists between the deamon process that uses JDBCAppender and the database, these

DO NOT REPLY [Bug 27505] - JDBCAppender: allow to use JNDI datasource

2004-03-13 Thread bugzilla
gzilla/show_bug.cgi?id=27505 JDBCAppender: allow to use JNDI datasource --- Additional Comments From [EMAIL PROTECTED] 2004-03-13 23:24 --- Note that the new JDBC-based appenders I have included in the log4j sandbox allows the use of a JNDI data source. S

DO NOT REPLY [Bug 27505] New: - JDBCAppender: allow to use JNDI datasource

2004-03-07 Thread bugzilla
gzilla/show_bug.cgi?id=27505 JDBCAppender: allow to use JNDI datasource Summary: JDBCAppender: allow to use JNDI datasource Product: Log4j Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Enhan

DO NOT REPLY [Bug 27438] New: - JDBCAppender doesn't release connection in case of failure

2004-03-04 Thread bugzilla
gzilla/show_bug.cgi?id=27438 JDBCAppender doesn't release connection in case of failure Summary: JDBCAppender doesn't release connection in case of failure Product: Log4j Version: 1.2 Platform: All OS/Version: All