From dev-return-8230-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Sun Aug 08 19:09:28 2004 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 46921 invoked from network); 8 Aug 2004 19:09:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Aug 2004 19:09:28 -0000 Received: (qmail 44427 invoked by uid 500); 8 Aug 2004 19:09:18 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 44345 invoked by uid 500); 8 Aug 2004 19:09:18 -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 44326 invoked by uid 99); 8 Aug 2004 19:09:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [166.84.147.110] (HELO alan.toolazydogs.com) (166.84.147.110) by apache.org (qpsmtpd/0.27.1) with ESMTP; Sun, 08 Aug 2004 12:09:14 -0700 Subject: RE: Axis module fails Date: Sun, 8 Aug 2004 15:07:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-ID: X-MS-Has-Attach: content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-TNEF-Correlator: Thread-Topic: Axis module fails Thread-Index: AcR9apC2GW5isBPZQc+6JXtW6kI1bAAEFExQ From: "Alan D. Cabrera" To: , , X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Yes, by a work around hack. This would ideally be fixed. Regards, Alan > -----Original Message----- > From: Davanum Srinivas [mailto:davanum@gmail.com] > Sent: Sunday, August 08, 2004 12:12 PM > To: dev@geronimo.apache.org; hemapani@opensource.lk > Subject: Re: Axis module fails >=20 > Alan replied back that he got the build working.... >=20 > On Sun, 8 Aug 2004 11:46:27 -0400 (EDT), Srinath Perera > wrote: > > that code generation done (where the error occurs) inside > name=3D"test:test"> isn't the the Compiled class avalible by that time. > The > > AxisGeronimoUtils moved from EWS to here becouse it is more natural to > > have it here. Should we move that code .. can we fix the build while it > is > > here. > > > > Thanks > > Srinath > > > > > > > > > > > On Sun, Aug 08, 2004 at 08:29:44AM -0400, Alan D. Cabrera wrote: > > >> I figured out the problem, geronimo-axis-1.0-SNAPSHOT.jar was not in > my > > >> repository, a chicken and the egg thing. I just hand copied the jar > > >> into my local maven repository. This makes me wonder, should we be > > >> updating a maven repository w/ snapshots? > > > > > > I post them here nightly: > > > http://cvs.apache.org/repository/geronimo/jars/ > > > > > > -David > > > > > > > > > > > >> > > >> > > >> Regards, > > >> Alan > > >> > > >> > -----Original Message----- > > >> > From: Alan D. Cabrera > > >> > Sent: Saturday, August 07, 2004 4:46 PM > > >> > To: dev@geronimo.apache.org > > >> > Subject: Axis module fails > > >> > > > >> > Here's the output: > > >> > > > >> > test:test: > > >> > > > >> > > > >> > truetruetruetruetruetruetruetruetruetruetruetruetruetruetruetruetruetrue > > >> > > > >> > truetruetruetruetruetruetruetruetruetruetruetruetruetruetruetruetruetrue > > >> > truetruetruetruetr > > >> > > > >> > geronimo\modules\axis\target\lib > > >> > > > >> > C:\dev\incubator-geronimo\.\target\ws4j2ee.properties created .. > > >> > > > >> > [echo] the files are up to date =3D true > > >> > > > >> > EchoPortSoapBindingImpl.java already exists, WSDL2Java will not > > >> > overwrite it. > > >> > > > >> > [delete] Deleting 16 files from > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\build\cl > > >> > asses > > >> > > > >> > [javac] Compiling 10 source files to > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\build\cl > > >> > asses > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:2: package > > >> > org.apache.geronimo.axis does not > > >> > > > >> > import org.apache.geronimo.axis.AxisGeronimoUtils; > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:18: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > (java.lang.String)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, > > >> > arguments); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:25: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > > > >> > AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:32: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Integer)AxisGeronimoUtils.invokeEJB("echo",methodName,classe > > >> > s,arguments)).intValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:39: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Double)AxisGeronimoUtils.invokeEJB("echo",methodName,classes > > >> > ,arguments)).doubleValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:46: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Float)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, > > >> > arguments)).floatValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:53: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Boolean)AxisGeronimoUtils.invokeEJB("echo",methodName,classe > > >> > s,arguments)).booleanValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:60: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Short)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, > > >> > arguments)).shortValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:67: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > > > >> > e(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:74: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > (byte[])AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments) > > >> > ; > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:81: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > > > >> > AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:88: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > (org.apache.ws.echosample.EchoStruct)AxisGeronimoUtils.invokeEJB("echo", > > >> > methodName,classes,arguments); > > >> > > > >> > > ^ > > >> > > > >> > 12 errors > > >> > > > >> > > > >> > > > >> > BUILD FAILED > > >> > > > >> > File...... c:\dev\incubator-geronimo\maven.xml > > >> > > > >> > Element... maven:reactor > > >> > > > >> > Line...... 181 > > >> > > > >> > Column.... 27 > > >> > > > >> > Unable to obtain goal [default] -- > > >> > c:\dev\incubator-geronimo\modules\axis\maven.xml:36:36: > > >> > Compile failed; see the compiler error output for details. > > >> > > > >> > Total time: 6 minutes 12 seconds > > >> > > > >> > Finished at: Sat Aug 07 10:12:42 GMT-05:00 2004 > > >> > > > >> > > > >> > > > >> > > > >> > > > > > > > > > > > > ------------------------------------ > > Lanka Sofware Foundation > > ------------------------------------ > > >=20 >=20 > -- > Davanum Srinivas - http://webservices.apache.org/~dims/