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

http://issues.apache.org/bugzilla/show_bug.cgi?id=29410

confusing digester error while parsing <data-sources> element

           Summary: confusing digester error while parsing <data-sources>
                    element
           Product: Tomcat 5
           Version: 5.0.24
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Webapps:Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following error is logged upon parsing a struts-config.xml: 
--------------- 
12:13:31 ERROR Digester(1439) - Parse Error at line 46 column 17: The content 
of element type "struts-config" must match 
"(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in*)".
 
org.xml.sax.SAXParseException: The content of element type "struts-config" must 
match 
"(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in*)".
 
--------------- 
 
The error is caused by a correctly configured <data-sources /> section. The 
error is avoided by moving the <data-sources /> section to the top of the 
struts_config.xml (first child of <struts-config>). 
 
Please include these facts _also in the HOWTO-documentation_ (and in the books, 
where applicable). Thanks.

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

Reply via email to