Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: c5d0fe82cfd3c9c92e8719bddce4986114fe45fa
https://github.com/Teiid-Designer/teiid-designer/commit/c5d0fe82cfd3c9c92...
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:".
Commit: 8b0043694cdf21c03d8adc48e425ba65418e4fe4
https://github.com/Teiid-Designer/teiid-designer/commit/8b0043694cdf21c03...
Author: Barry LaFond <blafond(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:
-----------
Merge pull request #456 from tejones/teiiddes-2542
teiiddes-2542
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/d0849f092654...8...