Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 35644 invoked from network); 2 Mar 2003 18:16:49 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Mar 2003 18:16:49 -0000 Received: (qmail 5792 invoked by uid 97); 2 Mar 2003 18:18:30 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 5785 invoked from network); 2 Mar 2003 18:18:29 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Mar 2003 18:18:29 -0000 Received: (qmail 35402 invoked by uid 500); 2 Mar 2003 18:16:45 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 35360 invoked from network); 2 Mar 2003 18:16:37 -0000 Received: from jim.skynet.lt (212.122.68.65) by daedalus.apache.org with SMTP; 2 Mar 2003 18:16:37 -0000 Received: (qmail 43250 invoked by uid 85); 2 Mar 2003 18:15:44 -0000 Received: from baliuka@centras.lt by jim.skynet.vl with qmail-scanner-1.03 (. Clean. Processed in 5.608383 secs); 02 Mar 2003 18:15:44 -0000 X-Qmail-Scanner-Mail-From: baliuka@centras.lt via jim.skynet.vl X-Qmail-Scanner: 1.03 (Clean. Processed in 5.608383 secs) Received: from unknown (HELO user) (10.1.17.1) by jim.skynet.lt with SMTP; 2 Mar 2003 18:15:38 -0000 Message-ID: <00bb01c2e0e7$c49d1010$0111010a@user> From: "Juozas Baliuka" To: "Jakarta Commons Developers List" References: <3E4FF709.1070301@apache.org> <3E61FDAB.7070408@yahoo.com> Subject: Re: [Attributes] dependancy on Logging Date: Sun, 2 Mar 2003 20:15:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, > Hi folks, > > Can we consider one of two solutions for this _single_ use of commons > logging > > 1) Removal of the commons-logging from attributes? > > 2) Backwards compatible rework that will allow the application to run > without commons logging in the classpath (or classloader tree for > complex deployments). I undersatnd this single use is not pragmatic, do you have problems with classloading in logging ? I have promissed to fix class loading in this component, it depends on ThreadContext classloader and it was a problem with this strategy in phoenix a year ago. logging works on phoenix at this time, does not it ? > > Can I have some opinions here, or should I just dive in, make a change > and wait for the flak? > > Regards, > > - Paul > > > Folks, > > > > In Attributes.java, there is a single use of commons logging : > > > > public static AttributeFinder getAttributeFinder() { > > .... > > } catch (Exception e) { > > logger.warn("failed to initialize specified implementation " + > > "of AttributeFinder, using default", e); > > } > > .... > > } > > > > Is there a chance that we could eliminate this use given that the > > system recovers with the instantiation of a default AttributeFinder ? > > > > It would be really useful :-) > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org