Opened 17 years ago
Closed 17 years ago
#402 closed defect (fixed)
GwsFeatureReader (Join Feature Reader) doesn't always return entire feature set
Reported by: | brucedechant | Owned by: | brucedechant |
---|---|---|---|
Priority: | high | Milestone: | 2.0 |
Component: | Feature Service | Version: | 2.0.0 |
Severity: | critical | Keywords: | |
Cc: | External ID: | 1037562 |
Description
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.
Change History (2)
comment:1 by , 17 years ago
External ID: | → 1037562 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.