[mapguide-trac] #402: GwsFeatureReader (Join Feature Reader) doesn't always return entire feature set

MapGuide Open Source trac_mapguide at osgeo.org
Thu Jan 17 23:34:29 EST 2008


#402: GwsFeatureReader (Join Feature Reader) doesn't always return entire feature
set
-------------------------------+--------------------------------------------
   Reporter:  brucedechant     |       Owner:       
       Type:  defect           |      Status:  new  
   Priority:  high             |   Milestone:  2.0  
  Component:  Feature Service  |     Version:  2.0.0
   Severity:  critical         |    Keywords:       
External_id:                   |  
-------------------------------+--------------------------------------------
 If you use the Feature Service GetFeatures() API on a GwsFeatureReader you
 will get the following error on any call of the GetFeatures() API after
 the 1st one:

  Error: Invalid argument(s):
                 [1] = "103825848"
         The feature reader ID was not found.

 The reason for the failure is that the feature reader ID used by the
 GwsFeatureReader was not being properly cached and the lookup to find it
 would always fail. The lookup only happens on the 2nd and later calls of
 the API as the 1st call is suppose to cache it.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/402>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list