DO NOT REPLY [PATCH QUEUE] Summary January 10 2004

2004-01-09 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to th

store janitor configuration

2004-01-09 Thread Conal Tuohy
I've had some memory problems (OutOfMemoryError) and I've been looking at reconfiguring the store janitor. What are appropriate settings for the store janitor? The default settings seem very low. I've got 512 allocated to the JVM (i.e. -Xmx=512M) and set heapsize to slightly less than 512M, and

Re: JXTemplate forEach problem

2004-01-09 Thread Antonio Gallardo
Hi Peter, Can you upgrade to Cocoon CVS version. And check if there is the problem too? Another question. Can you provide the cca. number of impresions before you start to have problems. It would help people to reproduce the error. Also are you looking on the logs? Are there any exceptions? What

RE: IE's xml2xml.xsl stylesheet

2004-01-09 Thread Lars Huttar
> On 09.01.2004 18:57, [EMAIL PROTECTED] wrote: > > hi > > > > when you try to view a xml file using IE without assign a > custom xsl to > > this xml file > > thn IE generate a node view of the xml file giving the > expand colapse > > ability. i think that IE use an internal .xsl file to do

SourceWritingTransformer

2004-01-09 Thread Varalakshmi Kollipara
Hello everyone can anyone send me some SourceWritingTansformer examples.   Thanks in advance, Lakshmi. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

error handling across recursive pipeline calls?

2004-01-09 Thread Lars Huttar
Hi all, I've been struggling with some error handling issues for several days now. Perhaps the key to my problems can be found in the answer to the question, can errors propagate beyond a pipeline call? E.g. if I have the following pipeline: It do

Re: From XMLForm to Xindice

2004-01-09 Thread Upayavira
Brian Burridge wrote: I am new to cocoon and am trying to use it with xindice. I can query without any problems, but now need to edit the xml that comes back from the query, and then update it back into Xindice. The only thing I've found on going from form to xml to xindice is the wiki below. Howe

Re: cache problem

2004-01-09 Thread Dan
Jorg Heymans wrote: Dan wrote: Hello, I'm having a cache-related problem but I don't know how to diagnose it. What is happening is that for a few (not all) of my requests, cocoon returns the wrong file. For example, my sitemap entry is: I don't understand. 1) If a

From XMLForm to Xindice

2004-01-09 Thread Brian Burridge
I am new to cocoon and am trying to use it with xindice. I can query without any problems, but now need to edit the xml that comes back from the query, and then update it back into Xindice. The only thing I've found on going from form to xml to xindice is the wiki below. However, this seems so com

Re: cache problem

2004-01-09 Thread Jorg Heymans
Dan wrote: Hello, I'm having a cache-related problem but I don't know how to diagnose it. What is happening is that for a few (not all) of my requests, cocoon returns the wrong file. For example, my sitemap entry is: I don't understand. 1) If a request is cached then

cache problem

2004-01-09 Thread Dan
Hello, I'm having a cache-related problem but I don't know how to diagnose it. What is happening is that for a few (not all) of my requests, cocoon returns the wrong file. For example, my sitemap entry is: For a couple of requests, for example requesting /docs/file1_

Re: XHTML issues

2004-01-09 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I'm having some really strange problems with the transformation of XHTML. It seems something's going wrong with the DOCTYPE definition (because it works without). ... If I load it (FileGenerator) and directly serialize (xml) it, the output is: ... http://www.w3.org/TR/xh

Re: FOP: using fo:external-graphic with SVG

2004-01-09 Thread J.Pietschmann
Patrick Hess wrote: Even a simple SVG like No SVG namespace, i.e. this is not a valid SVG at all. Try something which also works with the command line FOP. BTW using pixel measurement for width and height when rendering to PDF is often a cause for disappointments. ... style="font-family: Comp

JXTemplate forEach problem

2004-01-09 Thread Peter Bowman
Hi, I have many pages in my application that use the JXTemplateGenerator to iterate over collections of Javascript and Java objects passed from a Cocoon flowscript. However, after a reasonably short number of page impressions, instead of iterating over the whole collection, only the first item in

Re: IE's xml2xml.xsl stylesheet

2004-01-09 Thread Joerg Heinicke
On 09.01.2004 18:57, [EMAIL PROTECTED] wrote: hi when you try to view a xml file using IE without assign a custom xsl to this xml file thn IE generate a node view of the xml file giving the expand colapse ability. i think that IE use an internal .xsl file to do this. know anyone where this .x

Logging to System.err or System.out

2004-01-09 Thread Oscar Picasso
Hi, What is the syntax of the logkit/targets/cocoon element (in logkit.conf) to create a target that logs to System.err or System.out instead of a file? __ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/si

IE's xml2xml.xsl stylesheet

2004-01-09 Thread gounis
hi when you try to view a xml file using IE without assign a custom xsl to this xml file thn IE generate a node view of the xml file giving the expand colapse ability. i think that IE use an internal .xsl file to do this. know anyone where this .xsl can be found, or is out there any .xsl file

XHTML issues

2004-01-09 Thread enrico . maccias
Hello, I'm having some really strange problems with the transformation of XHTML. It seems something's going wrong with the DOCTYPE definition (because it works without). The xhtml document looks like: -- http://www.w3.org/TR/xhtml1/

Re: role-based access to pages and parts of pages - ideas?

2004-01-09 Thread Alex Romayev
Helma, Here are a few ideas that I've used and I think you might benefit from them as well: I like to think that each page is assembled of portlets, e.g. navigation portlet, form portlets, information portlets, related links portlets, etc. The pages are internal (i.e. protected) and external. T

Change request to AbstractXMLProducer.setConsumer

2004-01-09 Thread Peter Brant
Hi all -- The current code to AbstractXMLProducer.setConsumer is shown below. Note that the Javadoc does not agree with the actual implementation. Could it be changed to do so? (For my specific case, I override setContentHandler to put a ContentHandler in between myself and the final destinatio

Re: URL issues

2004-01-09 Thread beyaRecords - The home Urban music
Any takers? On 9 Jan 2004, at 13:23, beyaRecords - The home Urban music wrote: Hi, on initial loading of the site a user is directed to the login page (login.html). On submitting the login page the following happens: So on a users deti

Re: Multiple forms on a page

2004-01-09 Thread Alex Romayev
I have a page with 3 forms. I have implemented each form separately and combined the result in one page using map:aggregate. -Alex --- Upayavira <[EMAIL PROTECTED]> wrote: > I have a site that has three forms on a page. > Currently, I've > implemented them as all the same form, but this has > i

Link Livesites: Cocoon 2.1

2004-01-09 Thread Simone Vasoli (BK s.r.l.)
I'd like to suggest you the link of our company site. title: BK s.r.l. description: ITC company link: www.b-k.it Thank you for the most powerful web development framework in the World. -- ___ Simone Vasoli BK s.r.l. - Brain and Knowledge e-mail: [EMAIL PROTECTED] cel

File Uploading using cocoon issues. Unable to catch request/session object

2004-01-09 Thread bajji m
Hi all,   This regarding File Uploading using cocoon framework. -   I am able to upload the file. I configured everything in web.xml and am able to calling the Action class and  from the sitemap.xmap entry. I am using cocoo

Extracting in own logicsheet

2004-01-09 Thread Hubert Trzewik \(Prosystel\)
Now I have problem with LogicSheet. Param named "link_id" goes to XSPAction, and it's ok. is a method from logicsheet. link_id works unitl it's used in my logicsheet tabs. I think there is something wrong in my LogicSheet (XSLT). link_id [from XSP] goes into [to XSLT] whre value of link_id shoul

Re: role-based access to pages and parts of pages - ideas?

2004-01-09 Thread Stefan Klein
Helma, I'll tell you a little more about me approach (it was a rather rough summary I gave you). Maybe some of the problems you see are solved already. > 1. I have various roles (between 5 and 10) which overlap in access > authentication, so every pipeline would need to check for several roles >

URL issues

2004-01-09 Thread beyaRecords - The home Urban music
Hi, on initial loading of the site a user is directed to the login page (login.html). On submitting the login page the following happens: So on a users detials being successfully validated they are directed to support/home/ which sits

Re: FOP: using fo:external-graphic with SVG

2004-01-09 Thread Patrick Hess
J.Pietschmann wrote: Any internal references, for example to gradients and such? They wont work in an embedded SVG with older Batik releases (I don't know which Batik release your Cocoon contains). They should fail with FOP before 0.20.5RC3 too. Even a simple SVG like test test Te

Multiple forms on a page

2004-01-09 Thread Upayavira
I have a site that has three forms on a page. Currently, I've implemented them as all the same form, but this has its complications. How can I implement them separately? Currently I use code such as: var form = new Form("forms/info/info_model.xml"); form.showForm("internal/info-pipeline", {"a

Re: [FLOW] - How to get bizData from another flow

2004-01-09 Thread Antonio Gallardo
Christopher Oliver dijo: > No, don't do that. The current request will not have that attribute set > until you call cocoon.sendPage*(). It can never be used in a flow script. > > If you want to share data between a sequence of pages, use > sendPageAndWait(); > > function firstPage() { > var a

Re: Null instead of value while passing map:parameter to XSPAction

2004-01-09 Thread Olivier Billard
No, that's the same way with matchers, selectors and friends : to set a parameter, just add a , but the component must deal with that parameter of course. On 09/01/2004 12:17, Hubert Trzewik (Prosystel) wrote: Works. I thought that element inside will be 'executed' after action do . -- Hubert

Re: Null instead of value while passing map:parameter to XSPAction

2004-01-09 Thread Hubert Trzewik \(Prosystel\)
Works. I thought that element inside will be 'executed' after action do . -- Hubert Trzewik Prosystel Sp. z o.o. [EMAIL PROTECTED] - Original Message - From: "Olivier Billard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 09, 2004 12:11 PM Subject: Re: Null instead o

Re: Null instead of value while passing map:parameter to XSPAction

2004-01-09 Thread Olivier Billard
You're passing the parameter to the matcher instead of the action... try : On 09/01/2004 12:09, Hubert Trzewik (Prosystel) wrote: I still cannot get ride with passing parameters from sitemap to XSPAction. In this simple example bel

Null instead of value while passing map:parameter to XSPAction

2004-01-09 Thread Hubert Trzewik \(Prosystel\)
I still cannot get ride with passing parameters from sitemap to XSPAction. In this simple example below teststring_logic gets "null" value instead of "4213". Why? -- part of SITEMAP -- -- DOSOMETHING.XSP -- http://apache.org/xsp"; xmlns:esql=

RE: Problems passing parameters

2004-01-09 Thread Reinhard Poetz
From: beyaRecords - The home Urban music > Reinhard, > what is the correct way to access them? You have to use the util logicsheet and somethink like should work. -- Reinhard > > Uzo > On 9 Jan 2004, at 10:54, Reinhard Poetz wrote: > > > > > From: beyaRecords - The home Urban music > > >

Re: Problems passing parameters

2004-01-09 Thread beyaRecords - The home Urban music
Julien, thanks for your help ;-) Uzo On 9 Jan 2004, at 11:04, julien bloit wrote: You shoul use String user_name = ; and declare xmlns:util="http://apache.org/xsp/util/2.0"; in the xsp:page tag hth julien - Original Message - From: "beyaRecords - The home Urban music" <[EMAIL PROTECTED]> T

Re: Problems passing parameters

2004-01-09 Thread julien bloit
You shoul use String user_name = ; and declare xmlns:util="http://apache.org/xsp/util/2.0"; in the xsp:page tag hth julien - Original Message - From: "beyaRecords - The home Urban music" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 09, 2004 11:57 AM Subject: Re:

Re: Problems passing parameters

2004-01-09 Thread beyaRecords - The home Urban music
Reinhard, what is the correct way to access them? Uzo On 9 Jan 2004, at 10:54, Reinhard Poetz wrote: From: beyaRecords - The home Urban music Hi, I am passing 2 parameters to an xsp page, but for some reason the values are not being pulled into the xsp page. 1. pipe

RE: Problems passing parameters

2004-01-09 Thread Reinhard Poetz
From: beyaRecords - The home Urban music > Hi, > I am passing 2 parameters to an xsp page, but for some reason the > values are not being pulled into the xsp page. > > 1. pipe >pattern="support/contract-summary"> > >

Re: Woody READONLY Fields

2004-01-09 Thread Olivier Billard
On 09/01/2004 11:29, Reinhard Poetz wrote: From: Olivier Billard Hi Michael, You can use the role to filter the wd:styling (@type='output' for a read-only rendering) : read-write : read-only : see woody-field-styling.xsl in the woody samples To do this, you can render your template file wi

Problems passing parameters

2004-01-09 Thread beyaRecords - The home Urban music
Hi, I am passing 2 parameters to an xsp page, but for some reason the values are not being pulled into the xsp page. 1. pipe

Re: fo:external-graphic src problem

2004-01-09 Thread Sébastien Barathieu
Thanks for your help, it's OK. I've configured only baseDir in a file fop-config.xml under WEB-INF\ and i specified this file in the sitemap of my folder Cocoon\ImpressionLiasse (where i tell the fop serializer) like this ../WEB-INF/fop-config.xml. Thank very much Seb ERROR (2004-01-

Re: Forrest and dynamic site.xml

2004-01-09 Thread Nicolas Toper
I'm doing already that with the following problem: I'm making a webapp which works for 30 websites with personnalized and localized (not langage but content) contents. Besides some parts are protected or partially protected. So here is my architecture (I used Forrest Pattern but not Forrest its

Re: Woody READONLY Fields

2004-01-09 Thread Michael Roth
It works, thanks a lot! Michael At 11:26 09.01.2004 +0100, you wrote: It should be something like that ;) : On 09/01/2004 11:05, Michael Roth wrote: I feared that the only way to do this is to write a special template by myself. Thank you At 10:49 09.01.2

RE: Woody READONLY Fields

2004-01-09 Thread Reinhard Poetz
From: Olivier Billard > Hi Michael, > > You can use the role to filter the wd:styling (@type='output' > for a read-only rendering) : read-write : id="myWidget"/> read-only : id="myWidget"> > > see woody-field-styling.xsl in the woody samples > > To do this, you can render your template file

AW: Woody with i18n

2004-01-09 Thread Markus Heussen
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] Gesendet: Freitag, 9. Januar 2004 10:29 An: [EMAIL PROTECTED] Betreff: Woody with i18n Hi all, i am starting working on woody and i18n! i can not transform from en to fr and vice versa! if i declared in sitemap then all my pages will b

Re: Woody READONLY Fields

2004-01-09 Thread Olivier Billard
It should be something like that ;) : On 09/01/2004 11:05, Michael Roth wrote: I feared that the only way to do this is to write a special template by myself. Thank you At 10:49 09.01.2004 +0100, you wrote: On 09/01/2004 10:31, Michael Roth wrote: Hi Oliv

Re: Woody READONLY Fields

2004-01-09 Thread Michael Roth
I feared that the only way to do this is to write a special template by myself. Thank you At 10:49 09.01.2004 +0100, you wrote: On 09/01/2004 10:31, Michael Roth wrote: Hi Olivier, Thats a good idea, but how do you solve the problem that an output widget does not read its value from the request ?

Re: Woody READONLY Fields

2004-01-09 Thread Olivier Billard
On 09/01/2004 10:31, Michael Roth wrote: Hi Olivier, Thats a good idea, but how do you solve the problem that an output widget does not read its value from the request ? The widget is still a field, not an output. The styling is only for rendering. But in fact, with a styling of type 'output', no

XSP : how to get matcher's wildcard value

2004-01-09 Thread julien bloit
Hi all, Using this pipeline snippet : I need to get the matcher's wildcard value in myAction page, do you know which tag from which logicsheet I should use ? thank you! Julien - To unsubscribe, e-mail:

Re: fo:external-graphic src problem

2004-01-09 Thread Joerg Heinicke
On 09.01.2004 09:17, Sébastien Barathieu wrote: I try baseDir C:\Program Files\Apache Group\Tomcat 4.1\webapps\cocoon\ImpressionLiasse baseURL http://localhost:8080/cocoon/ImpressionLiasse/ in the file userconfig.xml from fop-0.20.5.jar but it's not OK. What's my pro

Woody with i18n

2004-01-09 Thread dhg
Title: Woody with i18n Hi all, i am starting working on woody and i18n! i can not transform from en to fr and vice versa! if i declared in sitemap   then all my pages will be in FR although i change page?locale="en-US" and if i declared in sitemap   then all my pages will be

Re: Woody READONLY Fields

2004-01-09 Thread Michael Roth
Hi Olivier, Thats a good idea, but how do you solve the problem that an output widget does not read its value from the request ? Michael At 09:58 09.01.2004 +0100, you wrote: Hi Michael, You can use the role to filter the wd:styling (@type='output' for a read-only rendering) : read-write : rea

Re: Woody READONLY Fields

2004-01-09 Thread Jan Hoskens
Hi, A while ago, I had a similar problem of handling a directory of files with some of them, created by a user, could be changed, and others (original, deployed by administrator) cannot. As Marc ([EMAIL PROTECTED]) pointed me out, you can handle very much with your flow containing the woody stuff.

Re: Showing plain text files with cocoon

2004-01-09 Thread Stephanie Zohner
Thanks for all your tips! Deleting the cache finally brought the solution. I#m not sure that I understand this behaviour, but at least it seems to work, now. Thanks again, Stephanie > On 08.01.2004 21:27, Tim Larson wrote: > > >>>I tried to use the resource reader, like this: > >>> > >>> > >>>

RE: Excel Generator

2004-01-09 Thread Yves Vindevogel
I'm afraid you're correct on the formulas. But, back in the days, when I was programming in Visual Basic, I wrote a "script calculator". That calculator loaded a simple text script that contained Visual Basic code. It then executed the code, and showed the result. I had to use a DLL for that, a

RE: Sudden difference in interpretation of #160 - update

2004-01-09 Thread H . vanderLinden
Hi, thanks for all the trouble explaining. I'll look into this some more. What I already did that didn't really work: - make sure there is a declaration at the start of the file - make sure there is a as the first item in In the latter case: IE simply adds it's own above mine. :-( Thanks and

Re: Woody READONLY Fields

2004-01-09 Thread Olivier Billard
Hi Michael, You can use the role to filter the wd:styling (@type='output' for a read-only rendering) : read-write : read-only : see woody-field-styling.xsl in the woody samples To do this, you can render your template file with an XSP. It works for me. -- Olivier On 09/01/2004 09:28, Michael R

RE: Woody READONLY Fields

2004-01-09 Thread H . vanderLinden
Hi, Please figure this out and tell me. I need this too. :-) Seriously: I've been thinking about this and the best idea that comes to mind is the following: the CVS repository Cocoon-2.1.4DEV contains new Woody widgets, union among others. What you can do is define two widgets one for read/writ

Woody READONLY Fields

2004-01-09 Thread Michael Roth
I'm on my first project using the woody framework. Till now I'm satiesfied with it, but there is a big problem. I've to show a form and some of the fields are read/write or read only depending on the role of the user. How can I do this with Woody ? Thanks a lot Michael Roth Michael Roth Technisch

Re: fo:external-graphic src problem

2004-01-09 Thread Sébastien Barathieu
I try baseDir C:\Program Files\Apache Group\Tomcat 4.1\webapps\cocoon\ImpressionLiasse baseURL http://localhost:8080/cocoon/ImpressionLiasse/ in the file userconfig.xml from fop-0.20.5.jar but it's not OK. What's my problem? Sebastien - Original Message -

Re: Updating XML datas in a SQL database

2004-01-09 Thread Christian Haul
Vincent Charlot wrote: Hi! I'm using a mySQL Database. One of the columns is a string column where I want to store XML datas. I'd like to update (or insert) XML datas in the column. The problem is, when the update is processed : instead of having blablaabcd>/col2> in the column, I obtain :

Re: File Upload using cocoon. Unable to catch FilePartFile object from request object

2004-01-09 Thread bajji m
Hi Geoff,   Thanks for help. Now i am using action class for file uploading .now i am able to invoke that action class and uploaded to some diffrrent directory using file.renameTo(File) method... But now i need to upload this file to some other PC which contains this cocoon framework runnin on that