[EMAIL PROTECTED] schrieb: INFO [main] (XmlBeanDefinitionReader.java:293) - Loading XML bean definitions from URL [jar:file:/home/felix/svn/apache/cocoon/trunk/core/cocoon-webapp/target/cocoon-webapp/WEB-INF/lib/cocoon-pipeline-components-1.0.0-RC2-SNAPSHOT.jar!/META-INF/cocoon/spring/cocoon-core-serializers.xml] WARN [main] (SimpleSaxErrorHandler.java:47) - Ignored XML validation warning org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://cocoon.apache.org/schema/pipeline/cocoon-pipeline-1.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
Probably we either need to name the file cocoon-pipeline-1.0.xsd to pipeline-1.0.xsd or we need to adapt the naming of the schema in core/cocoon-pipeline/cocoon-pipeline-components/src/main/resources/META-INF/cocoon/spring/cocoon-core-serializers.xml to pipeline-1.0.xsd. Otherwise the cocoon-webapp won't start correct (see above). What's the right naming? Felix > Author: gkossakowski > Date: Sat May 19 06:02:17 2007 > New Revision: 539745 > > URL: http://svn.apache.org/viewvc?view=rev&rev=539745 > Log: > Renaming schema file to include version number in file's name. > > Added: > > cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/org/apache/cocoon/core/container/spring/pipeline/pipeline-1.0.xsd > - copied unchanged from r535509, > cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/org/apache/cocoon/core/container/spring/pipeline/pipeline.xsd > >
