Link Livesites: Cocoon 2.1

2004-02-27 Thread l.mende
Hi all, we`re using Cocoon 2.1 in our "Find a Roommate System" it`s called WG-Gesucht.de. Thank you, and keep the good work going! http://www.wg-gesucht.de";>WG-Gesucht.de Roommate search System (Germany) Lysander Mende - To un

[Util] Entitiy-Convertor

2004-02-27 Thread Stephan Coboos
Hello, in our database exists text from our "old" system without entities. For example there is a & instead of &. Is in cocoon a util avaible which converts all &, ä, ö, a.s.o in their xml entity? A helper class? Thank you. Regards -

Corrupt fragments in large pipeline output

2004-02-27 Thread Corin Moss
Title: Corrupt fragments in large pipeline output Hi Guys, I've got some fairly large documents being serialized into various transformers (XSLT, Xinclude and Cinclude.)  Every now and then I notice that the stored output is corrupt.  Certain elements are in the wrong order etc (I'm using R

CInclude source attribute in result

2004-02-27 Thread Alan
I am using the CInclude transformer. I would like to have the src URL of the include available in the transformer output. Would create something like: http://engrm.com/schema/2004/02/todo"; xmlns:ci="http://apache.org/cocoon/include/1.0"/> Is it in there? Is it

Re: How to use forms with coplets in the Portal Engine

2004-02-27 Thread Alex Romayev
Hi Nick, Take a look at this: http://wiki.cocoondev.org/Wiki.jsp?page=WoodyCopletForPortalEngine -Alex --- Nick Duncan <[EMAIL PROTECTED]> wrote: > Using Cocoon 2.1.4. New Portal Engine. All I > am trying to do is use a form within a coplet, and > then change the content within the coplet

How to use forms with coplets in the Portal Engine

2004-02-27 Thread Nick Duncan
    Using Cocoon 2.1.4.  New Portal Engine.  All I am trying to do is use a form within a coplet, and then change the content within the coplet once an action is submitted.  I don't know what action to specifiy within the form.  If I specify the same matcher within the coplet's sitemap that

Re: nested functions in flowscript?

2004-02-27 Thread Christopher Oliver
There is a workaround for this bug: use a function expression instead of declaration: function outer() { var a = new Array(); . . var inner = function(something) { a.push(something); } . . inner (whatever); } Mark Lundquist wrote: Hi, I have something like this:

Re: nested functions in flowscript?

2004-02-27 Thread Christopher Oliver
You're correct, that's a bug in the Rhino-with-continuations interpreter. I'll look into it when I have some time. Regards, Chris Mark Lundquist wrote: Hi, I have something like this: function outer() { var a = new Array(); . . function inner (something) { a.push(som

nested functions in flowscript?

2004-02-27 Thread Mark Lundquist
Hi, I have something like this: function outer() { var a = new Array(); . . function inner (something) { a.push(something); } . . inner (whatever); } ...and the interpreter barfs with "'a' is undefined." I tried thi

Re: Cocoon 2.1.4 davmap: IE will not open as Web folder

2004-02-27 Thread Joe D. Williams
I will check it out and post any pertinent findings for other clueless newbies. - Original Message - From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 12:34 PM Subject: Re: Cocoon 2.1.4 davmap: IE will not open as Web folder > Joe D. Willi

Re: [jxTemplateGenerator] What am I doing wrong?

2004-02-27 Thread Christopher Oliver
You need 2.1.4 to get the varStatus feature. If you can't upgrade then just keep your own counter: ... Mark Lundquist wrote: Hi, Can somebody spot what's wrong with this?: . . . My problem is that '${loop.index}' is evaluat

[jxTemplateGenerator] What am I doing wrong?

2004-02-27 Thread Mark Lundquist
Hi, Can somebody spot what's wrong with this?: . . . My problem is that '${loop.index}' is evaluating to the empty string. I'm using Cocoon 2.1.3. Thanks a lot, Mark - To unsubscribe, e-mail: [EMAIL PRO

RE: Coplet configuration

2004-02-27 Thread Alex Romayev
Thanks Laurent, I've added this to Wiki Portal pages. -Alex --- Laurent Trillaud <[EMAIL PROTECTED]> wrote: > Hi > You can configure any number of renderer for a > coplet. > For exemple if you want a round windows border > instead of the standard one > in the cocoon.xconf add a new renderer > cl

Re: Mount and session propagation problem.

2004-02-27 Thread Oscar Picasso
Problem solved The problem described previously only happens when the client browser has its cookies diabled and when consequently the urls are encoded. Here is my understanding: - when using mount B/**, cocoon treats B like a "pseudo directory B/" that is not supposed to have any attached SESSI

Re: generate XML with its CSS

2004-02-27 Thread J.Pietschmann
Philippe Bajoit wrote: I would like to generate this kind of output: XML with CSS, ie the ... ... Does it exist another way to do that? It is not an serializer option. The stylesheet link is a standard XML processing instruction. If you generate the XML with XSLT, try something like

Coplets in cocoon

2004-02-27 Thread Anna Bikkina
Hi, I am trying to create a portal app using cocoon. I have 2 coplets in my page which contains text fields and submit buttons. When I submit one coplet both of them are being executed. Is it normal? Is there a way we can avoid this. I want the submitted coplet only to be refreshed with the ou

Re: Cocoon 2.1.4 davmap: IE will not open as Web folder

2004-02-27 Thread J.Pietschmann
Joe D. Williams wrote: Alrighty. Got the davmap samples working. (Thanks, Joerg Heinicke, for the wiki page at http://wiki.cocoondev.org/Wiki.jsp?page=cocoon2.1_on_tomcat4.1 ) Now, when I try to access the davmap samples as Web folders, I get the message window: "Internet Explorer could not open ht

RE: Authentication Framework with Database

2004-02-27 Thread Tuan Luu
I wrote a separate pipeline, to test the authentication mechanism. I took the authentication fw from the samples directory in cocoon 2.1.2 I have managed to write the form, retrieve the parameters in an xsp File, with esql query the db and it gives me the correct this result: user

Mount and session propagation problem.

2004-02-27 Thread Oscar Picasso
Let say I have to independent subsitemaps A and B. When I follow a link from A to B (or B to A) the session is lost. Is this behaviour expected? And what would be the way to propagate the session between two independent subsitmaps? Oscar __ Do you Yahoo!? Get be

Re: getting username from session after authentication

2004-02-27 Thread Zamek
Hi All, On Friday 27 February 2004 14.45, Laurent Trillaud wrote: > Declare this match in you sitemap > > > > > > > > > > with the following session-accoun

RE: .

2004-02-27 Thread gounis
ohh an other one greek here ... kalos tin tin patrida !!! --stavros On Fri, 27 Feb 2004, Konstantinidis, Greg wrote: > Yes, we are also using cocoon. > We're based in Sydney. > > > -Original Message- > From: Richard Huegill [mailto:[EMAIL PROTECTED] > Sent: Thursday, 26 February 200

RE: Authentication Framework with Database

2004-02-27 Thread Tuan Luu
Hi Kieran I have also tried that thing whith xsp. But I'm unable use the input from my form. I've used esql in the xsp (normallly all other operations and connections through esql is just working fine) select username , password from benutzer where username='' an

Re: OpenOfficeGeneration

2004-02-27 Thread Philippe Guillard
Thanks all. On Fri, 2004-02-27 at 21:44, Zamek wrote: > Hello All, > > I am new in Cocoon, but I have a working OO solving. > > my sitemap.xmap snippet is: > > > > > > > > > > > > > value="zip://[EMAIL PROTECTED]"/> >

Define dynamically a parameter of a serializer

2004-02-27 Thread Stefan Geelen
Hi, I would like to dynamically define a parameter of a serializer, like: context://test I need to know the context or realPath of the cocoon environment so I do not need to define the parameter (systemid) hardcoded, like: file:/c:/cocoon/test Appareantly Cocoon does

MORE: [ESQL] esql:more-results seems broke with Oracle

2004-02-27 Thread Rob Gregory
Hi All I have been looking into the issue of EQSL paging no longer working with Oracle since upgrading Cocoon from 2.0.3 to 2.1.4 and although I can't see any direct reason in the code for this problem I have noticed that if I use jdbc as the limit clause instead of our default setting of auto th

Re: Modify some parameters in the parameterize method

2004-02-27 Thread Andreas Hartmann
Lionel Crine wrote: Hi, I'd like to set the parameters in the method parameterize. How can I do that ? What do you mean? Passing parameters to sitemap components? -- Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Modify some parameters in the parameterize method

2004-02-27 Thread Lionel Crine
Hi, I'd like to set the parameters in the method parameterize. How can I do that ? Lionel CRINE Ingénieur Systèmes documentaires Société : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN JOSAS Tel : 01.34.58.70.70 Fax : 01.39.58.70.70

Re: Cocoon 2.1.4 davmap: IE will not open as Web folder

2004-02-27 Thread Joe D. Williams
> Firstly I must say that the davmap sample is more of a proof of concept > than a production ready DAV solution on top of Cocoon. Yes, as it says: "still some work in progress, but quite usable already:" Depends on your definition f usable, I guess. > Not having looked at davmap for a while I j

generate XML with its CSS

2004-02-27 Thread Philippe Bajoit
I would like to generate this kind of output: XML with CSS, ie the  instructions: ... I've searched a solution as options of the serializer:       src=""     mime-type="text/xml">     ISO-8859-1     yes   but it seems there is no way to pa

Pass session attribute to action

2004-02-27 Thread Stefan Geelen
Hi, I have following in my sitemap: context://test/database/database-descriptor.xml true and I would like to pass the custid (kept in the session) to the action: Looking

sitemap action

2004-02-27 Thread Li, Wangqian
Hi, there, I want to use sitemap action to code the login page. The code is like following: The back end table is all right. The connection is all right(tested). The Auth-def.xml is set up all right. But, it always goes to t

Re: Cocoon efficiency and .jar files

2004-02-27 Thread Bertrand Delacretaz
Le Vendredi, 27 fév 2004, à 13:34 Europe/Zurich, Geoff Howard a écrit : ...Finally you need to evaluate whether your own application design is the problem. Possible culprits: - doing lots of(heavy) xsl transforms in a pipeline - creating dynamic xsp - lots of uncacheable pipelines with heavy pro

Re: OpenOfficeGeneration

2004-02-27 Thread Zamek
Hello All, I am new in Cocoon, but I have a working OO solving. my sitemap.xmap snippet is: my ooo2html.xsl is: http://www.w3.org/1999/XSL/Transform"; xmlns:fo="http://www.w3

RE: getting username from session after authentication

2004-02-27 Thread Laurent Trillaud
Zoltan I give you a sample to see what you have in your context authentication. It will help you to find the path to retrieve your login. Declare this match in you sitemap

RE: OpenOfficeGeneration

2004-02-27 Thread Reinhard Poetz
From: David Crossley [mailto:[EMAIL PROTECTED] > Philippe Guillard wrote: > > Hi all, > > > > Help about wiki page on OpenOfficeGeneration made by Yves > Vindevogel. > > My trouble is that cocoon renders my sxw files in plain > text without > > styling. > > > > My question is: Where is mad

Re: Cocoon 2.1.4 davmap: IE will not open as Web folder

2004-02-27 Thread Unico Hommes
Firstly I must say that the davmap sample is more of a proof of concept than a production ready DAV solution on top of Cocoon. While working on it I was using XMLSpy and DAVExplorer to test the functionality. I've heard reports that windows webfolders don't always play nice.(Gee what a surprise

Re: [Flow] How to know the called uri in flow?

2004-02-27 Thread Andreas Hartmann
Antonio Gallardo wrote: Hi: Is this a way to retrieve the called URI in Flowscript? If yes, how? :-D AFAIK this is not possible. You can use a helper class to get the request object from the FOM_Cocoon object and ask it for its URL. But this is not enabled in FOM intentionally. -- Andreas --

RE: Coplet configuration

2004-02-27 Thread Laurent Trillaud
Hi You can configure any number of renderer for a coplet. For exemple if you want a round windows border instead of the standard one in the cocoon.xconf add a new renderer and add it in the coplet definition and swith the coplet render

Re: [Flow] How to know the called uri in flow?

2004-02-27 Thread Stephan Coboos
Antonio Gallardo wrote: Hi: Is this a way to retrieve the called URI in Flowscript? If yes, how? :-D Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [portal] Configuring coplet buttons

2004-02-27 Thread Laurent Trillaud
Alex Go into the cocoon.xconf Assuming, that you want to remove buttons from the window renderer search the definition of ... and remove inside it and Laurent Trillaud > -Message d'origine- > De : Alex Romayev [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 26 février 2004 18:14 > À : [EMAI

RE: Cocoon efficiency and .jar files

2004-02-27 Thread carl latimer
Thanks everybody, we thought that stripping out some of the .jar files may help but we may also have some problems with the translators etc. Will pass you comments on to the rest of the team. Cheers, Carl From: "Antonio Gallardo" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTE

WebDAV davmap question (newbie)

2004-02-27 Thread Joe D. Williams
Cocoon 2.1.4 WebDAV davmap sample. How to access as Web folders using IE? When I try to access the davmap samples as Web folders, I get the message window: "Internet Explorer could not open http://localhost:8080/cocoon/samples/webdav/davmap/repo/ as a Web folder. Would you like to see its default

[Flow] How to know the called uri in flow?

2004-02-27 Thread Antonio Gallardo
Hi: Is this a way to retrieve the called URI in Flowscript? If yes, how? :-D Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Cocoon efficiency and .jar files

2004-02-27 Thread Antonio Gallardo
Carmona Perez, David dijo: > Remove unnecessary jars in order to increase efficiency. Yep. This tip improves the performance too: Less jars where to search for classes. Best Regards, Antonio Gallardo - To unsubscribe, e-mail:

Re: Cocoon efficiency and .jar files

2004-02-27 Thread Geoff Howard
carl latimer wrote: Hi, I am a member of a small group developing a web site using Tomcat and Cocoon and we are having some problems with the efficiency of the site. We were wondering if all of the lib jar files for Cocoon were loaded into memory, by default, on start up or whether they are loa

Re: Deli errors upon Cocoon 2.1.2 startup

2004-02-27 Thread Femi Anthony
Thanks, I just wanted to know if it was ok for another webapp to have it's own cocoon.xconf file. I've disabled lenya, and the errors have disappeared. --- Jan Hoskens <[EMAIL PROTECTED]> wrote: > I'm not familiar with Lenya, but if your cocoon > itself does not contain any > deli stuff anymore, a

RE: Cocoon efficiency and .jar files

2004-02-27 Thread Carmona Perez, David
I think when required, because class loader errors are detected when the class is used. Remove unnecessary jars in order to increase efficiency. David -Mensaje original- De: carl latimer [mailto:[EMAIL PROTECTED] Enviado el: viernes, 27 de febrero de 2004 11:47 Para: [EMAIL PROT

Re: Cocoon efficiency and .jar files

2004-02-27 Thread carl latimer
Thanks for the info, the search for greater efficiency continues! Carl. From: "Antonio Gallardo" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Cocoon efficiency and .jar files Date: Fri, 27 Feb 2004 05:45:14 -0600 (CST) carl latimer dijo: > Hi, I am a member

Re: getting username from session after authentication

2004-02-27 Thread Zamek
Hi All, On Thursday 26 February 2004 10.34, Laurent Trillaud wrote: > Zoltan > I guess that the authenticate action is missing. The authentication > context isn't loaded > Try this stuff > > > blah blah > > blah blah > > > > {name} or {user/name} that depend what you have done

RE: Authentication Framework with Database

2004-02-27 Thread Kieran Kirwan
I'm using XSP to authenticate against my database. Firstly make sure your DB authentication pipeline returns the same as the XSL sample. I have 2 pipelines (authenticateXSL and authenticateDB) that return the same XML as follows user As I

Re: Cocoon efficiency and .jar files

2004-02-27 Thread Antonio Gallardo
carl latimer dijo: > Hi, I am a member of a small group developing a web site using Tomcat and > Cocoon and we are having some problems with the efficiency of the site. We > were wondering if all of the lib jar files for Cocoon were loaded into > memory, by default, on start up or whether they are

Re: Deli errors upon Cocoon 2.1.2 startup

2004-02-27 Thread Jan Hoskens
I'm not familiar with Lenya, but if your cocoon itself does not contain any deli stuff anymore, and your still getting the error(with deli exception), it has to originate from another app (containing cocoon, setting cocoon configuration or at least doing something with cocoon as cocoon cannot load

Re: Deli errors upon Cocoon 2.1.2 startup

2004-02-27 Thread Femi Anthony
There isn't one in the cocoon.xconf for the cocoon webapp. However, I also have lenya installed, since I am planning to use it later when I get the hang of cocoon, and it has a copy of cocoon.xconf that does contain a block. Should lenya also have a cocoon.xconf, or should I delete it? For the tim

SVG conversion with Jeuclid

2004-02-27 Thread Tetsu Yamagishi
I'm trying to convert MathML to SVG with Jeuclid. But I can't find any sample code to use SVG conversion. You can find how to implement 'Mathserializer' for GIF conversion in sitemap.xmap, but not 'MathTransformer' for SVG conversion. Could you please show me some sample code? Cheers Tetsu

Cocoon efficiency and .jar files

2004-02-27 Thread carl latimer
Hi, I am a member of a small group developing a web site using Tomcat and Cocoon and we are having some problems with the efficiency of the site. We were wondering if all of the lib jar files for Cocoon were loaded into memory, by default, on start up or whether they are loaded into memeory as

Cocoon 2.1.4 davmap issue (repost)

2004-02-27 Thread Joe D. Williams
To reiterate: When I try to access the davmap samples as Web folders, I get the message window: "Internet Explorer could not open http://localhost:8080/cocoon/samples/webdav/davmap/repo/ as a Web folder. Would you like to see its default view instead?" Anybody spare a clue? -

Applying SourceWritingTransformer to file used in pipeline

2004-02-27 Thread Remmerie Bart
Title: Applying SourceWritingTransformer to file used in pipeline It appears to be impossible to use the SourceWriting transformer to a file that is in use by the pipeline. Does anyone have a workaroud / alternative for this ? A bit more details: Below is my code (which is not working). Wh

Re: Woody + Continuation + portal

2004-02-27 Thread Jean-Christophe Kermagoret
It's ok. I made a few weeks ago some stylesheets that ignores hidden fields and I didn't remember it. So, of course, the hidden solution couldn't work. Sorry for the inconvenience, Jean-Christophe Kermagoret wrote: Hi, I tried to use continuation in flow script with woody form like written in

RE: .

2004-02-27 Thread H . vanderLinden
Title: Message Hi,   although I'm living in the Netherlands I too am using Cocoon for research and development of medical software. What exactly are you doing with it? I'm working on a webbased, multidisciplinary EHR system for stroke patients.   Bye, Helma -Original Message-Fr

RE: .

2004-02-27 Thread H . vanderLinden
Title: Message sorry for the noise, this was meant to be offlist.   Bye, Helma -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 27 February 2004 09:24To: [EMAIL PROTECTED]Subject: RE: . Hi,   although I'm living in the Netherlands I

Re: Deli errors upon Cocoon 2.1.2 startup

2004-02-27 Thread Jan Hoskens
Check the cocoon.xconf in your WEB-INF and look for 'deli', if there's a configuration present and not in comments, it still tries to use the deli block so set the configuration of that block in comments. If it's already in comments, the block should not be load and you should not get an error rela

Re: Cocoon internal server error

2004-02-27 Thread John L. Webber
Joseph, It would help if you would also include your sitemap.xmap. John bremerj wrote: Hi!, I get an internal server error when I want to start cocoon from within TomcaT. See attached error message. Thanks for your help, Joseph Bremer --

Cocoon internal server error

2004-02-27 Thread bremerj
Hi!, I get an internal server error when I want to start cocoon from within TomcaT. See attached error message. Thanks for your help, Joseph Bremer Title: Internal server error Cocoon 2 - Internal server error type fatal message Error in sitemap configuration : UnnamedSelector: Componen