Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 12247 invoked from network); 31 Aug 2004 17:42:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Aug 2004 17:42:52 -0000 Received: (qmail 99298 invoked by uid 500); 31 Aug 2004 17:42:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 99160 invoked by uid 500); 31 Aug 2004 17:42:00 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 99023 invoked by uid 99); 31 Aug 2004 17:41:58 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [64.4.35.192] (HELO hotmail.com) (64.4.35.192) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 31 Aug 2004 10:41:58 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 31 Aug 2004 10:41:56 -0700 Received: from 128.240.229.66 by bay12-dav18.bay12.hotmail.com with DAV; Tue, 31 Aug 2004 17:41:56 +0000 X-Originating-IP: [128.240.229.66] X-Originating-Email: [iasandcb@hotmail.com] X-Sender: iasandcb@hotmail.com From: "Ias" To: Subject: RE: [EWS]fix the Axis module Date: Tue, 31 Aug 2004 18:41:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcSPWRy5L31CDGZLQ2edxJV0o6rCogAHIkyQAALrVTA= Message-ID: X-OriginalArrivalTime: 31 Aug 2004 17:41:56.0393 (UTC) FILETIME=[CF414190:01C48F81] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, Now EWS works fine as it passes all the tests. I updated J2eeGeneratorFactory and J2eeXxxWriters to catch up the latest Axis' refactoring on toJava package. Thanks for your patience, Ias > -----Original Message----- > From: Ias [mailto:iasandcb@hotmail.com] > Sent: Tuesday, August 31, 2004 5:17 PM > To: dev@geronimo.apache.org; hemapani@opensource.lk > Subject: RE: [EWS]fix the Axis module > > Hi Srinath, > > I failed to build EWS with the following message: > > [javac] Compiling 583 source files to > C:\java\project\ws-axis\contrib\ews\target\classes > C:\java\project\ws-axis\contrib\ews\src\org\apache\geronimo\ew > s\jaxrpcmappin > g\J2eeBeanWriter.java:225: cannot resolve symbol symbol : > method getLocalPart () > location: class java.lang.String > String elemName = elem.getName().getLocalPart(); > ^ > C:\java\project\ws-axis\contrib\ews\src\org\apache\geronimo\ew > s\jaxrpcmappin > g\J2eeBeanWriter.java:400: cannot resolve symbol symbol : > method getLocalPart () > location: class java.lang.String > > Utils.xmlNameToJava(elem.getName().getLocalPart())); > ^ > C:\java\project\ws-axis\contrib\ews\src\org\apache\geronimo\ew > s\jaxrpcmappin > g\J2eeBeanHelperWriter.java:295: cannot resolve symbol > > symbol : method getLocalPart () > location: class java.lang.String > String elemLocalName = > elem.getName().getLocalPart(); > ^ > C:\java\project\ws-axis\contrib\ews\src\org\apache\geronimo\ew > s\jaxrpcmappin > g\J2eeBeanHelperWriter.java:298: incompatible types > found : java.lang.String > required: javax.xml.namespace.QName > QName xmlName = elem.getName(); > ^ > C:\java\project\ws-axis\contrib\ews\src\org\apache\geronimo\ew > s\jaxrpcmappin > g\J2eeGeneratorFactory.java:1019: cannot resolve symbo l > symbol : method holder > (org.apache.axis.wsdl.symbolTable.MimeInfo,org.apache.axis.wsd > l.symbolTable. > TypeEntry,org.apache.geronimo. > ews.jaxrpcmapping.J2eeEmitter) > location: class org.apache.axis.wsdl.toJava.Utils > signature = signature + > Utils.holder(p.getMIMEInfo(), p.getType(), emitter) + " " > ^ > C:\java\project\ws-axis\contrib\ews\src\org\apache\geronimo\ew > s\jaxrpcmappin > g\J2eeHolderWriter.java:77: cannot resolve symbol symbol : > method holder > (,org.apache.axis.wsdl.symbolTable.TypeEntry,org.apa > che.geronimo.e > ws.jaxrpcmapping.J2eeEmitter) > location: class org.apache.axis.wsdl.toJava.Utils > super(emitter, Utils.holder(null, type, emitter), "holder"); > ^ > C:\java\project\ws-axis\contrib\ews\src\org\apache\geronimo\ew > s\jaxrpcmappin > g\J2eeTestCaseWriter.java:236: cannot resolve symbol symbol > : method holder > (org.apache.axis.wsdl.symbolTable.MimeInfo,org.apache.axis.wsd > l.symbolTable. > TypeEntry,org.apache.axis.wsdl > toJava.Emitter) > location: class org.apache.axis.wsdl.toJava.Utils > pw.print("new " + > Utils.holder(param.getMIMEInfo(), param.getType(), emitter) > ^ > Note: Some input files use or override a deprecated API. > Note: Recompile with -deprecation for details. > 7 errors > > One thing I'm curious of is Utils.holder usage, which is > wrong and should be corrected by > > Utils.holder(param, emitter) > > If you don't mind, I'll commit those corrections :-) > > Regards, > > Ias > > > -----Original Message----- > > From: Srinath Perera [mailto:hemapani@opensource.lk] > > Sent: Tuesday, August 31, 2004 1:50 PM > > To: dev@geronimo.apache.org > > Cc: hemapani@opensource.lk; dev@geronimo.apache.org; 'Jongjin Choi' > > Subject: RE: [EWS]fix the Axis module > > > > > Choi. > > > Anyway, how can elem.getName() be null? Could you tell me > > which test > > > case causes this error? > > > > org.apache.geronimo.ews.jaxrpcmapper.MapperTest, > > org.apache.geronimo.ews.ws4j2ee.JaxRpcMappingTest form ews > test cases > > failed when I try. > > > > The trace I refering is to do with sameple/ejb/echo in the ews > > repository. > > Thanks > > Srinath > > > > >