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 132260 - cannot create a web app with jsf that targets v3
Summary: cannot create a web app with jsf that targets v3
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 22:01 UTC by Vince Kraemer
Modified: 2008-06-19 22:13 UTC (History)
1 user (show)

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 Vince Kraemer 2008-04-07 22:01:29 UTC
recent pull of main and contrib
preiew2 build 08

I see an error that says:

"" is not a valid path for a folder

on the Frameworks page of the New Web App wizard.... if I select JSF
Comment 1 Vince Kraemer 2008-04-08 00:47:22 UTC
this looks like another class path issue...

I don't think the jsf libs are in the server classpath... (see line web.jsf/.../JSFConfigurationPanelvisual.java [about
line 586])
Comment 2 Radim Roska 2008-04-14 15:25:32 UTC
i think this is caused because you don't have visualweb module in your netbeans. When you have visualweb2 module in
netbeans you can see jsf libs in tools->libraries.

So its not classpath issue of gf3...you will have the same problem with gfv2 app server.

But maybe warning 
"" is not a valid path for a folder

could be better explaining.
Comment 3 Vince Kraemer 2008-06-19 22:13:30 UTC
cannot reproduce with a recently pulled source build...

closing