[seek-dev] Check-in

Jing Tao tao at nceas.ucsb.edu
Fri Jun 11 14:45:54 PDT 2004


Hi, Rod:

I updated my code from cvs and installed the ecogrid in my local machine. 
But when I run a test client, I got some errors(I am still using gt3.0.2:
java.lang.NoSuchMethodException:
org.globus.ogsa.impl.core.service.ServicePropertiesImpl.query(org.ecoinformatics.ecogrid.QueryType)

I think because you changed the MetacatImpl extends  GridServiceImpl. So I 
change it back. Then when I tried to comiple the code I got the error:
 
/home/tao/project/seek/projects/ecogrid/build/src/org/ecoinformatics/ecogrid/stub/bindings/EcoGridQueryLevelOneServiceSOAPBindingStub.java:411: 
cannot resolve symbol
    [javac] symbol  : class AnyRecordType
    [javac] location: package ecogrid
    [javac]             cls = 
org.ecoinformatics.ecogrid.AnyRecordType.class;

I took a look at the class and found we should get rid of couple lines 
from there because there is no AnyReordType calss any more. I think the 
reseaon that I first time compiled it succeefully is because I had some 
old org.ecoinformatics.ecogrid.EcoGridQueryInterfaceLevelOne-stub.jar file 
in the class path.

I think the EcoGridQueryLevelOneServiceSOAPBindingStub need to be updated. 
If you don't have any objection, I will do it.

Thanks.

Jing 

-- 
Jing Tao
National Center for Ecological
Analysis and Synthesis (NCEAS)
735 State St. Suite 204
Santa Barbara, CA 93101





More information about the Seek-dev mailing list