Hello,

I was following the globus promamming tutorial for 4.2 version, because of I
want programing a simple web service  and trying to run the Math Service and
I obtain these errors:


compileStubs:
    [javac] /home/javi/Escritorio/ejemplo/build.xml:309: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set
to false for repeatable builds

    [javac] Compiling 9 source files to
/home/javi/Escritorio/ejemplo/build/stubs-org_globus_examples_services_core_first/classes

    [javac]
/home/javi/Escritorio/ejemplo/build/stubs-org_globus_examples_services_core_first/src/org/globus/examples/stubs/MathService_instance/service/MathServiceAddressing.java:11:
package org.globus.axis.message.addressing does not exist

    [javac]     public
org.globus.examples.stubs.MathService_instance.MathPortType
getMathPortTypePort(org.globus.axis.message.addressing.EndpointReferenceType
reference) throws javax.xml.rpc.ServiceException;


[javac]
^
    [javac]
/home/javi/Escritorio/ejemplo/build/stubs-org_globus_examples_services_core_first/src/org/globus/examples/stubs/MathService_instance/service/MathServiceAddressingLocator.java:11:
package org.globus.axis.message.addressing does not exist
    [javac]     public
org.globus.examples.stubs.MathService_instance.MathPortType
getMathPortTypePort(org.globus.axis.message.addressing.EndpointReferenceType
reference) throws javax.xml.rpc.ServiceException {

[javac]
^
    [javac]
/home/javi/Escritorio/ejemplo/build/stubs-org_globus_examples_services_core_first/src/org/globus/examples/stubs/MathService_instance/service/MathServiceAddressingLocator.java:12:
package org.globus.axis.message.addressing does not exist
    [javac]     org.globus.axis.message.addressing.AttributedURIType address
= reference.getAddress();
    [javac]                                       ^
    [javac]
/home/javi/Escritorio/ejemplo/build/stubs-org_globus_examples_services_core_first/src/org/globus/examples/stubs/MathService_instance/service/MathServiceAddressingLocator.java:24:
package org.globus.axis.message.addressing does not exist
    [javac]         org.globus.axis.message.addressing.AddressingHeaders
headers =
    [javac]                                           ^
    [javac]
/home/javi/Escritorio/ejemplo/build/stubs-org_globus_examples_services_core_first/src/org/globus/examples/stubs/MathService_instance/service/MathServiceAddressingLocator.java:25:
package org.globus.axis.message.addressing does not exist
    [javac]             new
org.globus.axis.message.addressing.AddressingHeaders();
    [javac]                                                   ^
    [javac]
/home/javi/Escritorio/ejemplo/build/stubs-org_globus_examples_services_core_first/src/org/globus/examples/stubs/MathService_instance/service/MathServiceAddressingLocator.java:28:
package org.globus.axis.message.addressing does not exist
    [javac]
((javax.xml.rpc.Stub)_stub)._setProperty(org.globus.axis.message.addressing.Constants.ENV_ADDRESSING_SHARED_HEADERS,
headers);
    [javac]
                                                                           ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 6 errors

BUILD FAILED


I have downloaded the axis package of apache web and put into the
globus/lib. I think that how the example is for other earlier versions of
globus I have to change the code (maybe) but I don't kown.

Could you help me?

Regards

Reply via email to