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 63941 - [registry] NPE when testing ws wth DataHandler
Summary: [registry] NPE when testing ws wth DataHandler
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
: 132180 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-08 21:35 UTC by Lukas Jungmann
Modified: 2013-06-17 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception from registry (680 bytes, text/plain)
2005-09-08 21:39 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-09-08 21:36:11 UTC
Follow steps from issue #50486 and press submit

=> attached NPE
Comment 1 Lukas Jungmann 2005-09-08 21:39:52 UTC
Created attachment 24646 [details]
exception from registry
Comment 2 Milan Kuchtiak 2005-12-05 08:30:31 UTC
Try to catch the exception.
Comment 3 Jaroslav Pospisil 2006-03-13 13:40:02 UTC
TM 5.0->TBD
Comment 4 Milan Kuchtiak 2006-07-21 15:35:17 UTC
Tested in JAX-WS20.
WS as well as the client work perfectly.

Nevertheless for JAX-RPC sevices/clients problem still exists.
(Test WS Operation action)

Downgrading priority as WS Registry was removed from UI.
Comment 5 Lukas Jungmann 2008-04-14 17:11:59 UTC
moving opened issues where TM != dev to TM=TBD
Comment 6 Milan Kuchtiak 2008-11-21 10:52:52 UTC
*** Issue 132180 has been marked as a duplicate of this issue. ***
Comment 7 Milan Kuchtiak 2008-11-21 11:10:09 UTC
The exception is still thrown :
java.lang.NullPointerException
	at org.netbeans.modules.websvc.registry.ui.ReflectionHelper.callMethodWithParams(ReflectionHelper.java:477)
	at org.netbeans.modules.websvc.registry.ui.TestWebServiceMethodDlg.invokeMethod(TestWebServiceMethodDlg.java:466)
	at org.netbeans.modules.websvc.registry.ui.TestWebServiceMethodDlg.access$500(TestWebServiceMethodDlg.java:92)
	at org.netbeans.modules.websvc.registry.ui.TestWebServiceMethodDlg$3.run(TestWebServiceMethodDlg.java:409)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)

Note: This is thrown from rpc/encoded WS when testing the following method:

    public String operation(javax.activation.DataHandler dh) {
        return dh.getName();
    }
Comment 8 Quality Engineering 2009-12-21 04:57:32 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