Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32752D677 for ; Fri, 24 May 2013 18:20:30 +0000 (UTC) Received: (qmail 99993 invoked by uid 500); 24 May 2013 18:20:29 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 99964 invoked by uid 500); 24 May 2013 18:20:29 -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 98903 invoked by uid 99); 24 May 2013 18:20:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 18:20:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: encountered temporary error during SPF processing of domain of micha89@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 18:20:22 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Ufwab-0002Mi-RM for users@camel.apache.org; Fri, 24 May 2013 11:19:41 -0700 Date: Fri, 24 May 2013 11:19:41 -0700 (PDT) From: Smith-John To: users@camel.apache.org Message-ID: <1369419581840-5733134.post@n5.nabble.com> In-Reply-To: <1368619814941-5732606.post@n5.nabble.com> References: <1367669137558-5732014.post@n5.nabble.com> <1367927839517-5732117.post@n5.nabble.com> <1368094762269-5732223.post@n5.nabble.com> <1368267667876-5732332.post@n5.nabble.com> <1368619814941-5732606.post@n5.nabble.com> Subject: Re: How to create a generic SOAP consumer? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Willem.Jiang wrote > It looks like you are deploying the camel route into OSGi container? > The warning means there are more than on javax.xml.ws.WebServiceProvider > classes are loaded by deferent Classloader. Hi, still having /WARNUNG: The javax.xml.ws.WebServiceProvider annotation was already loaded by another classloader. Please check if there are multiple versions of the web service annotation jar in your classpath. / problem. I double checked all used bundles. Just one bundle exports needed packages (javax.xml.ws...). What can I do to fix this problem? (Working with Equinox) Regards. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-create-a-generic-SOAP-consumer-tp5731741p5733134.html Sent from the Camel - Users mailing list archive at Nabble.com.