RE: session attributes in sitemap

2003-05-28 Thread Carmona Perez, David
Look at the Sunshine component: http://www.plenix.org/dbprism/doc/xdocs/developing/sunshine-contexts.html or create a simple action to do that. David -Mensaje original- De: Mato Mira, Fernando [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 28 de mayo de 2003 15:09 Para: '[E

RE: Why tag does not work in

2003-05-28 Thread Yan, Charlene
All, Maybe this is the wrong place to ask a question on XSL-FO. Can someone point me to a mailing list on XSL-FO? Thanks a lot! Charlene -Original Message- From: Yan, Charlene Sent: Tuesday, May 27, 2003 5:26 PM To: [EMAIL PROTECTED] Subject: Why tag does not work in I am using

SQLTransformer bug

2003-05-28 Thread Carmona Perez, David
Dear Cocooners, I've think I found a bug in the SQLTransformer in Cocoon 2.0.4, at least under Informix. I use a simple query (select * from table) and it fails. After having investigated a bit, I've come to the conclusion that it tries to do the following open connection create prepared stat

Re: session attributes in sitemap

2003-05-28 Thread Yury Mikhienko
On Wed, 28 May 2003 15:08:36 +0200 "Mato Mira, Fernando" <[EMAIL PROTECTED]> wrote: > > From: Yury Mikhienko [mailto:[EMAIL PROTECTED] > > On Wed, 28 May 2003 11:56:55 +0200 > > "Mato Mira, Fernando" <[EMAIL PROTECTED]> wrote: > > > > > > Is there a way to set a session attribute in the sitemap

RE: session attributes in sitemap

2003-05-28 Thread Mato Mira, Fernando
> From: Yury Mikhienko [mailto:[EMAIL PROTECTED] > On Wed, 28 May 2003 11:56:55 +0200 > "Mato Mira, Fernando" <[EMAIL PROTECTED]> wrote: > > > > Is there a way to set a session attribute in the sitemap? > > > Try use SessionValidatorAction I don't think this can be used to set it to the value

Re: java.net.BindException: Address already in use (was: Apperant Failure)

2003-05-28 Thread Geoff Howard
This used to happen under older versions with hsql. It didn't shut down properly with cocoon and you'd get a BindException when restarting. Didn't cause any problems really, and if you don't need hsql for production you should get rid of it anyway. From your xalan version I'd guess you may be us

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: [EM

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 tr

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: 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: 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: 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 t

[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

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 charse

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]

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) Unknown-thread/CocoonSer

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 ---

Re: Apperant 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 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

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 additi

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: 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

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 fon

Re: Apperant Failure

2003-05-28 Thread Joerg Heinicke
Dave Allen Barker Jr wrote: > Stylesheets that use 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 fixed, I

java.net.BindException: Address already in use (was: Apperant 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[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 no

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 fi

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=10540466466&r=1&w=2    

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 = env.resolve(myConf

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