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 151507

Summary: Web service debugging
Product: javaee Reporter: martin_zmrhal <martin_zmrhal>
Component: DebuggerAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jskrivanek
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description martin_zmrhal 2008-10-27 17:59:12 UTC
http://wiki.netbeans.org/TS_60_WebEnterpriseDebug - see Test suite: Enterprise Application Debugging - 3. Web Service Client

I have added breakpoint to the NewWebService class to a operation method line. In debug, when calling the operation from
a servlet, the breakpoint in the NewWebService class is ignored even though the operation is performed. When I call
"Test Web Service" from web service pop up menu (in debug mode), the tester page is opened and after execution of the
operation editor jumps to the desired breakpoint and stops debug. 

Product Version: NetBeans IDE 6.5 RC2 (Build 200810270001)
Java: 1.6.0_10-rc2; Java HotSpot(TM) Client VM 11.0-b15
System: Linux version 2.6.24-21-generic running on i386; UTF-8; en_US (nb)
Comment 1 Jiri Skrivanek 2011-02-18 12:15:46 UTC
In NetBeans 7.0 I found another problems while debugging web services. To reproduce follow web service test case in this test specification:
http://wiki.netbeans.org/TS_WebEnterpriseDebug#Test_suite:_Enterprise_Application_Debugging

- when you call "Test Web Service" breakpoints submitted in WS operation get broken but they are reached (Not able to submit breakpoint LineBreakpoint NewWebService.java : 22, reason: No executable location available at line 22 in class ws.NewWebService.
Invalid LineBreakpoint NewWebService.java : 22)
- if you continue using F7 (Step Into) it ends up in Method.java class

Product Version: NetBeans IDE Dev (Build 201102160501)
Java: 1.6.0_24; Java HotSpot(TM) Client VM 19.1-b02
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 2 Martin Balin 2016-07-07 08:53:55 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss