On Thu, 2004-04-08 at 10:26, Nils K�ster wrote: > Hi, > > For example: > > 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> >
Ah, thus simply by using the FileGenerator... A quick look there reveals that an InputStream is indeed being opened (in SourceUtil.getInputSource) but on first sight nowhere closed. Needs some further investigation to be sure, and if it is indeed the case that those inputstreams are not closed, then this needs to be fixed in all situations where SourceUtil.getInputSource is being used. PS: I'm currently not looking further into this. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
