Return-Path: X-Original-To: apmail-geronimo-user-archive@www.apache.org Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36E0AD1A5 for ; Wed, 12 Dec 2012 01:17:00 +0000 (UTC) Received: (qmail 88181 invoked by uid 500); 12 Dec 2012 01:16:59 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 88115 invoked by uid 500); 12 Dec 2012 01:16:58 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 88105 invoked by uid 99); 12 Dec 2012 01:16:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 01:16:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marcos@jitisoft.com designates 209.85.160.182 as permitted sender) Received: from [209.85.160.182] (HELO mail-gh0-f182.google.com) (209.85.160.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 01:16:49 +0000 Received: by mail-gh0-f182.google.com with SMTP id z15so25560ghb.13 for ; Tue, 11 Dec 2012 17:16:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer:x-gm-message-state; bh=BenugR7biKqtwcrV1EKrDSf8lu1M/+q1k6VaKaIH97k=; b=RnWHQ0e1e3cwEkKDyFkcUWc9GBk/3wuWTvYSYRK5kZDgoiyLnxD0JQRxV+1tg4L9X/ AdYcYVfB1dXZzDbdMRrCLEjHVgAcP1mOzFwkDF5yFTRF+fYAOUnRQIQ2PkU+4Tly8mEn mm7863sru2jv8lyXGVt/nYkubtdBf4+Osxos7mVFBgaqv/8mfmzHiUR3zbYlM5vn5eGg wpjOVkn18rKB8YeopswDwWPz5zgE7RXcZZIrHaBSYV0+djZC4TPaDamf81bkPnINK8Dw cFofDdWDVvDBK/yWavlw54X/iwihV0mAnVgRlXfIYBy4ocDJuv3LPPGANLz3xS/TqCAD +4MA== Received: by 10.236.186.105 with SMTP id v69mr30648994yhm.128.1355274988657; Tue, 11 Dec 2012 17:16:28 -0800 (PST) Received: from [172.16.1.41] (c-24-98-110-182.hsd1.ga.comcast.net. [24.98.110.182]) by mx.google.com with ESMTPS id l35sm32859518yhi.12.2012.12.11.17.16.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Dec 2012 17:16:27 -0800 (PST) From: Marcos Mendez Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: OSGI Bundles Date: Tue, 11 Dec 2012 20:17:08 -0500 Message-Id: <043C74AB-BA25-41B9-BE94-D969EAE44367@jitisoft.com> To: user@geronimo.apache.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQlMw2yvei1JEVyIAtmGBGParLBB0yRFz1WEYLPdxSqSI6QP4NdE66d4LpfkcER/qrW6sMZB X-Virus-Checked: Checked by ClamAV on apache.org Does anyone know of a way to install osgi bundles using a CAR in such a = way so that they're handled in the same way as installing them from the = UI? When we install bundles using the portlet they don't get added to = the visible maven repository. I think they go into OBR. It can't just be the GBean deployer. Maybe some setting somewhere? = Anyone have any ideas?=20=