Re: Cocoon Source URLs and Unicode on WAMP Localhost

2010-06-29 Thread Jeroen Reijn
Hi, just to be sure. Have you set the URIEncoding=UTF-8 in you tomcat server.xml connector configuration? Jeroen On Mon, Jun 28, 2010 at 4:27 PM, Nathaniel Grove nd...@virginia.edu wrote: Hi, I am using Cocoon 2.1.11 as a webapp in Tomcat on my windows 7 localhost WAMP server. The Cocoon

memory leak in PoolableProxyHandler

2010-06-29 Thread Robby Pelssers
Can anyone tell me if the latest stable build downloadable from Cocoon2.2 home page contains the fix for the issue below? https://issues.apache.org/jira/browse/COCOON-2259 Kind regards, Robby

RE: Cocoon Source URLs and Unicode on WAMP Localhost

2010-06-29 Thread Laurent Medioni
Hi, Dunno where your parameters come from but have a look at http://cocoon.apache.org/2.1/userdocs/concepts/modules-ref.html You have to URLEncode (if not already done) your parameters when building a URL, so maybe try map:generate src={global:solrhost}{url-encode:

XSLT document(), logging URI resolver

2010-06-29 Thread Lars Huttar
Hello, I'm wrestling with the following in Cocoon 2.1.11. I have an XSLT that uses document() to retrieve a source document other than the one coming through the pipeline. I remember that the use of document() isn't encouraged in Cocoon, at least because Cocoon then doesn't know when to

Re: Cocoon Source URLs and Unicode on WAMP Localhost

2010-06-29 Thread Nathaniel Grove
Yeah, I did that. The connector element for port 8080 has the attribute URIEncoding=UTF-8. Jeroen Reijn wrote: Hi, just to be sure. Have you set the URIEncoding=UTF-8 in you tomcat server.xml connector configuration? Jeroen On Mon, Jun 28, 2010 at 4:27 PM, Nathaniel Grove nd...@virginia.edu

Re: Cocoon Source URLs and Unicode on WAMP Localhost

2010-06-29 Thread Nathaniel Grove
That did it! Thanks, Laurent! Laurent Medioni wrote: Hi, Dunno where your parameters come from but have a look at http://cocoon.apache.org/2.1/userdocs/concepts/modules-ref.html You have to URLEncode (if not already done) your parameters when building a URL, so maybe try map:generate

Re: memory leak in PoolableProxyHandler

2010-06-29 Thread Alexander Daniel
On 29.06.2010, at 14:43, Robby Pelssers wrote: Can anyone tell me if the latest stable build downloadable from Cocoon2.2 home page contains the fix for the issue below? https://issues.apache.org/jira/browse/COCOON-2259 Unfortunately not. The patch is even not committed to the trunk. Alex

Using applet in cocoon 2.1

2010-06-29 Thread Maria Grigorieva
Hello ) I'm trying to put the java-applet into cocoon's sitemap and have problems with .class and .jar files. The applet have many class-files in different locations, but all of them is in one direcrory. So, I put it all in catalog in cocoon and in the sitemap using this syntax:

Re: XSLT document(), logging URI resolver

2010-06-29 Thread Jos Snellings
Hi Lars, I would say that the reference URI is the one of the xslt script itself. So putting the document to fetch in the same directory should help. A common problem is that there is uri-wise nothing to fetch: if you use a relative URI, this would hide the fact that the protocol is http; if