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 54874 - [client] filter exceptions in exception dialog in test ws operation
Summary: [client] filter exceptions in exception dialog in test ws operation
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
: 54886 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-11 14:06 UTC by Lukas Jungmann
Modified: 2009-12-21 04:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
possible fix (3.52 KB, text/plain)
2005-04-22 10:08 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-02-11 14:06:15 UTC
[build 200502101900]

-have ws client for webservice which contains
operation which throws exception
(ex. of ws operation:

public void op() throws mypkg.MyException {
    throw new mypkg.MyException();
}

)

-now test ws operation (eg. from ws registry)

=> it would be better (for user) if "Web Service
Client Exception" dialog will contain only
exception which is thrown by ws operation. Not the
other ones (InvocationTargetException, null).
Comment 1 Petr Blaha 2005-02-11 17:04:24 UTC
*** Issue 54886 has been marked as a duplicate of this issue. ***
Comment 2 _ pcw 2005-03-22 02:01:21 UTC
The registry is not differentiating between user exceptions and system
exceptions. (e.g. JAX-RPC, application server).  But it does provide feedback
about the exception, just not as nice as it could be.

Resolving this requires new UI as well.

Lowering to P4, we should put this feature on the planning documents for the
next version.
Comment 3 Lukas Jungmann 2005-04-22 10:08:42 UTC
Created attachment 21821 [details]
possible fix
Comment 4 _ pcw 2005-10-01 01:05:21 UTC
Reassigning to websvc since I am not working in this area anymore.
Comment 5 Milan Kuchtiak 2008-12-01 10:41:49 UTC
Should try to implement suggested fix.
Comment 6 Quality Engineering 2009-12-21 04:48:46 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team