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 189072 - Can not set breakpoint in JSP file on WebLogic
Summary: Can not set breakpoint in JSP file on WebLogic
Status: RESOLVED DUPLICATE of bug 65969
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-30 09:29 UTC by Petr Jiricka
Modified: 2010-12-28 15:30 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 Petr Jiricka 2010-07-30 09:29:28 UTC
1. Create a Java EE 5 Web Application with WebLogic as the target server
2. Debug the application
3. Set the breakpoint somewhere index.jsp

=> breakpoint will not be set
Comment 1 Martin Entlicher 2010-12-28 15:06:44 UTC
This does not work, because it's explicitly set not to work!
There's a condition "WebLogic9".equals(serverID) in JspToggleBreakpointActionProvider, which disables the Toggle Breakpoint action.
Comment 2 Martin Entlicher 2010-12-28 15:30:34 UTC
Will not fix, this is a duplicate of issue #65969.
It's dependent issues need to be resolved first.

*** This bug has been marked as a duplicate of bug 65969 ***