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 7BCA3200BD8 for ; Wed, 7 Dec 2016 15:46:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7A6EB160B0A; Wed, 7 Dec 2016 14:46:50 +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 E96FF160AFD for ; Wed, 7 Dec 2016 15:46:49 +0100 (CET) Received: (qmail 89822 invoked by uid 500); 7 Dec 2016 14:46:49 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 89746 invoked by uid 99); 7 Dec 2016 14:46:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 14:46:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B0C16C8A32 for ; Wed, 7 Dec 2016 14:46:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 5.013 X-Spam-Level: ***** X-Spam-Status: No, score=5.013 tagged_above=-999 required=6.31 tests=[FROM_WORDY=2.7, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 0oiOFcADIWk6 for ; Wed, 7 Dec 2016 14:46:45 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D30A45FE41 for ; Wed, 7 Dec 2016 14:46:44 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id 5FEDB377BBBB for ; Wed, 7 Dec 2016 06:33:57 -0800 (PST) Date: Wed, 7 Dec 2016 07:46:24 -0700 (MST) From: kalber To: users@camel.apache.org Message-ID: <1481121984740-5791192.post@n5.nabble.com> Subject: IdempotentExtractor error in CDI context MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 07 Dec 2016 14:46:50 -0000 I set up a route annotated with @ApplicationScoped, and inside a route with idempotent settings. Before route starts, i get this error, 07-12-2016 09:03:00 ERROR [DefaultQuartzScheduler-camel-1_Worker-4] IdempotentExtractor: Class='org.jboss.weld.bean.ProducerMethod' method='getEnhancedAnnotated' error='IllegalStateException: Enhanced metadata should not be used at runtime.' and every file will be loaded. Idempotent is ignored. I'm using camel 2.18.1. Is this a bug or i set up something wrong ? Regards Karlheinz ----- kh -- View this message in context: http://camel.465427.n5.nabble.com/IdempotentExtractor-error-in-CDI-context-tp5791192.html Sent from the Camel - Users mailing list archive at Nabble.com.