DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21977>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21977

If syntax error in struts-config.xml, it should still load other struts-config files.

           Summary: If syntax error in struts-config.xml, it should still
                    load other struts-config files.
           Product: Struts
           Version: 1.1 Final
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Controller
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In the ActionServlet, parseModuleConfigFile(), when it catches an exception when 
parsing the struts-config file, it reports the error and throws another 
exception.  This exception is not being caught in initModuleConfig(), so it 
doesnt digest the other possible struts-config xml files listed in the web.xml.  
This is a problem at Fifth/Third Bank because we want each workflow application 
to have its own struts-config.xml file, and if there is a syntax error it 
prevents the other applications from starting up.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to