Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 432EE200AE2 for ; Fri, 27 May 2016 20:16:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 41D00160A10; Fri, 27 May 2016 18:16:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BAA4D160A12 for ; Fri, 27 May 2016 20:16:14 +0200 (CEST) Received: (qmail 6693 invoked by uid 500); 27 May 2016 18:16:13 -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 6603 invoked by uid 99); 27 May 2016 18:16:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 May 2016 18:16:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D21B42C1F5C for ; Fri, 27 May 2016 18:16:12 +0000 (UTC) Date: Fri, 27 May 2016 18:16:12 +0000 (UTC) From: "Karl Pauls (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FELIX-5267) Exception starting connect in a spring boot like packaging MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 27 May 2016 18:16:15 -0000 [ https://issues.apache.org/jira/browse/FELIX-5267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved FELIX-5267. ------------------------------- Resolution: Fixed I just committed a potential fix for this. I'm not 100% sure it makes things work inside spring boot but it fixes this bug in that it lets springboot start-up. Let me know if there are problems once you deploy real bundles - otherwise, please close this issue if it works for you. > Exception starting connect in a spring boot like packaging > ---------------------------------------------------------- > > Key: FELIX-5267 > URL: https://issues.apache.org/jira/browse/FELIX-5267 > Project: Felix > Issue Type: Bug > Components: Connect > Affects Versions: connect-0.1.0 > Reporter: Christian Schneider > Assignee: Karl Pauls > Fix For: connect-0.2.0 > > > I would like to use Felix connect inside a spring boot project. > It all works fine as long as I start the spring boot application in unpacked form. > The problem happens when I pakcage the app as a single jar that contains the depdendency jars in lib directory. > When I start this I get this exception: > http://apaste.info/l0A > I uploaded a complete little example on github: > https://github.com/cschneider/connecttest -- This message was sent by Atlassian JIRA (v6.3.4#6332)