Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 780378 (SOA-2790)

Summary: binding service refers to jboss.bind.address instead of jboss.esb.bind.address
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Kevin Conner <kevin.conner>
Component: JBossESBAssignee: tcunning
Status: CLOSED UPSTREAM QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.ER6   
Target Milestone: ---   
Target Release: FUTURE   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2790
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
In JBoss ESB, the binding service refers to "jboss.bind.address" instead of "jboss.esb.bind.address". Work around this by accessing the EsbPropertyServiceXSLTConfig property in conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml and inserting the code listed on this topic's Bugzilla page.
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-02-10 03:14:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kevin Conner 2011-01-17 11:45:31 UTC
Affects: Release Notes
Workaround Description: Change EsbPropertyServiceXSLTConfig in conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml so that it contains the following

           <parameter>
               <map keyClass="java.lang.String" valueClass="java.lang.String">
                   <entry>
                      <key>esbHost</key>
                      <value>${jboss.esb.bind.address}</value>
                   </entry>
               </map>
           </parameter>

(jboss.esb.bind.address instead of jboss.bind.address) 
project_key: SOA

If starting the server using '-b 0.0.0.0' then the binding service overrides the esb host binding which results in inaccessible entries in the UDDI registry (using address 0.0.0.0).

The workaround contains the simple fix to the binding configuration.

Comment 1 Kevin Conner 2011-01-17 11:45:56 UTC
Link: Added: This issue depends JBESB-3561


Comment 2 Anne-Louise Tangring 2011-01-18 02:18:19 UTC
Affects: Added: [Release Notes]


Comment 3 Suz 2012-06-15 01:11:12 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
In JBoss ESB, the binding service refers to "jboss.bind.address" instead of "jboss.esb.bind.address". Work around this by accessing the EsbPropertyServiceXSLTConfig property in conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml and inserting the code listed on this topic's Bugzilla page.

Comment 6 Red Hat Bugzilla 2025-02-10 03:14:47 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.