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 159336 - Stacktrace formatting for the WS test client
Summary: Stacktrace formatting for the WS test client
Status: VERIFIED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-27 15:57 UTC by Tim Lebedkov
Modified: 2009-04-18 19:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (102.11 KB, image/png)
2009-02-27 15:59 UTC, Tim Lebedkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2009-02-27 15:57:53 UTC
Stack traces are not formatted using <pre> or <br> and are hard to read
Comment 1 Tim Lebedkov 2009-02-27 15:59:40 UTC
Created attachment 77477 [details]
Screenshot
Comment 2 Milan Kuchtiak 2009-03-11 18:18:09 UTC
Your problem is that the web service operation : getIndices() is not implemented yet and throws 
java.lang.UnsupportedOperationException("Not implemented yet")

We cannot do much with this. It's the user problem.

Ot the other side, the problem is hardly detected from the stack trace. If you think the GlassFish WS Tester application
should be more intuitive, please, report a bug to GlassFish V2 server. Go to: https://glassfish.dev.java.net, file a bug
and select a web_services subcomponent.
Comment 3 Tim Lebedkov 2009-04-18 19:46:45 UTC
ok