Support old DTD style tld files
-------------------------------
Key: GERONIMO-5726
URL: https://issues.apache.org/jira/browse/GERONIMO-5726
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 3.0
Reporter: Ivan
Fix For: 3.0
While trying to deployment Roller to latest Geronimo build, I got exception
message below :
[severity=ERROR, message=unexpected element
(uri:"http://java.sun.com/xml/ns/javaee", local:"info"). Expected elements are
<{http://java.sun.com/xml/ns/javaee}tag-file>,<{http://java.sun.com/xml/ns/javaee}uri>,<{http://java.sun.com/xml/ns/javaee}tag>,<{http://java.sun.com/xml/ns/javaee}function>,<{h
ttp://java.sun.com/xml/ns/javaee}icon>,<{http://java.sun.com/xml/ns/javaee}tlib-version>,<{http://java.sun.com/xml/ns/javaee}short-name>,<{http://java.sun.com/xml/ns/javaee}description>,<{http://java.sun.com/xml/ns/javaee}taglib-extension>,<{http://java.sun.com/xml/ns/javaee}jsp-version>,<{http://ja
va.sun.com/xml/ns/javaee}validator>,<{http://java.sun.com/xml/ns/javaee}display-name>,<{http://java.sun.com/xml/ns/javaee}listener>,
locator=[node=null, object=null, url=null, line=8,col=11,offset=-1]]
I found that Roller uses a old DTD style tld file, and some convertion codes
are removed from the JasperModuleBuilder while we turned to jaxb parser. We
need to recover those codes or do some changes in jaxb class in the openejb-jee
module.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.