-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
jboss-fuse-6.2
-
None
-
%
Kit 103
A child container that exposes a CXF Rest endpoint fails to register the endpoint under Fabric ZK registry.
After a restart of the child node, registration happens correctly.
There are no errors in logs.
--------------------------------------------------------------------------------------------------------------------------
Step to reproduce.
fabric:create --wait-for-provisioning --resolver localip container-create-child --profile quickstarts-cxf-rest root quickstart
Monitor zookeeper registry with:
watch --color -n 0.5 "echo dump | nc localhost 2181 | grep '/fabric/registry/clusters/apis'"
Initially ZK registry contains:
/fabric/registry/clusters/apis/rest/FabricResource/fabric8/1.0/quickstart /fabric/registry/clusters/apis/rest/FabricResource/fabric8/1.0/root
After a restart of quickstart node with container-stop quickstart ; container-start quickstart zk registry contains the expected:
/fabric/registry/clusters/apis/rest/CustomerService/crm/1.0/quickstart /fabric/registry/clusters/apis/rest/FabricResource/fabric8/1.0/quickstart /fabric/registry/clusters/apis/rest/FabricResource/fabric8/1.0/root
Note the additional entry.
- duplicates
-
ENTESB-3038 WS in child containers aren't recognized by ZK sometimes
- Closed
- is related to
-
ENTESB-3038 WS in child containers aren't recognized by ZK sometimes
- Closed
-
ENTESB-3039 [HTTP Gateway] apis mapping rules don't work right after deployment
- Closed