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 94994

Summary: JSTL Taglibs problems in maven projects
Product: javaee Reporter: Milos Kleint <mkleint>
Component: JSP ParserAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89008    

Description Milos Kleint 2007-02-08 18:05:59 UTC
see for details:
http://jira.codehaus.org/browse/MEVENIDE-487

there is a problem with one specific tag lib URI: 
"The absolute uri: http://java.sun.com/jsp/jstl/core cannot be
resolved in either web.xml or the jar files deployed with this
application."

MEVENIDE-487 has an attached test.zip with a sample setup in maven. use the
maven modules binaries from the dev update center or from nbextra's deadlock hudson.
Comment 1 Petr Pisl 2007-02-16 13:52:37 UTC
It's probably connected with the jspparser system classloader, which is used for
certain types of libraries. The JSTL library is one of them. 
Comment 2 Petr Pisl 2007-03-21 17:18:29 UTC
I tested this issue with the new jsp parser and it looks, that the issue will be
fixed, when I integrate this new jsp parser in the trunk. I'will do it next
week, after stabilization phase of M8.
Comment 3 Petr Pisl 2007-07-18 21:02:15 UTC
Fixed, see issue #105427
Comment 4 josin 2008-09-18 13:10:11 UTC
V.