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 269440 - NB does not recognize JSF 2.3
Summary: NB does not recognize JSF 2.3
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-27 15:29 UTC by muellermi
Modified: 2016-12-27 15:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (461.05 KB, text/plain)
2016-12-27 15:29 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-12-27 15:29:41 UTC
Product Version = NetBeans IDE Dev (Build 201612260001)
Operating System = Linux version 4.4.0-57-generic running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

STEPS:
  * Create a (Maven) Web application
  * Add JSF 
  * verify in properties JSF is set to server, JSF 2.2
  * replace glassfish/modules/javax.faces.jar with the latest JSF 2.3 version (milestone 08)
  * verify in properties JSF is set to server, JSF 2.3

--> The version is still set to 2.2
NetBeans seems to ignore the server side library.


  * add dependency to POM
    <dependency>
      <groupId>org.glassfish</groupId>
      <artifactId>javax.faces</artifactId>
      <version>2.3.0-m08</version>
      <scope>provided</scope> 
    </dependency>    

  * verify in properties JSF is set to server, JSF 2.3

--> The version is still set to 2.2
NetBeans still seems to ignore the server side library.
Even though JSF 2.3 is installed, NB does not offer any code completion for new tags like <f:websocket>
Comment 1 muellermi 2016-12-27 15:29:45 UTC
Created attachment 163301 [details]
IDE log