Return-Path: X-Original-To: apmail-karaf-user-archive@minotaur.apache.org Delivered-To: apmail-karaf-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDDA917D39 for ; Thu, 8 Jan 2015 13:30:08 +0000 (UTC) Received: (qmail 61349 invoked by uid 500); 8 Jan 2015 13:30:09 -0000 Delivered-To: apmail-karaf-user-archive@karaf.apache.org Received: (qmail 61302 invoked by uid 500); 8 Jan 2015 13:30:09 -0000 Mailing-List: contact user-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@karaf.apache.org Delivered-To: mailing list user@karaf.apache.org Received: (qmail 61292 invoked by uid 99); 8 Jan 2015 13:30:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 13:30:09 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of jochen.walz.mail@googlemail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 13:29:43 +0000 Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 73B5FFE2F78 for ; Thu, 8 Jan 2015 05:29:43 -0800 (PST) Date: Thu, 8 Jan 2015 06:29:42 -0700 (MST) From: jochenw To: user@karaf.apache.org Message-ID: <1420723782117-4037687.post@n3.nabble.com> In-Reply-To: <1419107382267-4037339.post@n3.nabble.com> References: <1419003395470-4037320.post@n3.nabble.com> <1419107382267-4037339.post@n3.nabble.com> Subject: Re: Karaf EIK classpath for Maven Dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org An addition: in the meantime I understood that the problem is not specific for Karaf EIK, but is the same for other OSGI runtimes, if you want to make a war a web application bundle by just adding a manifest. In the final archive, everything is in place and runs perfectly in the OSGi runtime environment. In Eclipse, items under target/classes are found, but e.g. web.xml which is typically located in src/webapp/WEB-INF, is not mapped. When/if I will find a solution other than copying things to a suitable place in the Eclipse project directory or complementing the bundle class path so it fits the development time folder structure (both ugly), I'll post it here. BR, Jochen -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-EIK-classpath-for-Maven-Dependencies-tp4037320p4037687.html Sent from the Karaf - User mailing list archive at Nabble.com.