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 69188 - [registry]ClassNotFoundException excpetion is thrown when test method
Summary: [registry]ClassNotFoundException excpetion is thrown when test method
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-23 14:58 UTC by Petr Blaha
Modified: 2005-11-29 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (1.10 KB, text/plain)
2005-11-23 14:59 UTC, Petr Blaha
Details
ide log (25.81 KB, text/plain)
2005-11-24 13:08 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-11-23 14:58:09 UTC
[build 20051122]
Steps:
1) I would like to test web service that is avalaible here
http://www.whitemesa.com/interop/kSOAP.wsdl 
2) add WS in registry a nd try to test echoStringArray method
3) specify all itmes of array
4) click Submit button
ERROR: get java.lang.ClassNotFoundException: webservice.java.lang.String
Comment 1 Petr Blaha 2005-11-23 14:59:48 UTC
Created attachment 27207 [details]
stack trace
Comment 2 Lukas Jungmann 2005-11-24 13:07:35 UTC
after testing more operation you will get this also for:

String[] => java.lang.ClassNotFoundException: webservice.java.lang.String (as above)
int[] => java.lang.ClassNotFoundException: webservice.int
float[] => java.lang.ClassNotFoundException: webservice.float
byte[] => NPE
Comment 3 Lukas Jungmann 2005-11-24 13:08:33 UTC
Created attachment 27239 [details]
ide log
Comment 5 Lukas Jungmann 2005-11-29 10:59:43 UTC
CNFEs are fixed, but NPE is being still thrown => filed as issue #69517.
This one => v. in 200511281900