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 222050 - ICEfaces added to Maven project not recognized
Summary: ICEfaces added to Maven project not recognized
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 14:42 UTC by Jiri Skrivanek
Modified: 2012-11-19 09:33 UTC (History)
0 users

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 Jiri Skrivanek 2012-11-13 14:42:20 UTC
Page welcomeIcefaces.xhtml is invalid and if opened in browser it prints

This page calls for XML namespace http://www.icefaces.org/icefaces/components declared with prefix ace but no taglibrary exists for that namespace. 

To reproduce:

- create Maven web project
- open project properties
- go to Frameworks category
- add JavaServer Faces
- go to Components tab
- select ICEfaces check box
- click OK
- run project
- click ICEfaces welcome page in browser but it is not shown properly

Product Version: NetBeans IDE Dev (Build 201211130001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Martin Fousek 2012-11-16 08:42:57 UTC
So into the maven project is added dependency onto ICEfaces ACE component library, user can always remove it as we agreed on that. I also added comment into the welcome page that the ACE components are required for running that ICEfaces welcome page.

Fixed in web-main #1928231ebdce.
Comment 2 Quality Engineering 2012-11-17 02:42:21 UTC
Integrated into 'main-golden', will be available in build *201211170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1928231ebdce
User: Martin Fousek <marfous@netbeans.org>
Log: #222050 - ICEfaces added to Maven project not recognized