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 139652 - missing JSF 1.2 implementation jar
Summary: missing JSF 1.2 implementation jar
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 23:04 UTC by Dongmei Cao
Modified: 2008-07-15 22:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Show the error (211.88 KB, image/jpeg)
2008-07-10 23:08 UTC, Dongmei Cao
Details
sample project to show the bug (17.25 KB, application/x-compressed)
2008-07-10 23:10 UTC, Dongmei Cao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dongmei Cao 2008-07-10 23:04:50 UTC
Create a web project with GlassFish V3 and JavaServer Faces framework. The welcomeJSF.jsp page has a red wiggly line on
"<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>". The reason for that is because the
jsf-connector-10.0-tp-2-SNAPSHOT.jar is missing from the GlassFish V3 TP2 node under project's Libraries node. This jar
is need for the JSF and VisualWeb projects. This also breaks the JSF CRUD app generated for JPA.
Comment 1 Dongmei Cao 2008-07-10 23:08:50 UTC
Created attachment 64279 [details]
Show the error
Comment 2 Dongmei Cao 2008-07-10 23:10:13 UTC
Created attachment 64280 [details]
sample project to show the bug
Comment 3 _ pcw 2008-07-11 00:35:54 UTC
Fix pending.

This is not a P1, just manually create a library in the IDE and add it to the project (w/o packaging checked off) and
you should be able to get past this.
Comment 4 Vince Kraemer 2008-07-11 04:57:45 UTC
The error message that I see is:

Unable to read TLD "META-INF/jsf_core.tld" from file:.../nbbuild/netbeans/enterprise5/modules/ext/jsf-1_2/jsf-impl.jar":
FileNotFoundException

We can help fix this issue, but it seems like the root cause is a bug in the code that packages jsf development support
modules.
Comment 5 Dongmei Cao 2008-07-12 00:11:00 UTC
> Unable to read TLD "META-INF/jsf_core.tld" from file:.../nbbuild/netbeans/enterprise5/modules/ext/jsf-1_2/jsf-impl.jar":
> FileNotFoundException
How did you get this error? Did you add the JSF 1.2 library to the project?
Comment 6 _ pcw 2008-07-15 22:01:21 UTC
Fixed

http://hg.netbeans.org/main/rev/3c5e8fcc44ba