Branch: refs/heads/9.0.x
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: abc46e9597c66cc4cc94196f16da32863fcc4bb3
https://github.com/Teiid-Designer/teiid-designer/commit/abc46e9597c66cc4c...
Author: Ted Jones <tejones(a)redhat.com>
Date: 2015-07-07 (Tue, 07 Jul 2015)
Changed paths:
M
plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/profiles/ws/ParameterPanel.java
M
plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/profiles/ws/PropertyPage.java
M
plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/profiles/ws/WSProfileDetailsWizardPage.java
Log Message:
-----------
teiiddes-2542: The key value was not always unique since we were not consistantly using
"rest_param:" when adding entries to the map which created apparent dulpicate
entries. Changed logic to consitantly prefix the map key value with
"rest_param:".