Return-Path: X-Original-To: apmail-ace-dev-archive@www.apache.org Delivered-To: apmail-ace-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7848D17274 for ; Thu, 23 Oct 2014 14:13:41 +0000 (UTC) Received: (qmail 50578 invoked by uid 500); 23 Oct 2014 14:13:41 -0000 Delivered-To: apmail-ace-dev-archive@ace.apache.org Received: (qmail 50549 invoked by uid 500); 23 Oct 2014 14:13:41 -0000 Mailing-List: contact dev-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list dev@ace.apache.org Received: (qmail 50533 invoked by uid 99); 23 Oct 2014 14:13:40 -0000 Received: from ec2-54-191-145-13.us-west-2.compute.amazonaws.com (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 14:13:40 +0000 Received: from mx1-us-west.apache.org (localhost [127.0.0.1]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 3E1F925DB8 for ; Thu, 23 Oct 2014 14:13:40 +0000 (UTC) Received: by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org, from userid 114) id 3374926EA7; Thu, 23 Oct 2014 14:13:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx1-us-west.apache.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=10.0 tests=none autolearn=disabled version=3.4.0 Received: from dd7632.kasserver.com (dd7632.kasserver.com [85.13.132.30]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id A47D725DB8 for ; Thu, 23 Oct 2014 14:13:39 +0000 (UTC) Received: by dd7632.kasserver.com (Postfix, from userid 1085) id 682581580298; Thu, 23 Oct 2014 16:13:31 +0200 (CEST) To: dev@ace.apache.org Subject: Support for Celix bundles MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 23 Oct 2014 16:13:31 +0200 From: Bjoern Petri Message-ID: <0dd557aa998dd04598d23b41ddbdb979@mail.sundevil.de> X-Sender: bjoern.petri@sundevil.de User-Agent: Roundcube Webmail/1.0.0 X-Virus-Scanned: ClamAV using ClamSMTP Hi, For those who read on this list and don't know me yet I would like to shortly introduce myself: my name is Bjoern Petri and I am one of the Apache Celix committers next to Alexander Broekhuis (which I assume you guys probably know better). Partly involved in the Inaetics research project (inaetics.org) I started using Apache Ace some weeks ago and was quite impressed about how good the deployment of bundles to Apache Celix already works - I was not expecting this. Nevertheless I experience some bugs(?) which makes life bit more stressful for me. Although I am aware that Celix does not do everything the same way as Amdatu or Felix, I hope that we can work on those issues together to get those things fixed. A major issue is the compatibility of amdatu/felix and celix-bundles. While uploading Celix-Bundles via the gogo-shell seems to work fine, the WebUI sometimes just does not work (see e.g. Jira issue ACE-488). Unfortunately I don't know how to debug those issues - is there a way to get some more information what is going on underneath without instrumenting the source code? Regards, Bjoern