This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101677 - Missing global view of all service assemblies at runtime
Summary: Missing global view of all service assemblies at runtime
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-04-19 03:50 UTC by Jun Qian
Modified: 2007-05-23 08:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
global view of all SAs (18.64 KB, application/octet-stream)
2007-04-19 03:51 UTC, Jun Qian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2007-04-19 03:50:09 UTC
While verifying IZ ticket 91791, I can't help thinking about the missing global
view of all the service assemblies in the JBI runtime. If I remember correctly,
even CAM today doesn't provide a global view. Without a global view, it is
difficult to visualize the inter-service-assembly connections either by design
or by accident.

With the help of CASA, it won't be too difficult to add a global (non-editable)
view in JBI Manager like the following:

[see attachment]

Here, four service assemblies are shown in the graph:

Service Assembly    WSDL Ports    Service Engine Endpoints
SA1                 port1         foo, baz
SA2                 port2         foo (can't be activated, IZ 91791)
SA3                 port3         bar
SA4                 -             abc

Connection "1" is an inter-SA connection by accident (the BPEL SE SU of SA2
contains the same endpoint "foo" defined in SA1). Connection "2" is an inter-SA
connection by design. From this view, the user can easily identify the undesired
cross-talking (connection "1") between SA2 and SA1.

Jun
Comment 1 Jun Qian 2007-04-19 03:51:07 UTC
Created attachment 41214 [details]
global view of all SAs
Comment 2 Jun Qian 2007-04-19 03:51:54 UTC
Yes Jun

A global view was being shown in the Enterprise Manager prototype, but was
specifically modified to show a per-Service Assembly view in CAM since CAM was a
Composite Application Manager. The global view and the per-service assembly view
could be added in the GlassFish Admin Console if those guys feel like it since
we always have all the info we need from the common client.

It would be great if we can add a global and per service assembly view in
JBIManager since you already are talking to the runtime through the common
client MBean.

Cheers
Gopalan