Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 38876 invoked from network); 21 Apr 2010 22:36:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Apr 2010 22:36:27 -0000 Received: (qmail 27119 invoked by uid 500); 21 Apr 2010 22:36:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 27086 invoked by uid 500); 21 Apr 2010 22:36:23 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 27077 invoked by uid 99); 21 Apr 2010 22:36:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 22:36:23 +0000 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of devnsl01@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 22:36:15 +0000 Received: by fg-out-1718.google.com with SMTP id e21so62271fga.0 for ; Wed, 21 Apr 2010 15:35:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=cfNHHW9wUscu3IIv2ij1FJDusxXsh8xJOmO2O9D9foM=; b=BEWAkO9VRDTyIps7HBQFMrBDjlPrV0huB7mr+eKxJaXDr/+Be9sH4CDfNqxas89+wh xe8UDfi6GvPmSV+ZeB8likFnKHiXD7l4xe92Mpkqx4oUwMW1qzb1h+JVWDi3zZ41olLt AtRt/erTj4uUOH9aNq3meRonqc737EgKhTS/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Q0iXpUgt4ubJaPypxZ7YBL/4eECMXaJFX8klDshCI6bgeEAC1OKrWcVNGAycrwm5TY /6THeEs/uIqJfjJCAiSkGjNoF3vAdh6koj7d9ldklq6jJEmUgqKOWn6Q3ClNLPMvR+t/ YhhBN55mAN8flFhdyTdAkliMCftk3YdyLQseU= Received: by 10.223.64.194 with SMTP id f2mr100437fai.2.1271889321601; Wed, 21 Apr 2010 15:35:21 -0700 (PDT) Received: from [192.168.7.111] ([85.236.238.214]) by mx.google.com with ESMTPS id 31sm5633541fkt.49.2010.04.21.15.35.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 15:35:20 -0700 (PDT) Message-ID: <4BCF7DA7.3040303@gmail.com> Date: Thu, 22 Apr 2010 00:35:19 +0200 From: Alex Reply-To: devnsl01@gmail.com User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: JAXB 2 and JAXB 1 in the WEB-INF/lib folder Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi there, I'm running a tomcat 6, spring, apache cxf webservice, know it is a must to add one third party library to my webapp to fulfill an order. I have jaxb-impl-2.1.12.jar for apache cxf in WEB-INF/lib folder and the new library which contains the JAXB 1.0 runtime. JAXB 2 ist used by apache cxf for dynamic clients (i need them). So is there a possibility to run the webapps with both libraries? Best regards Alex Caused by: java.lang.LinkageError: You are trying to run JAXB 2.0 runtime but you have old JAXB 1.0 runtime earlier in the classpath. Please remove the JAXB 1.0 runtime for 2.0 runtime to work correctly. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org