Mantis - Resin
Viewing Issue Advanced Details
3595 major always 07-10-09 10:26 09-11-09 16:39
hmh  
ferg  
normal  
closed 3.1.9  
fixed  
none    
none 4.0.2  
0003595: Resin Relax NG schemas contain multiple definitions of the same lements e.g. "r_url"
When I try to validate resin configuration file I get errors like following:
multiple definitions of "r_url" without "combine" attribute
I have tried Intellij IDEA 7.0.2 Relax NG plugin ver 1.2.3 which uses rngom 1.3 library for validation. I also tried rngom 1.3 directly w/o IDEA plugin.
Resin configuration file syntax corresponds to xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="http://caucho.com/ns/resin/core" [^] defined in resin.jar/com/caucho/server/resin/resin.rnc and referenced rnc files.
"r_url" element definition contained in files resin.jar/com/caucho/server/webapp/resin-web-xml-content.rnc and resin.jar/com/caucho/server/resin/env.rnc

Notes
(0004244)
ferg   
09-11-09 16:39   
Force Resin's relaxng parser to check for duplicate rules.