Branch: refs/heads/9.0.x
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: e2f2831b599f5d253a0224a763a3685dbc103275
https://github.com/Teiid-Designer/teiid-designer/commit/e2f2831b599f5d253...
Author: Ted Jones <tejones(a)redhat.com>
Date: 2015-05-27 (Wed, 27 May 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:".