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 132105

Summary: servlet api is "missing"
Product: serverplugins Reporter: Vince Kraemer <vkraemer>
Component: GlassFishAssignee: _ pcw <pcw>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: this appeared to fix it.

Description Vince Kraemer 2008-04-04 19:22:51 UTC
If you create a web app that targets v3, you see the following message (in red) at the bottom of the editor for index.jsp...

Servlet API classes are not on the classpath, some scriptlet editing features are disabled.

if you create a servlet from the template, many lines of the file are marked with red squigglies...
Comment 1 Vince Kraemer 2008-04-05 01:44:04 UTC
Created attachment 59719 [details]
this appeared to fix it.
Comment 2 _ pcw 2008-04-05 02:36:45 UTC
Regarding our conversation in my office on Friday Apr 4, this might be a packaging problem (e.g.
javax.javaee-10.0-SNAPSHOT.jar may not be a valid name for the jar).

However it turns out that I've already fixed this in my local repository, slightly differently than your patch, but
close enough.

Thanks for the bug.
Comment 3 _ pcw 2008-04-05 02:53:43 UTC
This was fixed on Mar 31 in this patch:  http://hg.netbeans.org/main/contrib/rev/88adeb86ebd4

Update your source tree...