Bug 780378 (SOA-2790) - binding service refers to jboss.bind.address instead of jboss.esb.bind.address
Summary: binding service refers to jboss.bind.address instead of jboss.esb.bind.address
Keywords:
Status: CLOSED UPSTREAM
Alias: SOA-2790
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB
Version: 5.1.0.ER6
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: FUTURE
Assignee: tcunning
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-17 11:45 UTC by Kevin Conner
Modified: 2025-02-10 03:14 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-02-10 03:14:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBESB-3561 0 Major Open AS5 binding service refers to jboss.bind.address instead of jboss.esb.bind.address 2014-06-24 02:50:21 UTC
Red Hat Issue Tracker SOA-2790 0 Major Closed binding service refers to jboss.bind.address instead of jboss.esb.bind.address 2014-06-24 02:50:26 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.