Well, I got past that initial problem, but now I'm stuck with the following
error during stub compilation:
compileStubs:
[javac] Compiling 15 source files to
/fs/mikehomes/gt4admin/work/garli-GT42/build/stubs-edu_umd_grid_bio_garli/classes
[javac]
/fs/mikehomes/gt4admin/work/garli-GT42/build/stubs-edu_umd_grid_bio_garli/src/edu/umd/grid/bio/garli/stubs/GARLIFactoryService/bindings/GARLIFactoryPortTypeSOAPBindingStub.java:859:
cannot find symbol
[javac] symbol : class AttributedAnyType
[javac] location: package org.globus.axis.message.addressing
[javac] cls =
org.globus.axis.message.addressing.AttributedAnyType.class;
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
I have been using the following page as a reference:
http://www.globus.org/toolkit/docs/4.2/4.2.0/common/javawscore/mig/javawscore-migrating-GT4.html
I can't find specific reference to the AttributedAnyType class on the page,
although certainly some in the addressing package are mentioned. I've
scanned through my files and I can't seem to find the cause of this. Any
help would be appreciated.
thanks,
Adam
On Fri, Sep 5, 2008 at 3:18 PM, Adam Bazinet <[EMAIL PROTECTED]>wrote:
> Following up on my own message, I'm betting it is mainly due to the fact
> that I haven't updated to the 4.2 namespaces in the WSDL yet, which is what
> I'm working on now...
>
>
> On Fri, Sep 5, 2008 at 2:02 PM, Adam Bazinet <[EMAIL PROTECTED]>wrote:
>
>> Hi,
>>
>> Just trying to build our services with GT 4.2.0 (these had previously been
>> compiling fine with 4.1.0). Anyway, here's the error I'm getting:
>>
>> [EMAIL PROTECTED]:~/work/garli-GT4> ./globus-build-service.sh GARLI
>> Buildfile: build.xml
>>
>> init:
>> [mkdir] Created dir: /fs/mikehomes/gt4admin/work/garli-GT4/build
>> [mkdir] Created dir:
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/classes
>> [mkdir] Created dir: /fs/mikehomes/gt4admin/work/garli-GT4/build/lib
>> [mkdir] Created dir:
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/stubs-edu_umd_grid_bio_garli
>> [mkdir] Created dir:
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/stubs-edu_umd_grid_bio_garli/src
>> [mkdir] Created dir:
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/stubs-edu_umd_grid_bio_garli/classes
>> [mkdir] Created dir: /fs/mikehomes/gt4admin/work/garli-GT4/build/stubs
>> [mkdir] Created dir:
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/stubs/classes
>> [mkdir] Created dir:
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/schema
>> [copy] Copying 40 files to
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/schema
>>
>> flatten:
>>
>> WSDLUptodate:
>>
>> flatten:
>> [echo] Processing WSDL in GARLI.wsdl
>> [java] Retrieving document at
>> '/fs/mikehomes/gt4admin/work/garli-GT4/build/schema/edu/umd/grid/bio/garli/GARLI.wsdl'.
>> [java] Error processing WSDL: Could not read WSDL input file:
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/schema/edu/umd/grid/bio/garli/GARLI.wsdl
>>
>> BUILD FAILED
>> /fs/mikehomes/gt4admin/work/garli-GT4/build.xml:228: The following error
>> occurred while executing this line:
>> /export/work/globus-4.2.0/share/globus_wsrf_tools/build-stubs.xml:166:
>> Java returned: 2
>>
>> Total time: 2 seconds
>>
>> As you can see, the file exists:
>>
>> [EMAIL PROTECTED]:~/work/garli-GT4> ls -l
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/schema/edu/umd/grid/bio/garli/GARLI.wsdl
>> -rw-rw-r-- 1 gt4admin gt4admin 4190 Sep 5 13:53
>> /fs/mikehomes/gt4admin/work/garli-GT4/build/schema/edu/umd/grid/bio/garli/GARLI.wsdl
>>
>> Is it that it is having trouble parsing the WSDL itself, then? If there
>> have been specification changes, where should I find them?
>>
>> Thanks,
>> Adam
>>
>>
>