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 E3EF74AC5 for ; Sun, 19 Jun 2011 20:15:04 +0000 (UTC) Received: (qmail 23770 invoked by uid 500); 19 Jun 2011 20:15:04 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 23736 invoked by uid 500); 19 Jun 2011 20:15:04 -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 23728 invoked by uid 99); 19 Jun 2011 20:15:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 20:15:04 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of richardkettelerij@gmail.com designates 209.85.161.45 as permitted sender) Received: from [209.85.161.45] (HELO mail-fx0-f45.google.com) (209.85.161.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 20:14:57 +0000 Received: by fxm2 with SMTP id 2so335656fxm.32 for ; Sun, 19 Jun 2011 13:14:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=Emq0WOtoXTDfZ1TZwEDs+0ADFwuFLi5oHMUgBQljF7k=; b=n4+NBV/NzuLC2VPEMbWMOT49XfmmM/x0aFqGtg840GxqMtx4uSUKvGz60tl6Yq4tR1 3IGOUC85CU5jZ/YlgL5QSZopAHFKIpoQSYNgR9BuGgaOmRN/KbVVGSjj783OcERX4Ubj yePLQ1oq73rJRqAFjfl90D23FxusLdsxBxLAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=W1aPRMgiKv4ucUXQwlv+iIro5VwSTQz451x99iCTfGu2zCMjzoa3C5spVTBgbXnRRv +ekVlAQIL5ztyltgTbzGp0zY4u1hib4rkhdsiO877onVZdNl+vMFK+p8AWps+Xl5GMEr 89byjAjKv5OiPmbvKg7CgWm33KzjiWxlaAVoI= Received: by 10.223.4.136 with SMTP id 8mr5037259far.16.1308514477072; Sun, 19 Jun 2011 13:14:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.107.79 with HTTP; Sun, 19 Jun 2011 13:14:17 -0700 (PDT) In-Reply-To: References: <1308314067196-4498593.post@n5.nabble.com> <4DFB4A9C.7010503@nanthrax.net> <1308314682297-4498620.post@n5.nabble.com> <4DFBF6EF.3040005@gmail.com> <1308361172549-4500382.post@n5.nabble.com> <1308442849303-4502353.post@n5.nabble.com> From: Richard Kettelerij Date: Sun, 19 Jun 2011 22:14:17 +0200 Message-ID: Subject: Re: JBoss 5.1.0 & Camel 2.7.0 - SLF4J version difference? To: users@camel.apache.org Content-Type: multipart/alternative; boundary=000e0ce0068896e11004a6164401 X-Virus-Checked: Checked by ClamAV on apache.org --000e0ce0068896e11004a6164401 Content-Type: text/plain; charset=ISO-8859-1 Oscar, Your WAR probably contains JAXB libs that are incompatible with the JAXB implementation used by JBoss AS 5.1.0. Can you check the contents of your WEB-INF/lib directory and possibly delete the following jars: - jaxb-api - jaxb-impl Regards, Richard On Sun, Jun 19, 2011 at 9:42 PM, Oscar Picasso wrote: > No, I am not deploying the web console. It's just the war generated with > the > camel-archetype-war maven plugin. > > On Sat, Jun 18, 2011 at 8:20 PM, Don Doffe wrote: > > > I have seen this too. Though I have tried so many things in the last few > > days > > I can not recall exactly what caused this. > > > > I have a feeling it might be something to do with the camel web > console... > > > > Are you deploying one? > > > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/JBoss-5-1-0-Camel-2-7-0-SLF4J-version-difference-tp4498593p4502353.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > --000e0ce0068896e11004a6164401--