SGF-169 added null check for inner gateways to GatewayHubFactoryBean

This commit is contained in:
David Turanski
2013-04-17 07:57:08 -04:00
parent 7a27c67264
commit 3258b0826d
2 changed files with 51 additions and 38 deletions

View File

@@ -23,4 +23,9 @@
<gfe:gateway-endpoint port="2345" host="host2" endpoint-id="endpoint2"/>
</gfe:gateway>
</gfe:gateway-hub>
<!-- SGF-169 -->
<gfe:gateway-hub id="uniDirectionalHub" manual-start="true" port="22222" startup-policy="none">
</gfe:gateway-hub>
</beans>