Chris A. Mattmann created OODT-564:
--------------------------------------

             Summary: XMLPS should provided ordered results based on requested 
fields
                 Key: OODT-564
                 URL: https://issues.apache.org/jira/browse/OODT-564
             Project: OODT
          Issue Type: Bug
          Components: xmlps
         Environment: found on NCI EDRN ERNE project
            Reporter: Chris A. Mattmann
            Assignee: Chris A. Mattmann
             Fix For: 0.6


If we give a query to XMLPS of the form:

http://localhost:8080/grid/prod?q=RETURN%3D%27Field1%27+AND+RETURN%3D%27Field2%27+AND+RETURN%3D%27Field3%27

Where:

Field1 = constant field
Field2 = dynamic field
Field3 = constant field

Right now, XMLPS will return a result set of the form:

Field2Value <tab> Field1Value <table> Field3Value

Losing the ordering, b/c const fields and dynamic fields are separated. We need 
to fix this.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to