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 80228 - Message type is appended to the name of the variable in BPEL navigator window
Summary: Message type is appended to the name of the variable in BPEL navigator window
Status: VERIFIED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Jiri Kopsa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 18:52 UTC by bugbridge
Modified: 2006-10-01 15:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
variable image (8.85 KB, application/octet-stream)
2006-07-13 18:53 UTC, lchang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-07-13 18:52:32 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original Target Release: coke_dev; Suggested Target Milestone : 5.5

Original submitter: malapati

Description:

Steps to Reproduce:
1.	In the Navigator window, right-click Variables and select Add Variable
2.	Create a variable called echo_in
3.	Select Message Type, and browse for message_0
4.	Hit OK

Actual result: 
Variable is created with name "echo_in ns1:message_0"

Expected Result:
Variable must be created with name "echo_in".

Observation:
1. Code is updated correctly in source view.
   <variable name="echo_in" messageType="ns1:message_0"/>.
2. In WSDL, Filters are available in the navigator window. But in the BPEl, 
Filters    are not available in the navigator window.
Comment 1 lchang 2006-07-13 18:53:16 UTC
Created attachment 31838 [details]
variable image
Comment 2 Michael Frisino 2006-07-17 01:32:31 UTC
I do not think this is a bug but perhaps the UI is not helpful here.

The Navigator is showing the name PLUS the type on each variable node.

So when you report that it shows "echo_in ns1:message_0" as the node label. That
is correct. However, a closer look would show that echo_in is bold and
ns1:message_0 is light gray. This is supposed to help you distinguish the name
from the type.

changing to JKopsa in case he has suggestion here.
Comment 3 Jiri Kopsa 2006-07-18 14:25:52 UTC
As pointed out, the "message type is not appended to the name" as opposed to the
summary of this bug. - so that is invalid. Current appearance is by design and
consistent with other Navigator contents (Java, XML).

I'm marking this bug as invalid. If anybody has objections to current design,
let's reopen this as RFE or file a new one.
Comment 4 Mikhail Kondratyev 2006-10-01 15:23:17 UTC
Closing as verified as no more comments from reporter received