Cache Key

2003-07-01 Thread David LAGARDERE
Hello. I'm doing an extensive use of cache and I'd like to be sure that every key is unique. Can the Hash algorithm provided with Cocoon (buzhash) generate two identical keys ? If so, what will happen ? Thanks in advance David LAGARDERE

Re: strange transform behavior

2003-06-13 Thread David LAGARDERE
Are you sure that your DB element templates in your stylesheet match elements with the sql namespace prefix ? --- Markus Blasl [EMAIL PROTECTED] a écrit : Hi all, i get values from a postgres database and i want to show them in a html-table view. everything gets touched and transformed

Re: strange transform behavior

2003-06-13 Thread David LAGARDERE
Try : xsl:template match=sql:rowset table tbody xsl:apply-templates / /tbody /table /xsl:template xsl:template match=sql:row tr xsl:apply-templates / /tr /xsl:template --- Markus Blasl [EMAIL PROTECTED] a écrit : Markus Blasl wrote: I tried it with copy and paste for the

Re: strange transform behavior

2003-06-13 Thread David LAGARDERE
://apache.org/cocoon/SQL/2.0; --- Markus Blasl [EMAIL PROTECTED] a écrit : David LAGARDERE wrote: Try : xsl:template match=sql:rowset table tbody xsl:apply-templates / /tbody /table /xsl:template xsl:template match=sql:row tr xsl:apply-templates / /tr /xsl:template

Cache Key Uniqueness

2003-06-12 Thread David LAGARDERE
Hello. I have read that BuzHash algorithm is more efficient for keys whose length is lower than 64 bytes. Do I have a strong probability of collision if my key is greater than 64 bytes ? What about using String as cache key ? Thanks in advance. David LAGARDERE

Caching Questions

2003-06-12 Thread David LAGARDERE
could I know that the key will be trully unique ? Thanks for advance. David LAGARDERE ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

Jisp FileSystem and memory

2002-10-18 Thread David LAGARDERE
Hello. I would like to know what memory considerations have to be taken into account with Jisp. What are the equivalent heapsize and freememory of StoreJanitor in Jisp ? Finally, I think I have quite a lot of java.io.EOFException when JVM max heap is reached. Does anybody have experienced that ?

Using Servlet Filters

2002-10-15 Thread David LAGARDERE
Any help would be more than welcome ! Thanks. David LAGARDERE ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

Re: Cocoon 2.0 and Content Aggregator Cacheability Troubles

2002-09-09 Thread David LAGARDERE
Yes, everything is cacheable. When I test parts one by one, it works fine and content is served from the cache. Any idea ? Thanks. DAvid ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail :

Re: Connecting to MS SQL Server

2002-09-09 Thread David LAGARDERE
You first have to add your JDBC driver class in the load-class section of your cocoon web.xml. After that, add your JDBC source in cocoon.xconf like the personnel datasource example which is given as an example. ___ Do You Yahoo!? -- Une

Pipelineand matchers

2002-08-20 Thread David LAGARDERE
Hello. Is it better to have as many pipelines as matchers or is it recommended having one pipeline including all matchers ? What are the technical differences ? What are the consequences in terms of performances ? Thanks in advance. David LAGARDERE

Object instanciation at cocoon startup

2002-06-10 Thread David LAGARDERE
. David LAGARDERE ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com - Please check that your question has not already

XPath and Xalan

2002-06-07 Thread David LAGARDERE
in advance. David Lagardere ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com - Please check that your question

RE: XPath and Xalan

2002-06-07 Thread David LAGARDERE
-My XML code skeleton is : search items rowset Some data /rowset /item /search -My XSL code is xsl:template match=search !-- Some HMTL code -- xsl:apply-templates select=items/rowset / !-- Some HMTL code -- /xsl:template xsl:template name=items-list match=items/rowset !-- Some

RE: XPath and Xalan

2002-06-07 Thread David LAGARDERE
For Judith : I have the xml xsl prefix, so it doesn't come from here. Thanks for your test. For Luca : I don't use any namespace name. But I didn't precised that my XSL stylesheet is applied by Cocoon default XSLT Transformer. Could it help ? Regards, David LAGARDERE

CIncludeT-SQLT- XSLT

2002-06-07 Thread David LAGARDERE
some help to get around this... Thanks in advance David LAGARDERE ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

RE: CIncludeT-SQLT- XSLT

2002-06-07 Thread David LAGARDERE
--- Luca Morandini [EMAIL PROTECTED] a écrit : David, may you try prefixing the elements produced by SQLTransformer with the sql: namespace in your XSL (like in: xsl:template match=table/sql:rowset) ? Best regards, Many thanks, Luca. It was the problem ! But I really don't

Generator type matching

2002-06-06 Thread David LAGARDERE
section. This doesn't work and I get the exception org.apache.avalon.framework.component.ComponentException: UnnamedSelector: ComponentSelector could not find the component for hint: {1} Any Idea ? Thanks in advance. David LAGARDERE ___ Do

Technical Doc

2002-04-08 Thread David LAGARDERE
Hello. I'd like to get some technical documentation about Cocoon way of loading elements of pipeline, caching and objects persistence. Does anybody know if I can find something which goes deeper than the web site documentation ? Thanks. David LAGARDERE

Pipeline Usage

2002-04-05 Thread David LAGARDERE
adding my dynamic content at the right place or should I use only one pipeline for all pages with one transformer managing all dynamic generation depending on the SAX events it receives ? Thanks in advance. David LAGARDERE ___ Do You Yahoo