Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-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 693BD18A90 for ; Mon, 17 Aug 2015 13:48:16 +0000 (UTC) Received: (qmail 96771 invoked by uid 500); 17 Aug 2015 13:48:13 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 96701 invoked by uid 500); 17 Aug 2015 13:48:12 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 96690 invoked by uid 99); 17 Aug 2015 13:48:12 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2015 13:48:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4E302DE7AA for ; Mon, 17 Aug 2015 13:48:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Bm0SRIy3ED6E for ; Mon, 17 Aug 2015 13:48:03 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id B4E22210C7 for ; Mon, 17 Aug 2015 13:48:03 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 81B33135C806 for ; Mon, 17 Aug 2015 06:46:47 -0700 (PDT) Date: Mon, 17 Aug 2015 06:48:03 -0700 (MST) From: Ehris To: dev@cxf.apache.org Message-ID: <1439819283557-5760185.post@n5.nabble.com> Subject: Jboss WS interceptor configuration injection MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hey, is it possible to configur the Jboss module so that every WS is using a interceptor form the module in addition to the WS configured interceptors? And if there are no interceptors, still use the module interceptor. I thought about injecting some code to evry jbossws-cxf.xml , but this would require me to build a new WS and i would like to do it at runtime. Ehris -- View this message in context: http://cxf.547215.n5.nabble.com/Jboss-WS-interceptor-configuration-injection-tp5760185.html Sent from the cxf-dev mailing list archive at Nabble.com.