[jira] Updated: (LOG4NET-73) ADONetAppender.ActivateOptions() leaks database connection when called multiple times

2006-03-27 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-73?page=all ] Nicko Cadell updated LOG4NET-73: Summary: ADONetAppender.ActivateOptions() leaks database connection when called multiple times (was: ADONetAppender.ActivateOptions() database Connection

svn commit: r389130 - /logging/log4net/trunk/src/Appender/AdoNetAppender.cs

2006-03-27 Thread nicko
Author: nicko Date: Mon Mar 27 04:57:23 2006 New Revision: 389130 URL: http://svn.apache.org/viewcvs?rev=389130view=rev Log: Fix for LOG4NET-73. Added code to cleanup the connection and command objects that are stored in members if the InitializeDatabaseConnection method is called multiple

svn commit: r389152 - in /logging/log4net/trunk: src/ src/Core/ src/Util/ tests/ tests/lib/ tests/src/ tests/src/Core/

2006-03-27 Thread nicko
Author: nicko Date: Mon Mar 27 06:10:19 2006 New Revision: 389152 URL: http://svn.apache.org/viewcvs?rev=389152view=rev Log: Fix for LOG4NET-72. Moved String.Format call into separate class SystemStringFormat. This class holds the format string and arguments and only performs the String.Format

[jira] Resolved: (LOG4NET-70) CoreDll.dll referenced with different capitalisation

2006-03-27 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-70?page=all ] Nicko Cadell resolved LOG4NET-70: - Resolution: Fixed Check in to update referenced dll name has fixed this issue. CoreDll.dll referenced with different capitalisation

RE: Is this a bug?

2006-03-27 Thread Nicko Cadell
This is by design, but it is subtle behaviour. The configuration attributes are loaded from the first assembly to call log4net.LogManager.GetLogger. Configuration attributes on other assemblies loaded into the process are ignored. What this basically means is that you main assembly should get a

[jira] Resolved: (LOG4NET-69) Exception thrown when *Format methods are given a malformed format string

2006-03-27 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-69?page=all ] Nicko Cadell resolved LOG4NET-69: - Fix Version: 1.2.10 Resolution: Fixed This is fixed and i have added a test to ensure that malformed format strings don't leak exceptions.

[jira] Created: (LOG4NET-74) Change MemoryAppender member variables to protected

2006-03-27 Thread Nicko Cadell (JIRA)
Change MemoryAppender member variables to protected --- Key: LOG4NET-74 URL: http://issues.apache.org/jira/browse/LOG4NET-74 Project: Log4net Type: Improvement Components: Appenders Versions: 1.2.9