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
Original issue reported on code.google.com by
ola.deib...@gmail.com
on 26 Sep 2012 at 9:37