I've the following taglibs in my jsp <%@ taglib uri="http://www.springframework.org/security/tags" prefix="sec" %> <%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
In eclipse / tomcat 7 / jboss as 7 these are picked up fine and work as expected. When deploying the same project to TomEE 1.5.2-SNAPSHOT I get the following when hitting the page org.apache.jasper.JasperException: /WEB-INF/jsp/login.jsp (line: 1, column: 1) The absolute uri: http://www.springframework.org/security/tags cannot be resolved in either web.xml or the jar files deployed with this application Has anyone else experienced this? I'm not sure if/what I should file in the jira. Any help or insight would be appreciated. -- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-not-picking-up-taglib-tp4660542.html Sent from the OpenEJB User mailing list archive at Nabble.com.
