about Xindice

2003-06-29 Thread Yury Mikhienko
Hi cocooners! I implements the news system on my Web-site based on xindice 1.1b, but time of time database works is very slow :(( (big timeout on response ) . It's strange behaviour, because in collection I stored no more 150 documents. Can I make the work of xindice database more faster? Any

Gradual performance degradation with cocoon:// protocol

2003-06-29 Thread t tl
Hi, Has anyone encountered performance problems with cocoon:// protocol? Setup Cocoon 2.0.4 (the same problem applies for 2.0.5-dev) Tomcat 4.1.24 JDK 1.3.1 Redhat 7 (and Redhat 8) The problem seems to be a gradual slowdown in performance when using cocoon:// protocol. The problem doesNOT

some XSP problems

2003-06-29 Thread Kevin Cruel
Hi everybody, I've got a huge problem while compiling my XSP data. My XSP data consists of about 60-70 translations, a logical part and a huge part of SQL-querys. I guess this data hits the 64k barrier of java while cocoon is compiling it. Does anyone know how to avoid hitting this barrier?

Catching exceptions when not using ESQL:ERROR-RESULTS

2003-06-29 Thread Luís Góis
Hi everybody! Look at this piece of code from Donald Ball I've found (November 2000) about catching exceptions without using esql:error-results tag: xsp:logic try { esql:connection ... /esql:connection } catch (MyException e) { ... } catch (MyOtherException e) { ...

Re: about Xindice

2003-06-29 Thread Josema Alonso
Hi, Yury. It could be due to a number of reasons. It could depend on JDK version you're using, if you're using DOM or SAX, the XPath expression you're using, if you're validating data or not...or even a bug...you have provided very little info. Anyway, I suggest you should try at [EMAIL

xsp-request:get-parameter into xsl:variable problem

2003-06-29 Thread C Bram Dit Saint Amand
This is an extract from request_attributes.xsl, a logicsheet which is called by some_page.xsp xsl:template match=request-attributes:get/webaction xsl:variable name=webaction-valuexsp-request:get-parameter name=webaction//xsl:variable xsl:if test=contains($webaction-value,

lucene and authentication f/w

2003-06-29 Thread rob
Hi, can anyone advise on the best way to create a lucene index of resources that are protected by the authentication framework ? Thanks, Rob Gregory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: svgz to jpeg ?

2003-06-29 Thread rob
On 28 Jun 2003 at 14:51, Upayavira wrote: Ah. So your file on disc is compressed svg. Okay, so you need to uncompress it into XML and pass that into the SVG2JPG serializer. There's two ways to do that, either with a zip generator (I think there's an example of one in the Langham Ziegler Cocoon

Re: xsp-request:get-parameter into xsl:variable problem

2003-06-29 Thread François Parlant
I'm not an expert (sorry) so this is only a suggestion 1) some whitespaces might interfere between the string 'add_to_favourites_session' and the value of the $webaction-value variable. I would suggest a formula more like ; normalize-space($query) xsl:if

XSP+SVG in cocoon-2.0.4

2003-06-29 Thread Gautam Ganguly
hi there, I want to display an SVG image along side the web page content on the users browser(user has Adobe SVG Viewer3.0 installed ) by putting the SVG document within my XSP page. As long as my pipeline displays the svg as png raster image using the SVG2PNG serializer,it works