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 86320 - WSDL wizard: One-Way message w/ parts UndeclaredThrowableException
Summary: WSDL wizard: One-Way message w/ parts UndeclaredThrowableException
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-02 17:00 UTC by jlautz
Modified: 2006-10-04 23:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (19.03 KB, application/octet-stream)
2006-10-02 17:02 UTC, jlautz
Details
Stack trace for UndeclaredThrowableException for Notification Operation Type. (18.94 KB, application/octet-stream)
2006-10-02 17:12 UTC, jlautz
Details
Stack trace for IllegalStateException after clicking Finish. (5.16 KB, application/octet-stream)
2006-10-02 17:12 UTC, jlautz
Details
Stack trace for IllegalStateException after clicking Finish. (5.16 KB, application/octet-stream)
2006-10-02 18:22 UTC, jlautz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jlautz 2006-10-02 17:00:02 UTC
Seen on Windows XP with NB 55 060929 and JDK 1.5.0_07:

Make sure that at least

1. Start the WSDL wizard.
2. In the Abstract Configuration pane, choose Operation Type One-way Operation.
3. In the message parts table, add at least one more part.
4. Click Next.
==> See an UndeclaredThrowableException.

Stacktrace attached.
Comment 1 jlautz 2006-10-02 17:02:11 UTC
Created attachment 34771 [details]
Stack trace
Comment 2 jlautz 2006-10-02 17:07:48 UTC
After further experimentation, I'll make this a P1, because:

-- I don't even need to add an additional part to make this exception appear.
It's the default behavior for the One-Way Operation type.

-- I see the same problem when I try to define a Notification-only Operation
operation type.
Comment 3 jlautz 2006-10-02 17:11:13 UTC
And . . . if you try to complete the wizard by dismissing the exception and
clicking finish, you see an IllegalStateException. 

Comment 4 jlautz 2006-10-02 17:12:16 UTC
Created attachment 34772 [details]
Stack trace for UndeclaredThrowableException for Notification Operation Type.
Comment 5 jlautz 2006-10-02 17:12:58 UTC
Created attachment 34773 [details]
Stack trace for IllegalStateException after clicking Finish.
Comment 6 jlautz 2006-10-02 18:22:11 UTC
Created attachment 34774 [details]
Stack trace for IllegalStateException after clicking Finish.
Comment 7 Shivanand Kini 2006-10-02 21:03:36 UTC
Fixed in release55_dev
Comment 8 Ritesh Adval 2006-10-02 21:06:46 UTC
i have reviewed the code change, looks fine to me.
Comment 9 Shivanand Kini 2006-10-03 02:32:39 UTC
Fixed in release55 after code review
Comment 10 lchang 2006-10-04 23:15:06 UTC
Verified on 1003.

- I created a wsdl for each One-way, Notification-only, Solicit Response, and 
Request/Reply.
- For each type I created the wsdl with more than one part as well as with the 
default part.
- I am able to complete the WSDL creation successfully through the wizard 
without any exceptions.