Re: Logging in cocoon.

2003-05-28 Thread Marc Portier
Irina, some wild guesses from a distance (maybe including the relevant parts of the code, the logkit.xconf and cocoon.xconf could help us narrowing that distance) - mismatch in the debugging level? - some of this logging is through buffered outputstreams, not untill those get flushed you will

Re: problems tracking session from page to page

2003-05-28 Thread Mike Lenyon
geoff, you're right! i moved the create-session attribute to the first map:part in the aggregation you saw in my example. i did the same in another nearly identical aggregation in my sitemap. now i'm able to access the session from within the particular map:part where i wanted to in the first

Re: new namespaces in 2.1

2003-05-28 Thread Konstantin Piroumian
All the major changes 2.0 - 2.1 are listed in the Changes list at: http://cocoon.apache.org/2.1/changes.html This includes the i18n transformer namespace switch. Also, the i18n docs were updated to reflect the new namespace: http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html

Apperant xsl:include/ Failure

2003-05-28 Thread Dave Allen Barker Jr
Stylesheets that use xsl:inclue/ generate a Unable to get transformer handler error. Any help would be greatly appreciated! I hope the following information is insightful. My Process 1. Exploring the LinkRewriter Demos, I went to the sitedemo. 2. org.apache.cocoon.ProcessingException:

RE: Apperant xsl:include/ Failure

2003-05-28 Thread Chris Pratt
After much effort I have got cocoon half working on Weblogic 6.10 Sp3 Now I am getting the following error: Failed to generate program code (this may happen if you use Xalan in incremental processing mode). Please check log file and/or console for errors. In the web log I have the following:

RE: No way to extend XSP/JSP classpath?

2003-05-28 Thread Mato Mira, Fernando
From: Geoff Howard [mailto:[EMAIL PROTECTED] Look in cocoon.xconf and web.xml for additional classpath. I'm not sure if this is available within xsp though. Great. I don't know if this will work for XSP but I don't care: It's bad enough I have to modify the main sitemap and add my stuff as a

RE: How to access sourceResolver in action configure() method

2003-05-28 Thread DURDINA Michal
Charles, thank you for a tip, but this way I only get the root of the webapplication. (This produces the same result as something I was using: org.apache.cocoon.environment.SourceResolver env = org.apache.cocoon.components.CocoonComponentManager.getCurrentEnvironment(); path =

Scheduler

2003-05-28 Thread Olivier Billard
Bonjour à tous ! Un thread est passé sur Cocoon-Dev, où quelqu'un demandait s'il existait un composant de scheduling pour Cocoon. Dans la réponse figure une série de composant Excalibur pouvant effectuer ce service. http://marc.theaimsgroup.com/?t=10540466466r=1w=2

Re: Scheduler

2003-05-28 Thread Olivier Billard
Sorry, wrong list ! - Original Message - From: Olivier Billard To: Cocoon Users Sent: Wednesday, May 28, 2003 9:45 AM Subject: Scheduler Bonjour à tous ! Un thread est passé sur Cocoon-Dev, où quelqu'un demandait s'il existait un composant de scheduling pour Cocoon. Dans la réponse

Re[2]: FOP/HSSFSerializer's and non-english characters

2003-05-28 Thread Peter Velychko
Wednesday, May 28, 2003, 8:08:47 AM, you wrote: YM On Tue, 27 May 2003 11:44:48 +0400 YM Yury Mikhienko [EMAIL PROTECTED] wrote: On Mon, 26 May 2003 21:35:18 +0200 J.Pietschmann [EMAIL PROTECTED] wrote: Yury Mikhienko wrote: Cocoon's FOP/HSSFSerializer still does not support

java.net.BindException: Address already in use (was: Apperant xsl:include/Failure)

2003-05-28 Thread Joerg Heinicke
Hello Chris, please compose a new mail if you want to open a new thread. Otherwise the subject is misleading and the mails are wrongly sorted in thread-view-able browsers. Server.run/init: java.net.BindException: Address already in use This may happen if your server was not shut down correctly

Re: Apperant xsl:include/ Failure

2003-05-28 Thread Joerg Heinicke
Dave Allen Barker Jr wrote: Stylesheets that use xsl:inclue/ generate a Unable to get transformer handler error. Any help would be greatly appreciated! I hope the following information is insightful. Hello Dave, not so long ago there was a problem with path resolving in XSLTC. AFAIK it's

Re: Re[2]: FOP/HSSFSerializer's and non-english characters

2003-05-28 Thread Yury Mikhienko
Cocoon's FOP/HSSFSerializer still does not support non-english characters, can I solve this problem? I don't know about the HSSFSerializer, but the PDFSerializer does not have problems with non-ASCII characters. You'll have to install appropriate fonts though, refer to

Re: using XML String in XSP

2003-05-28 Thread Christian Haul
On 27.May.2003 -- 04:47 PM, Gould, Troy (ELS) wrote: I'm using cocoon 2.0.4 and having difficulties with the xsp-util:include-expr and xsp:expr tags. I have a method in a class that returns a XML Document as a String which I want to utilize within an xsp page. However, I don't want the

from 2.0.4 to 2.1m3 - The database detection method has changed-ODBC

2003-05-28 Thread Stavros Kounis
hi people there is a small msAccess report (just few xsp) system designed in cocoon 2.0.4 and tested in 2.1-dev too. now i want to put this in production using 2.1m3-dev without to touch anything i dont get results from database (in 2.0.4 and 2.1-dev work fine) this is a clean snapshot of 2.1m3

Re: [SOLUTION]Re: Need to use getInputStream() from HttpRequest !!!

2003-05-28 Thread Lionel Crine
Yes, it is. The example in the book use an enumeration to get the document. It test if the file is a filepartfile or a filepartarray. I've decided to work with filepartArray. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Apperant xsl:include/ Failure

2003-05-28 Thread Bruno Dumon
On Wed, 2003-05-28 at 10:11, Joerg Heinicke wrote: Dave Allen Barker Jr wrote: Stylesheets that use xsl:inclue/ generate a Unable to get transformer handler error. Any help would be greatly appreciated! I hope the following information is insightful. Hello Dave, not so long ago

flow - sendmailaction - content

2003-05-28 Thread Frank Taffelt
Hi, a FlowScript question: In my flowscript i wish to send email via the sendmailaction. The email should contain formatted content (HTML). How can i get the output from a pipeline into the flowscript? thanks in advance, Frank

Can we stop cocoon logging this as errors?

2003-05-28 Thread Tsui, Alban
Title: Can we stop cocoon logging this as errors? I have a webapp/site setup using cocoon 2.0.3 but whenever there is a redirection e.g. via action or users clicking hte pages very fast... I get the following: ERROR (2003-05-16) 13:53.20:296 [access] (Unknown-URI)

session attributes in sitemap

2003-05-28 Thread Mato Mira, Fernando
Hello, Is there a way to set a session attribute in the sitemap? Thanks -- Fernando D. Mato Mira [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with encodings using XMLSerializer?

2003-05-28 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, does someone know about a problem with the XMLSerializer regarding the encoding. I have given us-ascii, tried also with US-ASCII but it gives out iso-8859-15 or something like this. At least the german umlauts are shown right with this

[C2.1M2] IndexOutOfBoundsException (release/recycle)

2003-05-28 Thread Christoph Gaffga
Hi , we were trying to upgrade our servers from C2.04 to C2.1M2 and having a lot of IndexOutOfBoundException in our logs. It seems that something with Release/Recycle don't work in the ComponentManager. Is this a known bug in C2.1M2, does anybody has the same problems? Is there a known workaround

Re: flow - sendmailaction - content

2003-05-28 Thread Christian Haul
On 28.May.2003 -- 11:27 AM, Frank Taffelt wrote: Hi, a FlowScript question: In my flowscript i wish to send email via the sendmailaction. The email should contain formatted content (HTML). How can i get the output from a pipeline into the flowscript? In 2.1 you can pass a URLs to the

Re: session attributes in sitemap

2003-05-28 Thread Christian Haul
On 28.May.2003 -- 11:56 AM, Mato Mira, Fernando wrote: Hello, Is there a way to set a session attribute in the sitemap? Only by using an action. Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08

Re: session attributes in sitemap

2003-05-28 Thread Yury Mikhienko
On Wed, 28 May 2003 11:56:55 +0200 Mato Mira, Fernando [EMAIL PROTECTED] wrote: Hello, Is there a way to set a session attribute in the sitemap? Thanks Try use SessionValidatorAction -- Best regards, Yury Mikhienko. IT engineer, ZAO Mobicom-Kavkaz

Re: flow - sendmailaction - content

2003-05-28 Thread Frank Taffelt
In 2.1 you can pass a URLs to the action from which it obtains attachments, eg cocoon://create_my_mail . Yes i tried this and it works. But i won't use attachements. It would be nice, if the body (usually plaintext or html) could be treated the same way. Do you have a hint ? Frank

Re: flow - sendmailaction - content

2003-05-28 Thread Christian Haul
On 28.May.2003 -- 01:37 PM, Frank Taffelt wrote: In 2.1 you can pass a URLs to the action from which it obtains attachments, eg cocoon://create_my_mail . Yes i tried this and it works. But i won't use attachements. It would be nice, if the body (usually plaintext or html) could be treated

Re: flow - sendmailaction - content

2003-05-28 Thread Frank Taffelt
OTOH why is it a problem to send a mail with attachments but no body? maybe it's only a problem of the mua. When opening such a mail, i have a blank screen and have to open the attachment. Frank - To unsubscribe, e-mail: