Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 4.4.1-fuse-06-03
-
Fix Version/s: 4.4.1-fuse-08-15
-
Component/s: servicemix-cxf-se
-
Labels:None
-
External Issue URL:
Description
When 2 or more CXF JBI services are deployed in Fuse ESB each published on different port when you try to list from one of the ports like http://localhost:8092 it would show all the known services published using CXF component.
It should only show the services published on the particular port.
To reproduce simply use cxf-wsdl-first sample and create 2 different services from it running on different ports and you can see the GET request to localhost:<anyPort> list the other service as well.