dims, It works ok in my mechine. I will do a maven jar update agien and
try but with the net connection I am behind it takes some time.

can you send me the test reports of the fialed tests. I can't see the
stack trace on the listing.

sorry for the mess I create.
Srinath




> 2 more failures :(
>
> INFO: org/apache/ws/echosample/EchoServiceLocator.class adding
> Jul 21, 2004 11:19:28 PM
> org.apache.geronimo.ews.ws4j2ee.utils.packager.JARFile
> createNewJarFile
> INFO: build/classes/META-INF/echo.wsdl adding
> Jul 21, 2004 11:19:28 PM
> org.apache.geronimo.ews.ws4j2ee.utils.packager.JARFile
> createNewJarFile
> INFO: org/apache/ws/echosample/SmallEchoStruct.class adding
> Jul 21, 2004 11:19:28 PM
> org.apache.geronimo.ews.ws4j2ee.utils.packager.JARFile
> createNewJarFile
> INFO: build/classes/META-INF/ adding
>     [junit] Tests run: 10, Failures: 0, Errors: 1, Time elapsed: 25.276
> sec
>     [junit] [ERROR] TEST
> org.apache.geronimo.ews.ws4j2ee.GenerateWithoutWSDLTest FAILED
>     [junit] Running org.apache.geronimo.ews.ws4j2ee.JaxRpcMappingTest
>
>
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.913 sec
>     [junit] Running org.apache.geronimo.ews.ws4j2ee.PackageModuleTest
> file:/C:/APACHE/ws-axis/contrib/ews/target/configStore/config0/WEB-INF/classes/
> file:/C:/APACHE/ws-axis/contrib/ews/target/configStore/config1/bookquote.jar
>     [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.06 sec
>     [junit] [ERROR] TEST
> org.apache.geronimo.ews.ws4j2ee.PackageModuleTest FAILED
>     [junit] Running
> org.apache.geronimo.ews.ws4j2ee.seviceRef.ServiceRefTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
>     [junit] Running
> org.apache.geronimo.ews.ws4j2ee.utils.PropertyLoaderTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
>     [junit] Running org.apache.geronimo.ews.ws4j2ee.WebDDTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
>     [junit] Running org.apache.geronimo.ews.ws4j2ee.WebServiceDDTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.41 sec
>     [junit] Running org.apache.geronimo.ews.ws4j2ee.WSDLTest
>
> GoogleSearchBindingImpl.java already exists, WSDL2Java will not overwrite
> it.
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.124 sec
>
> - dims
>
> On Wed, 21 Jul 2004 23:01:25 -0400 (EDT), Srinath Perera
> <[EMAIL PROTECTED]> wrote:
>> it is fixed, check the latest, cvs hope  it works :).
>> the error was actually at the test case
>> Thanks
>> Srinath
>>
>>
>>
>> > will do. right now i am seeing a failure in EWS....
>> >
>> > C:\APACHE\ws-axis\contrib\ews\target\generated\samples\withoutWSDL\math\server\DefaultNamespace\MathSoapBindingStub.java:10:
>> > DefaultNamespace.MathSoapBindingStub is not abstract and does not
>> > override abstract method remove() in javax.ejb.EJBObject
>> > public class MathSoapBindingStub extends org.apache.axis.client.Stub
>> > implements testData.math.MathFace {
>> >        ^
>> > 1 error
>> > file:C:/APACHE/ws-axis/contrib/ews/target/generated/samples/withoutWSDL/math/server/build.xml:26:
>> > Compile failed; see the compiler error output for details.
>> >         at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:844)
>> >         at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:682)
>> >         at org.apache.tools.ant.Task.perform(Task.java:341)
>> >         at org.apache.tools.ant.Target.execute(Target.java:309)
>> >         at org.apache.tools.ant.Target.performTasks(Target.java:336)
>> >         at
>> org.apache.tools.ant.Project.executeTarget(Project.java:1339)
>> >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397)
>> >         at
>> > org.apache.geronimo.ews.ws4j2ee.utils.AntExecuter.execute(AntExecuter.java:47)
>> >         at
>> > org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeEmitter.executeAnt(Ws4J2eeEmitter.java:99)
>> >         at
>> > org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeEmitter.emmit(Ws4J2eeEmitter.java:112)
>> >         at
>> > org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2ee.generate(Ws4J2ee.java:128)
>> >         at
>> > org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2ee.main(Ws4J2ee.java:359)
>> >         at
>> > org.apache.geronimo.ews.ws4j2ee.GenerateWithoutWSDLTest.testMathSample(GenerateWithoutWSDLTest.java:84)
>> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >         at
>> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >
>> > -- dims
>> >
>> > On Wed, 21 Jul 2004 21:59:27 -0400 (EDT), Srinath Perera
>> > <[EMAIL PROTECTED]> wrote:
>> >> Thanks Dims,
>> >>
>> >> I have done a stupid mistake :(... in the project.properties file the
>> my
>> >> profile url is misspelled. It should  be
>> >> http://ws.apache.org/~hemapani/maven
>> >>
>> >> I attached the patch, but I think easist thing to you is to change
>> the
>> >> properties file by hand it is the only change.
>> >> hope I have not create a mess.
>> >>
>> >> Thanks
>> >> Srinath
>> >>
>> >>
>> >>
>> >>
>> >> >Am reviewing this now...more details tomorrow.
>> >> >thanks,
>> >> >dims
>> >>
>> >>
>> >>
>> >
>> >
>> > --
>> > Davanum Srinivas - http://webservices.apache.org/~dims/
>> >
>> >
>>
>>
>> ------------------------------------
>> Lanka Sofware Foundation
>> ------------------------------------
>>
>
>
> --
> Davanum Srinivas - http://webservices.apache.org/~dims/
>
>


------------------------------------
Lanka Sofware Foundation
------------------------------------

Reply via email to