Re: ESQL PRoblems

2005-11-08 Thread Grzegorz Tañczyk
Hello Omar, Try test JDBC connection this way: org.apache.avalon.excalibur.datasource.DataSourceComponent ... and check catalina.out :) Second possiblity: esql:connection can't be top element after xsp:page and this is the reason of Your problem. Tuesday, November 8, 200

Re: processing large files

2005-10-28 Thread Grzegorz Tañczyk
Hello Éric, If this file is not very complex and You don't need XPath to be happy then You should to consider writing custom Transformer or Generator. SAXParser interface is easy to use. Friday, October 28, 2005, 5:30:50 PM, you wrote: BÉ> Hi all BÉ> I need to process large xml file and as

Re: Timeouts on long documents

2005-07-07 Thread Grzegorz Tañczyk
Hello Yves, I think that the correct answer is: buffered output. Wednesday, July 6, 2005, 7:30:51 PM, you wrote: YV> Hi, YV> I have a set of XML files that can be downloaded. They are constructed YV> from a database. YV> When the database is too big, the document is empty. YV> So I think th

Re[2]: Reduce image size in databasereader?

2005-01-11 Thread Grzegorz Tañczyk
Hello george, ImageReader should be improved because two parameters: width and height funcionality is limited: * The behavior is the following: if both the new width and height values * are positive, the image is rescaled according to these new values and * the original aspect r

Re: Reduce image size in databasereader?

2005-01-10 Thread Grzegorz Tañczyk
Hello Philippe, I can send You source of my custom reader(database and image readers connection). It takes three parameters: width, height and quality. It is not very professional, so I think that I shouldn't add it to any repository :)) Monday, January 10, 2005, 6:20:54 PM, you wrote: P

Re[4]: Out of memory problem

2004-12-25 Thread Grzegorz Tañczyk
Hello Antonio, Thanks for the answer. We bought new hardware few days ago, and now I'm testing it. I can't understand one thing. I've set Xmx570m in java opts, freememory=5, heapsize= 56000 in cocoon.xconf. In samples/status.html I see: * total: 563.69MB that is correct, bu

Re[2]: Out of memory problem

2004-12-21 Thread Grzegorz Tañczyk
Hello Antonio, Tomcat 4.1 and java 1.4.2 Tuesday, December 21, 2004, 3:44:37 AM, you wrote: AG> What version of java and tomcat are you using? AG> Best Regards, AG> Antonio Gallardo. AG> On Lun, 20 de Diciembre de 2004, 12:18, Grzegorz Tañczyk dijo: >> Hello, >> >