Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 55473 invoked from network); 30 Jun 2009 15:39:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 15:39:26 -0000 Received: (qmail 21998 invoked by uid 500); 30 Jun 2009 15:39:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 21928 invoked by uid 500); 30 Jun 2009 15:39:36 -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 21920 invoked by uid 99); 30 Jun 2009 15:39:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 15:39:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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 15:39:28 +0000 Received: by yxe1 with SMTP id 1so38175yxe.27 for ; Tue, 30 Jun 2009 08:39:07 -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=wlgr4NmC7v+guqzKw5PwEjEbj7mZM7gQsmmQuQTxSuw=; b=awgYOynYYH2xUceZvNQuUMXKobBdSFnhu69tFszzBb4QtRFIFwPj/QtevmFAEIp7CA i5QVMu+iGeXGqtD9TYK7Mqu94dhnJFdJ6tJA6zh46J1N5XqJHn9ozR0clAboKhYZVln9 AfkFtjzMuESTHkxtKLjoeKe0Z+Fv6MGxSu5TU= 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=PciZSPTLKsUd9Quyujl4CajH45v3OYaIL3X2hokFQc8DKS5CTDemyWxONvc3nUSic7 p0/cr/2fseg0FEoqYa0fGo+Hj+kIvyQDV9tOu930QubP+9vPjgae7zDvdxpzRJ7VbtmE fXl/hoiFpu42WQPoaQond77s2Mx5p2UqP3Pd0= MIME-Version: 1.0 Received: by 10.231.32.141 with SMTP id c13mr1124163ibd.25.1246376346862; Tue, 30 Jun 2009 08:39:06 -0700 (PDT) In-Reply-To: <5eb405c70906292100m1506274cg9fde73a455d16d82@mail.gmail.com> References: <4A4954AD.6050305@gmail.com> <5eb405c70906292100m1506274cg9fde73a455d16d82@mail.gmail.com> Date: Tue, 30 Jun 2009 11:39:06 -0400 Message-ID: <5eb405c70906300839o44b7959av4509f5f17b7c7727@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, The signature tests fail with this change.... so we can't add Serializable to the Holder class. Jarek On Tue, Jun 30, 2009 at 12:00 AM, Jarek Gawor wrote: > 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 >> >> >> >