Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 79304 invoked from network); 6 Sep 2010 13:58:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Sep 2010 13:58:58 -0000 Received: (qmail 86364 invoked by uid 500); 6 Sep 2010 13:58:58 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 86009 invoked by uid 500); 6 Sep 2010 13:58:55 -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 85989 invoked by uid 99); 6 Sep 2010 13:58:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 13:58:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 13:58:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o86DwWFd002920 for ; Mon, 6 Sep 2010 13:58:32 GMT Message-ID: <18994555.40421283781512419.JavaMail.jira@thor> Date: Mon, 6 Sep 2010 09:58:32 -0400 (EDT) From: "Clement Escoffier (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-2580) iPOJO failed to create proxies on service which are not interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 iPOJO failed to create proxies on service which are not interface ----------------------------------------------------------------- Key: FELIX-2580 URL: https://issues.apache.org/jira/browse/FELIX-2580 Project: Felix Issue Type: Bug Components: iPOJO Reporter: Clement Escoffier Assignee: Clement Escoffier Fix For: iPOJO-1.8.0 When an iPOJO component depends on a service specification which is not a java interface, the proxy creation failed. This case should be detected and the proxy injection disabled (and also a nice warning). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.