Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 777 invoked from network); 10 Jan 2005 19:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Jan 2005 19:32:50 -0000 Received: (qmail 97039 invoked by uid 500); 10 Jan 2005 19:32:44 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 96808 invoked by uid 500); 10 Jan 2005 19:32:43 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 96795 invoked by uid 99); 10 Jan 2005 19:32:43 -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.bea.com (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 10 Jan 2005 11:32:42 -0800 Received: from ussjfe02.amer.bea.com (ussjfe02b.bea.com [172.16.120.56]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j0AJWYTS009592 for ; Mon, 10 Jan 2005 11:32:39 -0800 Received: from USKIEX01.amer.bea.com ([10.32.32.15]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 10 Jan 2005 11:32:38 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: XMLBeanDe/Serializer sample Date: Mon, 10 Jan 2005 11:32:37 -0800 Message-ID: <4B2B4C417991364996F035E1EE39E2E1025B6C6A@uskiex01.amer.bea.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: XMLBeanDe/Serializer sample Thread-Index: AcT3MVDdk/XIl1/FTIuMXUu5wa7GaQAGL7Nw From: "Jonathan Colwell" To: X-OriginalArrivalTime: 10 Jan 2005 19:32:38.0005 (UTC) FILETIME=[247DD250:01C4F74B] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2004.12.17.11 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Jan and Karim, Sorry I wasn't clear, I did everything using Java 1.5 since I mostly work on the Beehive project which makes use of the Annotation feature added in 1.5. I think you can still use the sample if you recompile the XmlBeanSerializer classes using 1.4 since those classes don't use any of the 1.5 features. grab the XmlBean serialization classes from the following location and compile them with 1.4 and you should be in good shape. http://svn.apache.org/repos/asf/incubator/beehive/trunk/wsm/src/runtime/ org/apache/beehive/wsm/axis/util/encoding/ cheers, Jonathan -----Original Message----- From: Jan Galinski [mailto:sts@janhoo.de]=20 Sent: Monday, January 10, 2005 8:28 AM To: axis-user@ws.apache.org Subject: Re: XMLBeanDe/Serializer sample karim wrote: > Hi, > maybe try to compile your java sources using jdk1.4 Hi Karim, thanks, but I'm already running 1.4.2. (1.4.1 on the linux machine). Am I getting you wrong? Did you try to run it? In addition, here's some debug info from the servlet: Could not find class for the service named: com.superflaco.axis.StarWarsBare Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is: java.lang.ClassNotFoundException: com.superflaco.axis.StarWarsBare The hint is nice, but the compiled class is in WEB-INF/classes/ other suggestions? Jan