You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by bu...@apache.org on 2001/12/14 02:40:35 UTC

DO NOT REPLY [Bug 5424] New: - problem parsing config.xml

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: jwang@verity.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>