Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 83453 invoked from network); 25 May 2007 13:51:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2007 13:51:02 -0000 Received: (qmail 97739 invoked by uid 500); 25 May 2007 13:50:51 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 97716 invoked by uid 500); 25 May 2007 13:50:51 -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 97702 invoked by uid 99); 25 May 2007 13:50:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 06:50:51 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of javier.ortiz.78@gmail.com designates 209.85.134.187 as permitted sender) Received: from [209.85.134.187] (HELO mu-out-0910.google.com) (209.85.134.187) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 06:50:44 -0700 Received: by mu-out-0910.google.com with SMTP id w8so680058mue for ; Fri, 25 May 2007 06:50:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=TNFK1iNUlp83pl5efAglYeEGfapD6Ie0xA3vkgAuD0BdP68zKE4rZJwY3Jc9Y/gy0rtdikbWMeIW4ftZeaotaxCxZgT5FSN/d/6uFo/+RCBpGG4lfeWNOsbLJ425BdMjS4Vx4YXBQmxZxKZuNq9DvmdQdyhVHwP+JZLCPzaeaX8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bGQKX9/nT1mps7dRC4jqMzLa5NwRMMK6Fsvg/hxZcuqNW+4N4oICpJDyD4veKYKLMRmOkpu967UWxYa3zumFUhMfyFx51cM2zkoZyxxy/BiyZpKmQAG2kDGUBz6ZyNf7S7EMnyBerr1wffPQjuRSmUzOuK710Znam3YrU6HSKWY= Received: by 10.82.138.6 with SMTP id l6mr5553739bud.1180101021988; Fri, 25 May 2007 06:50:21 -0700 (PDT) Received: by 10.82.163.6 with HTTP; Fri, 25 May 2007 06:50:21 -0700 (PDT) Message-ID: <54f7ad150705250650m187e3f7fs7dec42abe0c2d8c1@mail.gmail.com> Date: Fri, 25 May 2007 09:50:21 -0400 From: "Javier Ortiz" To: users@tomcat.apache.org Subject: Tomcat 6.X: Can't serialize Web Service classes working on 5.5 series MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_173544_16788598.1180101021967" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_173544_16788598.1180101021967 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have a working application that uses Tomcat and web services on 5.5.20server (works on previous versions also). I wanted to try it on the new 6.X series and all the web service related classes fire a not serializable error and shuts down the server. I checked the new implemented specs but didn't find anything that could be related. Any help/idea? Thanks in advance! ------=_Part_173544_16788598.1180101021967--