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=5424>. 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=5424 problem parsing config.xml Summary: problem parsing config.xml Product: Avalon Version: unspecified Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Framework AssignedTo: avalon-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] I had an older build of phoenix working. After upgrading to 4.1 (release), there is an error parsing the config.xml. The exception is thrown in SAXConfigurationHandler.java: if( null != parent.getValue( null ) ) { throw new SAXException( "Not allowed to define mixed content in the " + "element " + parent.getName() + " at " + parent.getLocation() ); } around line 107. Also, are the other packages compatible with this new avalon release? Seems like phoenix is not compatible with "latest" build of the framework and excalibur. The cornerstone download page is also blank. thanks -John -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>