Re: PLSQL function returning CLOB

2002-07-05 Thread Denis Thierry
From oracle: PLS-00382 expression is of wrong type Cause: An expression has the wrong datatype for the context in which it was found. Action: Change the datatype of the expression. You might want to use datatype conversion functions. Hope this will help to understand what is wrong! Denis

Re: C2.0.3 ESQL: esql:get-columns/

2002-07-02 Thread Denis Thierry
Argyn, You will need to convert your data (xsltransform) with: xsl:for-each select=node() column xsl:attribute name=name xsl:value-of select=local-name()/ /xsl:attribute /column /xsl:for-each Hope this help Denis -

Re: Warming the cache.

2002-06-25 Thread Denis Thierry
First have a look at http://xml.apache.org/cocoon/performancetips.html Then, look also at the run.sh|bat command line to run cocoon without web interface. That way, you can easily design cronjobs to get it running at scheduled times over nights Regards, Denis - Original Message -

POI Serializer - IE 6.0 and MS Excel 2000

2002-05-31 Thread Denis Thierry
Hi all, I'm actually using cocoon to generate report as MS Excel doc and I do expirience a strange behaviour. The produced files is sometime opened within IE 6.0 and sometime outside (eg MS Ecel standalone). Is there any logic behind? Genereated files are ont big at all (about few 10ko ...).