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

Summary: JSP debug doesn't work
Product: serverplugins Reporter: Petr Blaha <blaha>
Component: OC4JAssignee: Michal Mocnak <mmocnak>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.