ServiceInvoker uses wrong port after running JBoss Enterprise SOA-P with the port offset 'port-01' defined in bingings-jboss-beans.xml
Issue
- I am running JBoss Enterprise SOA-P with the port offset set to
port-01defined inbingings-jboss-beans.xml.
<bean name="ServiceBindingManagementObject" class="org.jboss.services.binding.managed.ServiceBindingManagementObject">
<constructor>
<!-- The name of the set of bindings to use for this server -->
<parameter>${jboss.service.binding.set:ports-01}</parameter>
When ESB messages are sent to the Test_ESB_SERVICE , the ESB is attempted to be called on port 1099 instead of 1199. After a while it finally uses the right port and the message gets sent. Next time onwards the ESB service becomes unresponsive. Can you please tell me where the problem lies?
Environment
- JBoss Enterprise Service Oriented Architecture Platform (SOA-P)
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
