Bug #1798
synchronization failed returns ServiceFailure on knb-test-1
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
Environment.Development
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
CCI-0.6.4
Product Version:
*
Story Points:
Sprint:
Description
from d1_integration tests testSynchronizationFailed() method.
At first, the SynchronizationFailed object I sent in the request did not contain a PID, and it properly returned an InvalidRequest. After adding the PID to the exception, a ServiceFailure was returned, but with empty description and detail code of "0000".
The PID was taken from an object already on knb-test-1 (testCreate.1313019200146).
History
#1 Updated by Rob Nahf about 13 years ago
- Category set to 275
- Assignee set to Chris Jones
#2 Updated by Ben Leinfelder about 13 years ago
- Status changed from New to Closed
- Assignee changed from Chris Jones to Ben Leinfelder
checking for null Session object before logging the sync failure - now there is no spurious error message. (Though this should never be called by public user, right?)