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 63764 - Disabled 'Start In Debug Mode' action in server node
Summary: Disabled 'Start In Debug Mode' action in server node
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 11:34 UTC by Michal Mocnak
Modified: 2005-09-14 15:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2005-09-07 11:34:38 UTC
Found in nb50 in the private build 050905

1. add weblogic9 app server
2. right click on server node in the runtime tab
=> there is an action called 'Start In Debug Mode' and it's disabled by default.
User is able to run the servrer in debug mode only via project node or he has to
start the server in normal mode first and then the debug action is enabled.
Comment 1 zikmund 2005-09-07 11:57:39 UTC
It has workaround - Debug WebApp -> downgrading to P2.
Comment 2 Pavel Buzek 2005-09-12 20:17:33 UTC
I'll do this - need it to work for testing 63179.
Comment 3 Pavel Buzek 2005-09-13 00:59:41 UTC
added supportsStartDebugging method:

/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/optional/WLStartServer.java,v
 <--  WLStartServer.java
new revision: 1.11; previous revision: 1.10
Comment 4 Michal Mocnak 2005-09-14 15:07:48 UTC
Verified