Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 51641 invoked from network); 29 Jun 2010 17:30:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 17:30:17 -0000 Received: (qmail 6031 invoked by uid 500); 29 Jun 2010 17:30:17 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 5895 invoked by uid 500); 29 Jun 2010 17:30:16 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 5887 invoked by uid 99); 29 Jun 2010 17:30:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 17:30:15 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_BL_SPAMCOP_NET,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 17:30:06 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OTeZw-0000pA-L8 for user@uima.apache.org; Tue, 29 Jun 2010 19:26:36 +0200 Received: from 93.125.48.179 ([93.125.48.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jun 2010 19:26:36 +0200 Received: from vasyaichev by 93.125.48.179 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jun 2010 19:26:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: Serg Subject: Re: Classpath/Classloader issue Date: Tue, 29 Jun 2010 17:26:29 +0000 (UTC) Lines: 11 Message-ID: References: <4C24CA88.2060704@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 93.125.48.179 (Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.6) Gecko/20100625 AdCentriaIM/1.7 Firefox/3.6.6 (.NET CLR 3.5.30729)) X-Virus-Checked: Checked by ClamAV on apache.org Serg writes: > > If I put WS jars into JMV /ext dir -it will work. > I created another version of web-service client based on Axis. And it works > without moving Axis jars to JVM re/lib/ext directory. All Axis jars are in > PEAR/lib directory. Surprise > > So I don't understand why Axis jars are found but JAX-WS jars -not?