Hide Forgot
Help Desk Ticket Reference: https://na7.salesforce.com/500A0000003hSlT Steps to Reproduce: 1) Install and setup a stock SOA-P instance: JBOSS_HOME='/opt/jboss/soa-p/jboss-soa-p.5.0.2/jboss-as' sed -i 's/^.*admin=admin$/admin=admin/g' "${JBOSS_HOME}"/server/*/conf/props/soa-users.properties 2) Start the SOA-P instance: cd "${JBOSS_HOME}"/bin && ./run.sh -c default -b 0.0.0.0 3) Connect to admin-console: http://localhost:8080/admin-console 4) From left navigation tree, expand and select: <host> -> JBossAS Servers -> JBoss AS 5 (default) -> JBoss ESB -> Deployments -> jbossesb.esb -> Services -> DeadLetterService Service Note Summary >> General Properties >> Description: Scheduled Service to Redeliver Messages 5) From left navigation tree, expand and select: <host> -> JBossAS Servers -> JBoss AS 5 (default) -> JBoss ESB -> Deployments -> jbossesb.esb -> Services -> RedeliverService Service Note Summary >> General Properties >> Description: Scheduled Service to Redeliver Messages (same as above) 6) Note description attribute from the deployment descriptor: grep -C2 'name="DeadLetterService"' "${JBOSS_HOME}"/server/default/deploy/jbossesb.esb/META-INF/jboss-esb.xml grep -C2 'name="RedeliverService"' "${JBOSS_HOME}"/server/default/deploy/jbossesb.esb/META-INF/jboss-esb.xml project_key: SOA Viewing an ESB service entity in admin-console shows the same description for all services within a service deployment. For example: <host> -> JBossAS Servers -> JBoss AS 5 (default) -> JBoss ESB -> Deployments -> jbossesb.esb -> Services -> DeadLetterService Service - and - <host> -> JBossAS Servers -> JBoss AS 5 (default) -> JBoss ESB -> Deployments -> jbossesb.esb -> Services -> RedeliverService Service Show the same description. In this case the description shown is for the RedeliverService Service.
Link: Added: This issue depends JBESB-3520
See diff patch attached to up-stream JBESB-3520
A JON plugin bug within ESB
Writer: Added: Darrin
Release Notes Docs Status: Added: Not Yet Documented
Tested with ER9 and closed.
Reopening to add a release note. Will set back to Closed -> Done shortly.
Documenting as a Resolved Issue and setting back to Closed -> Done.
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue Release Notes Text: Added: https://issues.jboss.org/browse/JBESB-3520 When an ESB service entity was viewed with the Admin Console, the same description was shown for all ESB services in a service deployment. The code that gathered the descriptions has been modified so that the correct descriptions are shown.