Hello,
In my servicemix project, I have come to a point where I deploy 2 SA
which are independant.
The first SA is using an HTTP and a Mail component. It is called by a
java application, and it calls a mail server.
The second SA is using 2 CXF-BC, and 2 EIP components. It is called by
the same java application and calls a java axis web service.
When I deploy independently each SA, they work. When I deploy both, the
first SA seems to be deployed fine according to smx logs but it is
actually hidden, I can't access it.
When I try http://myIP:8192/ to have a list of accessible endpoints,
only the CXF-BC is shown. Does the CXF-BC prevent the use of HTTP-BC? If
not, anyone has any idea of what is happening?
Best Regards,
Vivian