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=28276>. 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=28276 FileGenerator blocks xml-files Summary: FileGenerator blocks xml-files Product: Cocoon 2 Version: 2.1.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: Major Priority: Other Component: general components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I constantly edit the file tasks.xml. To check if I wrote everything right, I constantly check the File via Cocoon (sitemap below). Sometimes this file is blocked, thus my editor isn't able to write it anymore. It seems, that the Filegenerator isn't closing it's InputStream correctly. > The file tasks.xml which is used this way: > > <map:pipeline type="noncaching"> > <map:match pattern="task"> > <map:generate src="content/tasks.xml"/> > <map:transform src="style/xsl/task.xsl"> > <map:parameter > name="use-request-parameters" value="true"/> > </map:transform> > <map:transform type="session"/> > <map:serialize type="html"/> > </map:match> > </map:pipeline>
