Mandiax / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Duplicated HTTPS properties when creating multiple HTTPS services in one IC #301

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The HTTPS properties should only be generated for the first services requiring 
HTTPS support. Previously, it was ONLY generated given that the https connector 
was added to the <*-common>.xml, however, the new Spring Profile functionality, 
has changed the behavior, and the current functionality cannot longer 
distinguish if the properties already exists. 
XmlFileUtil.updateCommonFileWithSpringImport does not longer return if the xml 
file is updated or NOT.

* XmlFileUtil.updateCommonFileWithSpringImport
* RequstResponseServiceGenerator
   boolean isUpdated = updateCommonFileWithSpringImport(gu, comment, "soitoolkit-mule-https-     connector.xml");

            if (isUpdated) {
                   //append HTTPS properties...

Original issue reported on code.google.com by ola.deib...@gmail.com on 26 Sep 2012 at 9:37

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1745.

Original comment by magnus.l...@gmail.com on 27 Sep 2012 at 9:43