Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 59501 invoked from network); 1 Dec 2004 17:24:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Dec 2004 17:24:41 -0000 Received: (qmail 88650 invoked by uid 500); 1 Dec 2004 17:21:51 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 88600 invoked by uid 500); 1 Dec 2004 17:21:50 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 88528 invoked by uid 99); 1 Dec 2004 17:21:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ussjmh01-ext.bea.com (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 09:21:48 -0800 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [172.16.120.57]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id iB1HLjZL005125; Wed, 1 Dec 2004 09:21:45 -0800 Received: from USKIEX01.amer.bea.com ([10.32.32.15]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 1 Dec 2004 09:21:45 -0800 content-class: urn:content-classes:message Subject: Re: Problem w/ complex custom type serialization Date: Wed, 1 Dec 2004 09:21:44 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-ID: <4B2B4C417991364996F035E1EE39E2E1023C103C@uskiex01.amer.bea.com> X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 X-MS-TNEF-Correlator: Thread-Topic: Problem w/ complex custom type serialization Thread-Index: AcTXvkYGYoEFXhQOTY+u7pU3o7QrQgABv19w From: "Michael Merz" To: "Beehive Users" Cc: X-OriginalArrivalTime: 01 Dec 2004 17:21:45.0906 (UTC) FILETIME=[3BC09920:01C4D7CA] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi James, Try the following class definition for FlashCard.java: "public class FlashCard implements java.io.Serializable" That should do the trick. However, this should have worked without the addition and I've filed a bug with Jira (BEEHIVE-105). Thanks much for reporting this. Cheers, -michael -----Original Message----- From: James Black [mailto:jblack@ieee.org]=20 Sent: Wednesday, December 01, 2004 7:50 AM To: Beehive Users Subject: re:=20 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here is the error I am getting, and I simplified my .jws file so that it is easily duplicated. I don't know if I should file a bug report on this now or not. I am using JDK1.5, Axis1.2RC2 on Solaris8. My bean is very basic, so I don't know why it is having this problem, so any ideas would be appreciated. AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - ; nested exception is: org.apache.beehive.wsm.axis.InvalidTypeMappingException: failed to register edu.usf.acomp.bbdev.flashcard.FlashCard as a valid web service datatype, consider using a custom type mapping AxisFault ~ faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException ~ faultSubcode: ~ faultString: org.apache.beehive.wsm.axis.InvalidTypeMappingException: failed to register edu.usf.acomp.bbdev.flashcard.FlashCard as a valid web service datatype, consider using a custom type mapping ~ faultActor: ~ faultNode: ~ faultDetail: {http://xml.apache.org/axis/}hostname:dante.acomp.usf.edu - -- "Love is mutual self-giving that ends in self-recovery." Fulton Sheen James Black james@usf.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBregs8psvJTl+fosRApGFAJ99HchO4YovrKqUUPlSdZiswn99DwCgk5C7 Rj7KPFfhVBOJgxIm3tqQycY=3D =3DJs2T -----END PGP SIGNATURE-----