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 80105 - Add a child part element when add a new message
Summary: Add a child part element when add a new message
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 02:20 UTC by _ hong_lin
Modified: 2006-07-14 01:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ hong_lin 2006-07-13 02:20:03 UTC
build: NB 5.5 Dev build 200607120500

Steps to reproduce it:

1. Create a new SOA BPEL Module project.
2. Open the BpelModule1_1.wsdl file into Editor window.
3. In WSDL view, expand BpelModule1_1 node. Right-click the "Messages" node and
select "Add Message". 
4. Validate XML will get the following error:
-------------------------------------------------------------
XML validation started.
C:/Documents and Settings/Hong/BpelModule1/src/BpelModule1_1.wsdl:11,4
Message "message1" does not have any child part elements defined.Specify at
least one part child element.
-------------------------------------------------------------

Note: If at least one part child element is required, it should be created
automatically.
Comment 1 Shivanand Kini 2006-07-13 20:19:03 UTC
Fixed. Creating a new message creates a part automatically.
Comment 2 _ hong_lin 2006-07-14 01:35:02 UTC
Verified the fix is in build 200607130000