Bug 780095 (SOA-2463) - JON Plug-In: Wrong description used for ESB Service Entities
Summary: JON Plug-In: Wrong description used for ESB Service Entities
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-2463
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB
Version: 5.1.0.ER3
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.1.0 GA
Assignee: Kevin Conner
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-22 16:29 UTC by Larry O'Leary
Modified: 2011-02-12 13:25 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
JON Plug-In deployed in JON 2.4 JON Plug-In deployed in SOA-P 5.0.0 (admin-console) JON Plug-In deployed in SOA-P 5.0.2 (admin-console)
Last Closed: 2011-02-12 13:25:31 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-2463 0 None None None Never

Description Larry O'Leary 2010-10-22 16:29:33 UTC
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.

Comment 1 Larry O'Leary 2010-10-22 16:31:34 UTC
Link: Added: This issue depends JBESB-3520


Comment 2 Larry O'Leary 2010-10-22 16:32:59 UTC
See diff patch attached to up-stream JBESB-3520

Comment 3 Kevin Conner 2010-10-22 18:19:47 UTC
A JON plugin bug within ESB

Comment 4 Laura Bailey 2010-12-17 00:41:22 UTC
Writer: Added: Darrin


Comment 5 Laura Bailey 2010-12-17 00:48:00 UTC
Release Notes Docs Status: Added: Not Yet Documented


Comment 7 Paul Nittel 2011-02-09 15:52:03 UTC
Tested with ER9 and closed.

Comment 8 Laura Bailey 2011-02-12 13:21:54 UTC
Reopening to add a release note. Will set back to Closed -> Done shortly.

Comment 9 Laura Bailey 2011-02-12 13:25:31 UTC
Documenting as a Resolved Issue and setting back to Closed -> Done.

Comment 10 Laura Bailey 2011-02-12 13:25:31 UTC
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.



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