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 - servlet api is "missing"
Summary: servlet api is "missing"
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 19:22 UTC by Vince Kraemer
Modified: 2008-04-05 02:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
this appeared to fix it. (2.37 KB, text/plain)
2008-04-05 01:44 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
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...