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 36645

Summary: add code to launch J2EE Debugger
Product: serverplugins Reporter: David Weatherford <weath>
Component: InfrastructureAssignee: issues@serverplugins <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: kaikalur
Priority: P1    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:
Attachments: proposed patch
DebuggerInfoFactory.java

Description David Weatherford 2003-10-16 16:00:24 UTC
For the Arrow release, we are adding a new
debugger type for J2EE apps.  The current
architecture of j2eeserver is flawed in that
it assumes it will always use RemoteDebuggerInfo,
and not a subclass of RemoteDebuggerInfo.

The proposed patch adds code that allows the
J2EEDebuggerType to launch the J2EEDebugger
using j2eeserver.

This fix is critical for Arrow.
Comment 1 David Weatherford 2003-10-16 16:01:29 UTC
Created attachment 11887 [details]
proposed patch
Comment 2 David Weatherford 2003-10-16 16:03:00 UTC
The original proposal can be found at
http://sundww.sfbay/Arrow/StartingJ2EEDebugger.html
Comment 3 David Weatherford 2003-10-16 16:09:28 UTC
Created attachment 11889 [details]
DebuggerInfoFactory.java
Comment 4 David Weatherford 2003-10-22 19:35:36 UTC
Tonda Nebuzelsky integrated patch to nevadafixes (IN=16360)
and release351A (IN=16584).
Comment 5 Antonin Nebuzelsky 2003-11-04 14:54:42 UTC
Fixed in Nevada Patch 1 and in Arrow.