[seek-dev] RE: possible bug

Jing Tao tao at nceas.ucsb.edu
Thu Oct 9 19:12:52 PDT 2003


Hi, Bing:

this is because Axis problem, not our schema issue. I already modified the 
ANDType.java and ORType.java class. They are in src directory now.

Thanks.

Jing 

On Thu, 9 Oct 2003, Bing Zhu wrote:

> Jing,
> 
> In the 'ANDType.java', my understanding is that the member function
> should return the followings.
> 
> getAND() should return a list of ANDType.
> getOR() should return a list of ORType.
> 
> Similar for ORType.java.
> 
> This is because a node of AND or Or can have several child nodes of 'AND' or
> 'OR'.
> 
> Unfortunately, from the classes, I see each of them only returns one ANDType
> or ORType.
> If this is the case, the original schema is wrong when those classes are
> created.
> 
> Bing
> 
> 
> 
> 
> -----Original Message-----
> From: Jing Tao [mailto:tao at nceas.ucsb.edu]
> Sent: Thursday, October 09, 2003 5:49 PM
> To: Bing Zhu
> Subject: Re: possible bug
> 
> 
> Hi, Bing:
> 
> Thanks for pointing the bug. I corrected it and will check it in.
> 
> Cheers,
> 
> Jing
> On Thu, 9 Oct 2003, Bing Zhu wrote:
> 
> > Hi Jing,
> >
> > I am reading your code so that I can implement same query
> > for SRB. And the might be a bug.
> > file: EcogridJavaToMetacatJavaQueryTransfer.java
> > Line #: 214
> >
> > String operatorString = condition.getValue();
> >
> > Looks it should be:
> > String operatorString = operator.getValue();
> >
> >
> >
> > Sincerely,
> > Bing
> >
> 
> --
> Jing Tao
> National Center for Ecological
> Analysis and Synthesis (NCEAS)
> 735 State St. Suite 204
> Santa Barbara, CA 93101
> 

-- 
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