Browse Source

Merge pull request #9829 from rpastrana/HPCC-16146

HPCC-16146 Allow multiple DESDL ESP services share common binding

Reviewed-By: Michael Gardner <michael.gardner@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 years ago
parent
commit
5bde96cc42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      initfiles/componentfiles/configxml/esp.xsl

+ 1 - 1
initfiles/componentfiles/configxml/esp.xsl

@@ -255,7 +255,7 @@
        <xsl:for-each select="preceding-sibling::EspBinding[@port=$port]">
            <xsl:variable name="type2" select="/Environment/Software/EspService[@name=current()/@service]/Properties/@type"/>
             <xsl:choose>
-                <xsl:when test="$type2=$type">
+                <xsl:when test="($type2=$type) and ($type!='DynamicESDL')">
                     <xsl:message terminate="yes">
                         <xsl:text>Port conflict in ESP binding '</xsl:text>
                         <xsl:value-of select="$name"/>