Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 16851 invoked from network); 25 Aug 2003 02:05:46 -0000 Received: from mxout4.cac.washington.edu (140.142.33.19) by daedalus.apache.org with SMTP; 25 Aug 2003 02:05:46 -0000 Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.12.9+UW03.06/8.12.9+UW03.06) with ESMTP id h7P0lFCK025149 for ; Sun, 24 Aug 2003 17:47:15 -0700 Received: from u.washington.edu (pool-151-199-25-62.bos.east.verizon.net [151.199.25.62]) (authenticated bits=0) by smtp.washington.edu (8.12.9+UW03.06/8.12.9+UW03.06) with ESMTP id h7P0lD49026055 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NOT) for ; Sun, 24 Aug 2003 17:47:14 -0700 Date: Sun, 24 Aug 2003 20:47:12 -0400 Subject: Re: HttpClient and JBoss 3.2.1 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Michael Becke To: "Jakarta Commons Users List" Content-Transfer-Encoding: 7bit In-Reply-To: <1061755588.2303.8.camel@linux.local> Message-Id: X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Nate, HttpClient requires the commons-logging jar as well as the commons-httpclient jar. I suggest trying both jars in the same place. Other than that you should probably talk with the JBoss folks. Enjoy, Mike On Sunday, August 24, 2003, at 04:06 PM, Nate Drake wrote: > Hi, > > I'm trying to use the latest HttpClient (2.0 RC1) with JBoss 3.2.1. It > seems that JBoss is using an older version. I'm not sure what version > it is. > > Anyway, if I put the RC1 jar into JBoss's lib directory, and try to use > HttpClient in my app, I get NoClassDefFound for LogFactory (from > commons-logging). Adding the commons-logging jar to JBoss's lib > directory doesn't solve the problem. > > Is anyone successfully using the latest HttpClient with JBoss 3.2.1? > > Thanks a lot! > > Nate > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org >