Tom Shepherd is out of the office.

2002-12-13 Thread Tom Shepherd
I will be out of the office starting 13/12/2002 and will not return until 16/12/2002. For GCIS issues contact Wojtek Swistak. For Mosaic issues contact Stephen Cheal. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have

RE: problem with the sitemap and patterns

2002-12-13 Thread [EMAIL PROTECTED]
Well, maybe what I supposed to know about pipelines and matchers is wrong, but ... map:match pattern=mysite/** map:mount check-reload=yes reload-method=synchron src=mysite/sitemap.xmap uri-prefix=mysite/ /map:match and the mounted pipeline is something like: map:match

seeking for payed consultancy from the cocoon-comunity ...

2002-12-13 Thread Hussayn Dabbous
Hy, folks; This request is for cocoon-users and cocoon-developers only! If i hit the wrong mailing list with my request, please apologize and tell me, where to go next. I will pay you for consultancy depending on the amount of time you spend with the solution of my problem. The results of this

upload-dir

2002-12-13 Thread Olivier GUCKERT
Hello I want to use the upload.xsp, but i need to configure different upload-dir. I see that there is a parameter in web.xml : param-nameupload-directory/param-name param-value/WEB-INF/work/upload-dir/param-value but there's no reference to this parameter in the upload.xsp Does

Re: seeking for payed consultancy from the cocoon-comunity ...

2002-12-13 Thread mlangham
Hussain, The WebServiceProxyGenerator contained in Cocoon should already provide most of what you need (i.e. connecting to a remote server and maintaining state using coookies). Don't be put off by the name. That being said, I have not used it - so you may need to contact Ivelin (I think he

Re: xsl:copy-of Problem

2002-12-13 Thread Joerg Heinicke
Geoff Howard wrote: Hello Marcel, I wonder that anything is outputted. The output of the template 'sortmsg' is only stored in the variable $m, but there is nothing like xsl:value-of select=$m/. If you use xsl:copy-of select=$m/, the tree is copied to the output. But I don't see, where the to

Re: seeking for payed consultancy from the cocoon-comunity ...

2002-12-13 Thread mlangham
Hussayn, from a quick look at the code I don't think the WebServiceProxyGenerator tracks cookies from the remote server. So that would need to be added. Or perhaps Ivelin already has this. Adding this capability to the generator is a good idea anyway. I would suggest you send Ivelin a mail. He

FIND SOURCE

2002-12-13 Thread Hong Gia Dinh
Title: FIND SOURCE Hi all i want to find to see and download if possible the xsp and xsl files that is usually used to declare in namespace of the pages: such as : xmlns:log=http://apache.org/xsp/log . . . and xmlns:log=http://apache.org/xsp/log in order for me to know all its tags :

SQLTransformer for XML

2002-12-13 Thread Cédric Claus
Hi, I use SQLTransformer to access my database (no problems). But the data stored in my DB are XML data (well formed). When the transformer get the data, it replaces all the with lt ,etc For example if my database contains titleSomeText/title the output Stream of my pipeline contains

Re: seeking for payed consultancy from the cocoon-comunity ...

2002-12-13 Thread SAXESS - Hussayn Dabbous
Hy, Mathew Thank you very much for your quick answer. I will do as you propose and send my request to Ivelin. Hopefully we will come to a quick and usable result. best regards, hussayn [EMAIL PROTECTED] wrote: Hussayn, from a quick look at the code I don't think the WebServiceProxyGenerator

RE: upload-dir

2002-12-13 Thread Geoff Howard
upload xsp does reference the setting: File uploadDir = null; /** Contextualize this class */ public void contextualize(Context context) throws ContextException { uploadDir = (File) context.get(Constants.CONTEXT_UPLOAD_DIR); } When cocoon starts up, it places the value of the

RE: problem with the sitemap and patterns

2002-12-13 Thread Geoff Howard
From what I understand, you should have seen your expected custom stylesheet. Are you certain it's finding your error.xsl, and are you certain there are no problems with it? Look in sitemap.log - trace the request as it's being processed. Geoff -Original Message- From: [EMAIL

RE: Calling resources from mounted sitemaps

2002-12-13 Thread Geoff Howard
I'd raise that on the dev list. What version are you using? Look in cocoon.xconf for which sitemap engine you're using (sitemap ... / tag). Geoff -Original Message- From: Bordet, Simone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 11:20 AM To: [EMAIL PROTECTED]

SQL-Transformer

2002-12-13 Thread Boris Althaus
Hallo Cocoon Users, does the SQL-Transformer has a map-parameter like map:parameter name="show-nr-of-cols"/ or is there a way to retrieve the number of cols in the resultset? Regards Boris

Re: Calling resources from mounted sitemaps

2002-12-13 Thread Joerg Heinicke
AFAIK it's only possible to use resources in the sitemap, in which they are declared. Joerg Geoff Howard wrote: I'd raise that on the dev list. What version are you using? Look in cocoon.xconf for which sitemap engine you're using (sitemap ... / tag). Geoff -Original Message-

RE: xsl:copy-of Problem

2002-12-13 Thread Geoff Howard
sorry, didn't notice he had the root node matched. i was going too fast. Geoff -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 4:55 AM To: [EMAIL PROTECTED] Subject: Re: xsl:copy-of Problem Geoff Howard wrote: Hello Marcel,

RE: FIND SOURCE

2002-12-13 Thread Geoff Howard
look in src/java/org/apache/cocoon/components/language/markup/xsp/java Some (esql at least) have been moved into blocks if you're using 2.1dev, which means you'll need to start in src/blocks/database for example and work your way down a similar path. Geoff Howard -Original Message-

RE: SQL-Transformer

2002-12-13 Thread Geoff Howard
There is a tag defined but it's not fully implemented, although it may be in the very latest cvs. (it only worked for one particular database) What database are you using? Geoff Howard -Original Message-From: Boris Althaus [mailto:[EMAIL PROTECTED]]Sent: Friday, December 13,

RE: Calling resources from mounted sitemaps

2002-12-13 Thread Geoff Howard
Interesting - that could help the security problem raised about sub-sitemap based cocoon hosting. Does anyone know if that is a design decision or something that may in the future get implemented? Geoff -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: SQL-Transformer

2002-12-13 Thread Boris Althaus
mysql - Original Message - From: Geoff Howard To: [EMAIL PROTECTED] Sent: Friday, December 13, 2002 4:19 PM Subject: RE: SQL-Transformer There is a tag defined but it's not fully implemented, although it may be in the very latest cvs. (it only worked

RE: SQL-Transformer

2002-12-13 Thread Geoff Howard
sorry, just noticed you were talking about sql transformer - i had assumed esql logicsheet in xsp. i need more coffee. try map:transform type=sql ... map:parameter name=show-nr-of-rows value=true/ /map:transform then, your results should start off with an attribute

Fw: automati xmlform

2002-12-13 Thread Robert Sösemann
- Original Message - From: Robert Sösemann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 9:25 PM Subject: automati xmlform Hello, I am working on an cms input wizard to fill a database. Is it possible with cocoons xmlform validation to generate its

Out of memory error... cocoon bug?

2002-12-13 Thread Alex Romayev
Executive summary: I think Out of memory error is in fact a bug. Frequently it has nothing to do with your actual available memory. Blurb: I had this problem before (see the details below), and I searched the mailing lists and have been following it on the mailing lists for a while now, and

RE: RE: xsl:copy-of Problem

2002-12-13 Thread Marcel Jurk
Sorry I forgott the following lines in the stylesheet. xsl:template match=/ xsl:variable name=m xsl:call-template name=sortmsg/ /xsl:variable xsl:for-each select=$m xsl:value-of select=name(.)/ !-- No output -- xsl:value-of select=./ !-- Output: msg1msg2 -- /xsl:for-each

AW: Include content of another (non-xml) file into an XSP

2002-12-13 Thread Marco Rolappe
hi yves, maybe you could simply use one of the Cocoon IncludeTransformers, so that your text file is included before the XSP is compiled and executed. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Yves Vindevogel Gesendet: Donnerstag, 12.

Re: [RT] limiting access to a url by method

2002-12-13 Thread Tony Collen
Tony Collen wrote: Perhaps Cocoon already has this functionality and I just haven't run across it yet :) Duh. RequestMethodSelector. My apologies for babbling to myself on the list. Tony - Please check that your question

[SOLUTION] - NullPointerException with SunRise

2002-12-13 Thread Brian Schwark
Hello everyone - As some of you may remember, I was attempting to implement authentication using SunRise in Cocoon 2.0.3CVS atop Tomcat 4.1. I was receiving a nullPointerException error upon trying to logout after authentication and creation of a new session. Since posting to the list, I have

Re: [SOLUTION] - NullPointerException with SunRise

2002-12-13 Thread ilfrin
Hi, 13 dec 2002, 22:25:29: BS Hello everyone - BS I hope this may help others out, and if anyone has any insight into why BS sunRise may not play nice with JDK 1.4.1, it is welcomed. Conversely, BS I would be interested to hear from people who have gotten sunRise to BS run without any issues

Re: [SOLUTION] - NullPointerException with SunRise

2002-12-13 Thread Brian Schwark
Ilfrin - Interesting, indeed. I was offered the same advice previously as well, and it didn't yield any results; the lack of other suggestions made me dig a little deeper and start to swap Tomcat/Cocoon/OS combos. :) The common thread in failure was JDK 1.4.1, using the same implementation

DO NOT REPLY [PATCH QUEUE] Summary December 14 2002

2002-12-13 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to

test

2002-12-13 Thread Niket Anand
test - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Cocoon-2.0 with JDK1.4

2002-12-13 Thread Niket Anand
Hello, I have using Cocoon-2.0 with JDK1.3.1 and it is working fine. I am trying to run Cocoon-2.0 with JDK1.4 but it is giving Language Exception error as Cocoon 2 - Internal server error type

Cocoon with JBoss-2.4.7_Tomcat-4.0.4

2002-12-13 Thread Niket Anand
Hello all, I have successfully integrated Cocoon-2.0 with JBoss-2.4.7_Tomcat-4.0.4 and it is working fine. I have properly made ear file containing EJB jar file and cocoon folders as war file. If I need to change any XSP and other classes then How will it work without redeploying all stuffs. I

saving a generated pdf file in local directory

2002-12-13 Thread Niket Anand
Hi All, I have a link in a screen, on click of that it will open new browser and a pipeline pattern would be called on that browser displaying a pdf report using XSL:FO. Instead of having this I want like this When I click on that link, a dialog box or folder/directory selector popup window