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 - JSTL Taglibs problems in maven projects
Summary: JSTL Taglibs problems in maven projects
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker with 5 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 89008
  Show dependency tree
 
Reported: 2007-02-08 18:05 UTC by Milos Kleint
Modified: 2008-09-18 13:10 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 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.