> 
> >
> > Can you please post your pipelines and the error you receive?
> >
> 
> My directories:
> http://web/implements  contains
>       /dtd with office.dtd
>       /sxw with my sxw file
> 
> This is the complete pipeline
> 
> 
>                 <map:pipeline>
>                         <map:match pattern="test/*/**.xml">
>                                 <map:generate 
> src="jar:http://web/implements/sxw/{1}!/{2}.xml"/>
>                                 <map:serialize type="xml"/>
>                         </map:match>
>                         <map:match pattern="sxw/*/office.dtd">
>                                 <map:read 
> src="jar:http://web/implements/dtd/office.dtd"; mime-type="text/plain"/>
>                         </map:match>
> 
>                         <map:match pattern="*.zip">
>                                 <map:read src="{1}.zip"/>
>                         </map:match>
> 
>                         <map:match pattern="sxw/*.sxw">
>                                 <map:read src="sxw/{1}.sxw" 
> mime-type="application/zip"/>
>                         </map:match>
> 
>                 </map:pipeline>
> 
> The error 
> 
> message File "jar:http://web/implements/sxw/testfile.sxw!/office.dtd"; not 
> found.
> 
> description org.apache.cocoon.ProcessingException: Failed to execute 
> pipeline.: org.xml.sax.SAXParseException: File 
> "jar:http://web/implements/sxw/testfile.sxw!/office.dtd"; not found.
> 

But I get the another error:
Exception during processing of 
jar:http://localhost/implements/sxw/test.sxw!/content.xml
  java.io.FileNotFoundException: 
JAR entry office.dtd not found in 
/usr/local/jakarta/catalina-4.1.12/temp/jar_cache50849.tmp  

Why cocoon seek the DTD in the another way in my case?
  


-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO "Mobicom-Kavkaz"

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

Reply via email to