Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 76200 invoked from network); 16 Feb 2010 11:54:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2010 11:54:57 -0000 Received: (qmail 21398 invoked by uid 500); 16 Feb 2010 11:54:56 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 21320 invoked by uid 500); 16 Feb 2010 11:54:56 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 21310 invoked by uid 99); 16 Feb 2010 11:54:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 11:54:56 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brucej@qualcomm.com designates 199.106.114.254 as permitted sender) Received: from [199.106.114.254] (HELO wolverine01.qualcomm.com) (199.106.114.254) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 11:54:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=qualcomm.com; i=brucej@qualcomm.com; q=dns/txt; s=qcdkim; t=1266321287; x=1297857287; h=from:to:date:subject:thread-topic:thread-index: message-id:in-reply-to:accept-language:content-language: x-ms-has-attach:x-ms-tnef-correlator:user-agent: acceptlanguage:content-type:content-transfer-encoding: mime-version; z=From:=20"Jackson,=20Bruce"=20|To: =20"dev@felix.apache.org"=20|Date: =20Tue,=2016=20Feb=202010=2003:54:24=20-0800|Subject:=20R e:=20Felix=20on=20Android|Thread-Topic:=20Felix=20on=20An droid|Thread-Index:=20AcquasCMfbHH3oFhSt2YC5hRLQSjhQAhbpP kAAOTYbI=3D|Message-ID:=20|In-Reply-To:=20 |Accept-Language:=20en-US|Content-Language:=20en-US |X-MS-Has-Attach:|X-MS-TNEF-Correlator:|user-agent:=20Mic rosoft-Entourage/13.3.0.091002|acceptlanguage:=20en-US |Content-Type:=20text/plain=3B=20charset=3D"us-ascii" |Content-Transfer-Encoding:=20quoted-printable |MIME-Version:=201.0; bh=Pi55rSMMgIq4D6nQO6AaqIfqI9jYkb2+ESLyvyJscPc=; b=m3LnylQIDeyytnnr6oDxl6eg+Zf0z+/bJrdQSJETLOyeu3CW0bQoqtYF TUDMSQ6xEwE4HQJ3laWh1mB9rZXkVPHQ5quVuAivY+7gBf7nessd5wNcw 6sCWcMdO31yjO+YrNcR6K8Mb/GFgeGnSZ0yjE+ZXwWXQcZ1pZcBLfmqGP 8=; X-IronPort-AV: E=McAfee;i="5400,1158,5893"; a="34229330" Received: from pdmz-ns-mip.qualcomm.com (HELO ithilien.qualcomm.com) ([199.106.114.10]) by wolverine01.qualcomm.com with ESMTP; 16 Feb 2010 03:54:26 -0800 Received: from ironrogue.qualcomm.com (ironrogue.qualcomm.com [129.46.61.164]) by ithilien.qualcomm.com (8.14.2/8.14.2/1.0) with ESMTP id o1GBsQRT019124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 16 Feb 2010 03:54:26 -0800 X-IronPort-AV: E=Sophos;i="4.49,481,1262592000"; d="scan'208";a="42121924" Received: from nasanexhub01.na.qualcomm.com ([10.46.93.121]) by ironrogue.qualcomm.com with ESMTP/TLS/RC4-MD5; 16 Feb 2010 03:54:26 -0800 Received: from NASANEXMB03.na.qualcomm.com ([10.45.76.135]) by nasanexhub01.na.qualcomm.com ([10.46.93.121]) with mapi; Tue, 16 Feb 2010 03:54:26 -0800 From: "Jackson, Bruce" To: "dev@felix.apache.org" Date: Tue, 16 Feb 2010 03:54:24 -0800 Subject: Re: Felix on Android Thread-Topic: Felix on Android Thread-Index: AcquasCMfbHH3oFhSt2YC5hRLQSjhQAhbpPkAAOTYbI= Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.3.0.091002 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Further to this, I have explored the problem some more. Using the dedexer tool (http://dedexer.sourceforge.net/) I can examine the classes that have been put into the classes.dex in the Jetty Http service bundle. I can see i= n the bundle that I do indeed have the required classes in the dex file: Processing org/mortbay/jetty/servlet/ServletHandler Processing org/mortbay/jetty/servlet/ServletHolder$Config Processing org/mortbay/jetty/servlet/OsgiServletHttpContext Processing org/mortbay/jetty/servlet/ServletHandler$Context This is a mystery. Any ideas anyone? On 16/02/2010 10:12, "Bruce Jackson" wrote: > org.mortbay.jetty.servlet.ServletHandler