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 93086 - JSP debug doesn't work
Summary: JSP debug doesn't work
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: OC4J (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Michal Mocnak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 09:31 UTC by Petr Blaha
Modified: 2007-02-05 09:33 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 Blaha 2007-01-24 09:31:00 UTC
When user puts breakpoint to JSP the Unsupported exception is thrown.
Comment 1 Petr Blaha 2007-01-26 13:07:45 UTC
FindJSPServlet implemented but JSP debug still doesn't work since debugger
doesn't stop on breakpoint :-(

Checking in OC4JOptionalFactory.java;
/cvs/contrib/oc4j/src/org/netbeans/modules/j2ee/oc4j/OC4JOptionalFactory.java,v
 <--  OC4JOptionalFactory.java
new revision: 1.2; previous revision: 1.1
done
RCS file:
/cvs/contrib/oc4j/src/org/netbeans/modules/j2ee/oc4j/OC4JFindJSPServlet.java,v
done
Checking in OC4JFindJSPServlet.java;
/cvs/contrib/oc4j/src/org/netbeans/modules/j2ee/oc4j/OC4JFindJSPServlet.java,v 
<--  OC4JFindJSPServlet.java
initial revision: 1.1
done

See similar issue #65969 for Weblogic.