Actions
Defect #870
closedCannot save 0x00 to Postgres column - Provisioning operation
Status:
Closed
Priority:
Normal
Assignee:
Vít Švanda
Category:
Provisioning
Target version:
Start date:
12/11/2017
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Updated by Vít Švanda almost 7 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Ondřej Kopr
- I simulated this problem via thrown exception in the IC module. This exception contained message with the character "/u0000".
- Problem was in the embedded entity OperationResult used in the ProvisioningOperation. This object is not simple and model mapper do not use StringToStringConverter on his "cause" String attribute.
- I created new converter for OperationResult (OperationResultConverter). I directly calls the convertion for the string. This means the StringToStringConverter is now executed.
- Fix is in the develop under commit: https://github.com/bcvsolutions/CzechIdMng/commit/61b188907f51a5beae47de06b8f27eae01c97e3d
Updated by Vít Švanda almost 7 years ago
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 0 to 90
We planing release it in the 7.6.1 too.
Updated by Radek Tomiška almost 7 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Vít Švanda
- Target version changed from Garnet (7.7.0) to Forsterite (7.6.1)
- % Done changed from 90 to 100
I did review, it looks ok.
Actions