Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 87907 invoked from network); 30 Jun 2009 04:00:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 04:00:41 -0000 Received: (qmail 22006 invoked by uid 500); 30 Jun 2009 04:00:51 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 21908 invoked by uid 500); 30 Jun 2009 04:00:50 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 21900 invoked by uid 99); 30 Jun 2009 04:00:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 04:00:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jgawor@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-yx0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 04:00:43 +0000 Received: by yxe1 with SMTP id 1so2557940yxe.27 for ; Mon, 29 Jun 2009 21:00:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=R3yquRTRea80UuQ7iMnQ1af8NGBfUTc0oairlTNBzBQ=; b=hcEdbUBiBTMf4qtpy9lPdCmRrf1ZDd6SSrGIqRW1rL0NhDTimZ0GY2wcytPlsaILmC hbKWOHJA4dV3lc3EUluGBs2e5h2ugg5TqIxi1z3CDEKPyrSZ08qWGhqajS8eOcdknYAL LQRTHrK4ehLju1oP0ozaMPJbKup7r8cBggYMM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=FcgC+NyUQ3oNxybO598B4I2VWAHJcXKn3q5Sc/UCBfFqnw6OzrQGfIEs6MMzTUEs8s 2Km3NWAr4u90XHcRcnHbkD1+teunXH4ewcNJiaUoYFjfqIKaZCji8EN9swMw7tD0Bc/L 5YxsYJF29icJZTX15EdSy7/txAQt+EjQm9eFo= MIME-Version: 1.0 Received: by 10.231.16.138 with SMTP id o10mr1145765iba.13.1246334422196; Mon, 29 Jun 2009 21:00:22 -0700 (PDT) In-Reply-To: <4A4954AD.6050305@gmail.com> References: <4A4954AD.6050305@gmail.com> Date: Tue, 30 Jun 2009 00:00:22 -0400 Message-ID: <5eb405c70906292100m1506274cg9fde73a455d16d82@mail.gmail.com> Subject: Re: javax.ws.xml.Holder not serializable From: Jarek Gawor To: dev@geronimo.apache.org, kurt.stam@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Kurt, I'm pretty sure that's what the spec mandates. I can test this out to see if it breaks the TCK signature tests but even if it doesn't you might still run into that problem on Java 6 or later since the javax.xml.ws API are now provided by the JVM. However, I think you could override these JVM API by placing the Geronimo spec jar into the JVM's lib/endorsed directory. I'll test this out and let you know. Jarek On Mon, Jun 29, 2009 at 7:56 PM, Kurt T Stam wrote: > Hi guys, > > On the jUDDI project one of our APIs uses the javax.ws.xml.Holder class > (which contains jUDDI specific data classes). We have a requirement to send > the entire Holder class over RMI, but Holder is not Serializable. I think > this is a short coming of the implementation. > > http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.2_spec/src/main/java/javax/xml/ws/Holder.java > > If you agree can this be fixed? Or do you believe that the spec dictates > this? > > Thx, > > --Kurt > > kstam at apache.org > > >