Opened 12 years ago
Closed 12 years ago
#2218 closed defect (fixed)
UpdateFeatures throws wrongly intialyzed MgException
Reported by: | bscott | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 2.5 |
Component: | Feature Service | Version: | 2.4.0 |
Severity: | blocker | Keywords: | |
Cc: | External ID: |
Description
When using UpdateFeatures, If the database returns an error. an MgException stays in memory and further call to the service throws wrong exception
Attachments (4)
Change History (9)
by , 12 years ago
Attachment: | 2218_TestCase.patch added |
---|
by , 12 years ago
Attachment: | OpUpdateFeatures.cpp.patch added |
---|
comment:1 by , 12 years ago
I think i have found it this time. With UpdateFeatures in Non-Transactional mode the response was written twice. And the second one with m_opCompleted flag set to true. this was messing up the operation handler.
Patch is updated, someone could check that piece of Code. Walt?
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Test Case (draft)