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 156030 - Exception: JSP syntax coloring cannot find any provider of context (this is expected to be provided by web module support); instance path = /J2EE/JSPSyntaxColoring/text/html; fileObject = home/camilo/
Summary: Exception: JSP syntax coloring cannot find any provider of context (this is e...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: Facelets 1.1.x (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@javaee
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-24 01:13 UTC by cadorca
Modified: 2013-02-13 10:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 18814


Attachments
stacktrace (1.43 KB, text/plain)
2008-12-24 01:13 UTC, cadorca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cadorca 2008-12-24 01:13:47 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-9-generic, i386

User Comments:
cadorca: Edit facelets file

ngduonglam: Created a new JSP file, then edit it.

tonyoliveri: I was writing a part of a jsp page, and exactly was an html tag completion.
While the IDE was completing it, the popup with the error was appeared.

verborghs: Editing a facelets page

cadorca: Edit facelets file



Stacktrace: 
java.lang.Exception: JSP syntax coloring cannot find any provider of context (this is expected to be provided by web module support); instance path = /J2EE/JSPSyntaxColoring/text/html; fileObject = home/camilo/NetBeansProjects/FCTest/web/template-client.xhtml
        at org.netbeans.modules.web.core.syntax.spi.JspContextInfo.getContextInfo(JspContextInfo.java:114)
        at org.netbeans.modules.web.core.syntax.JspSyntaxSupport.isXmlSyntax(JspSyntaxSupport.java:208)
        at org.netbeans.modules.web.core.syntax.JspSyntaxSupport.getAllDirectives(JspSyntaxSupport.java:729)
        at org.netbeans.modules.web.core.syntax.JspSyntaxSupport.getDirectives(JspSyntaxSupport.java:551)
        at org.netbeans.modules.web.core.syntax.completion.JspCompletionQuery.queryJspDirectiveInContent(JspCompletionQuery.java:529)
        at org.netbeans.modules.web.core.syntax.completion.JspCompletionQuery.query(JspCompletionQuery.java:120)
Comment 1 cadorca 2008-12-24 01:13:56 UTC
Created attachment 75289 [details]
stacktrace
Comment 2 Marek Fukala 2008-12-30 10:51:26 UTC
Facelets needs to register the JspColoringProvider for all mimetypes where jsp support is used.
Comment 3 Exceptions Reporter 2009-08-03 22:20:46 UTC
This issue already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=18814