Return-Path: X-Original-To: apmail-karaf-dev-archive@minotaur.apache.org Delivered-To: apmail-karaf-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 303C497E9 for ; Thu, 24 May 2012 13:18:12 +0000 (UTC) Received: (qmail 40033 invoked by uid 500); 24 May 2012 13:18:12 -0000 Delivered-To: apmail-karaf-dev-archive@karaf.apache.org Received: (qmail 39959 invoked by uid 500); 24 May 2012 13:18:11 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 39945 invoked by uid 99); 24 May 2012 13:18:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 13:18:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of djos06@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 13:18:04 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SXXvE-0003h2-3b for dev@karaf.apache.org; Thu, 24 May 2012 06:17:44 -0700 Date: Thu, 24 May 2012 06:17:44 -0700 (PDT) From: djos06 To: dev@karaf.apache.org Message-ID: <1337865464073-4013519.post@n3.nabble.com> Subject: Accessing to OSGI bean from a War MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi everyone, I'm developping an application with karaf which is composed on one .war (web application) and many osgi bundles. I succeded to install a .war into karaf using the war feature (as described on https://cwiki.apache.org/KARAF/66-installing-additional-features.html) but I don't know how to access beans declared in others osgi bundles from a jsp or a servlet of the .war Do you know a way to do it ? Thanks -- View this message in context: http://karaf.922171.n3.nabble.com/Accessing-to-OSGI-bean-from-a-War-tp4013519.html Sent from the Karaf - Dev mailing list archive at Nabble.com.