Hi, We are working on it. The best way to help is to share a sample with this issue.
That said maybe check your exclusions.list. spring is excluded by default. You have ro create a new conf/exclusions.list, copy the default ones removing spring line. Ps: if you share a sample we can help you more. Le 2 févr. 2013 09:34, "sgarlick" <[email protected]> a écrit : > 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. >
