I keep getting this exception:
tag file '/WEB-INF/tags' must end with .tag or .tagx
but it's referring to a directory. In my .jsp files, I have this:
<%@ taglib prefix="lz" tagdir="/WEB-INF/tags/"%>
Which I believe is valid. I also get complaints about one of the tags
not existing:
[05-27 13:59:15.564] {http--8080-9} FINE (com.caucho.jsp.PageManager)
Jsp[] uri:/index.jsp(cp:/sat,app:/Users/rmann/LZRepo/satdb/trunk/
target/build/) -> /Users/rmann/LZRepo/satdb/trunk/target/build/index.jsp
[05-27 13:59:15.564] {http--8080-9} FINEST
(com.caucho.loader.DynamicClassLoader) DynamicClassLoader[] adding
loader SimpleLoader[/Users/rmann/LZRepo/satdb/trunk/target/build/WEB-
INF/work]
[05-27 13:59:15.569] {http--8080-9} FINE
(com.caucho.make.ClassDependency) java.lang.ClassNotFoundException:
_jsp._WEB_22dINF._tags._base__tag in
EnvironmentClassLoader[web-app:http://default/sat
]
[05-27 13:59:15.569] {http--8080-9} FINE
(com.caucho.make.ClassDependency) _jsp._WEB_22dINF._tags._base__tag
class digest is modified (old=6585694137753848998,new=-1)
[05-27 13:59:15.571] {http--8080-9} FINEST
(com.caucho.jsp.java.JavaJspGenerator) taglib prefix=c
uri:http://java.sun.com/jsp/jstl/core
[05-27 13:59:15.571] {http--8080-9} FINEST
(com.caucho.jsp.java.JavaJspGenerator) taglib prefix=fmt
uri:http://java.sun.com/jsp/jstl/fmt
[05-27 13:59:15.572] {http--8080-9} FINEST
(com.caucho.jsp.java.JavaJspGenerator) taglib prefix=fn
uri:http://java.sun.com/jsp/jstl/functions
[05-27 13:59:15.572] {http--8080-9} FINEST
(com.caucho.server.webapp.WebApp) real-path /WEB-INF/tags/ -> /Users/
rmann/LZRepo/satdb/trunk/target/build/WEB-INF/tags/
[05-27 13:59:15.574] {http--8080-9} FINEST
(com.caucho.jsp.TagFileManager) com.caucho.jsp.JspParseException: tag
file '/WEB-INF/tags/' must end with .tag or .tagx
[05-27 13:59:15.574] {http--8080-9} at
com.caucho.jsp.TagFileManager.getTag(TagFileManager.java:150)
But the page seems to render properly anyway.
Is this a bug in 4.0? I've experienced it in 3.2.1 as well.
Thanks!
--
Rick
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest