Description of problem: Creating or setting an address's Type field overwrites the Name field. Version-Release number of selected component (if applicable): 1.3.0.18 How reproducible: 100% Steps to Reproduce: 1. Create an address with a type. 2. 3. Actual results: The address's name becomes what the type specified. Expected results: The address's type field should get the type specified and the name should be unchanged. Additional info:
Fixed upstream 11/18/2010 QPID-2952 r1036558
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Cut-paste type in source caused Address.Type values to overwrite Address.Name values and to leave the Address.Type value unchanged. Consequence: Address objects do not receive proper Name and Type fields. Fix: Repair the error and verify that Name and Type fields are set correctly. Result: Address Name and Type fields work properly.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,7 +1 @@ -Cause: Cut-paste type in source caused Address.Type values to overwrite Address.Name values and to leave the Address.Type value unchanged. +Previously, the Address.Type value could overwrite the Address.Name value and left the Address.Type value unchanged when users cut and pasted in the source. Due to this issue, address objects did not receive the correct Name and Type fields. This update resolves this error and verifies that the Name and the Type fields are set correctly. Now, the Address, Name, and Type fields work correctly.- -Consequence: Address objects do not receive proper Name and Type fields. - -Fix: Repair the error and verify that Name and Type fields are set correctly. - -Result: Address Name and Type fields work properly.
The bug was reproduced on qpid-cpp-winsdk-1.3.0.18; on qpid-cpp-win-3.2.0.4-1 did not occur.
The issue does not occur on the current packages. Verified on qpid-cpp-win-3.22.23.1-1 on Windows platforms: - WindowsXP-x86 - Windows7-x86 and x64 - Windows Server2003-x86 and x64 - Windows Server2008-x86, x64 and R2 --> VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-1296.html