RE: Comparing XML documents and display output

2003-08-25 Thread Reinhard Poetz
This may help you ... http://www.google.at/search?hl=deie=UTF-8oe=utf-8q=xml+diff+javabtnG =Google+Suchemeta= I don't have the time to look further into one of the tools but would be very interessted if you could give us some feedback if you test/use any of them. Cheers, Reinhard -Original

RE: thread safety of cocoon

2003-09-02 Thread Reinhard Poetz
From: Jorg Heymans Ok now I'm confused again :) Say I have my transformer with following code (hope the indentation stays) MyTransformer extends AbstractDOMTransformer implements LogEnabled, Cacheable { //instance variable private StringBuffer sb;

RE: [HELP]No pipeline matched request: Gla/shop/shopForm

2003-09-02 Thread Reinhard Poetz
I don't think questioning this way will lead to success. Please try to be more specific and don't use HTML mails. Cheers, Reinhard -Original Message- From: Zerrouka Abdesselam [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 2:55 PM To: [EMAIL PROTECTED] Subject: [HELP]No

RE: JXForms and Java Action class like in XMLForm

2003-09-04 Thread Reinhard Poetz
From: Michael Otto [mailto:[EMAIL PROTECTED] Hi, I have got a question concerning JXForms. My problem as a XMLForm user is that I would not like to use js(javascript) files for the flow control, I would rather prefer the way it was or is in XMLForm. There you create a java class

RE: Easy way to transformer parameters into a pipeline ??

2003-09-05 Thread Reinhard Poetz
I would use the request object: request.setAttribute( attrName, object ); Reinhard -Original Message- From: Lionel Crine [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: Easy way to transformer parameters into a pipeline ??

RE: directory listing

2003-09-11 Thread Reinhard Poetz
Do you have the problem if you call Tomcat directly too? Reinhard -Original Message- From: Mustafa Yalniz [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 4:44 PM To: [EMAIL PROTECTED] Subject: Re: directory listing Hi, I tried to use mod_rewrite and my

RE: ParanoidCocoonServlet error

2003-09-12 Thread Reinhard Poetz
From: Howard, Gary snip Servlet (Unsupported major.minor version 48.0) at /snip Howard, Yep, you have a problem with different compiler and JSDK versions: I guess you compiled Cocoon with 1.4.x and use it with a 1.3.x JVM. Cheers, Reinhard

RE: XSP kills transformation

2003-09-23 Thread Reinhard Poetz
use views to debug your pipelines (http://wiki.cocoondev.org/Wiki.jsp?page=DebuggingWithViews). have also a look at namespaces. cheers, Reinhard -Original Message- From: David Merrilees [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 4:46 PM To: [EMAIL PROTECTED]

RE: EJB + Cocoon, Best Practices

2003-09-24 Thread Reinhard Poetz
From: Joerg Heinicke Not until now though it was planned and we finished work 2 months ago. I know we have a presentation system, which is normally not reachable from outside. I will ask the /decision-makers/ tomorrow :-) Thanks for your interest, Joerg PS: Reinhard also asked

RE: EJB + Cocoon, Best Practices

2003-09-24 Thread Reinhard Poetz
From: Reinhard Poetz From: Joerg Heinicke Not until now though it was planned and we finished work 2 months ago. I know we have a presentation system, which is normally not reachable from outside. I will ask the /decision-makers/ tomorrow :-) Thanks for your interest

Use of flowscript (was: EJB + Cocoon, Best Practices)

2003-09-24 Thread Reinhard Poetz
As this may be of some interest for developers I move the discussion to the dev list. From: Tim Olson there are a few reasons we didn't use flow scripts even though they are quite cool technologically. -- we wanted to execute a series of actions which can not only follow different paths

RE: Flowscript problem?

2003-09-25 Thread Reinhard Poetz
From: Francis Vermeulen Hi, I'm trying to use the flowscript capabilities for my application but it appears not to be working. The problem I'm experiencing is that when an earlier Continuation is resumed, it appears that the local variables do not have the value corresponding to that

RE: Flowscript problem?

2003-09-25 Thread Reinhard Poetz
From: Francis Vermeulen thanks for the reply. But as I understood it, for a single script there may be multiple continuations at any point in time, all corresponding to different page submissions so that if you use the browser back button, submitting that page can use that particular

RE: Flowscript problem?

2003-09-25 Thread Reinhard Poetz
if this is a bug. IIRC this is not the first time we discuss this but I only found one pointer: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=105593054122167w=2 Does anybody find more on this subject? Reinhard P.S.: Moving again a discussion to the dev list Chris Reinhard Poetz wrote: From: Francis

RE: Flowscript problem?

2003-09-26 Thread Reinhard Poetz
From: Sylvain Wallez Reinhard Poetz wrote: From: Christopher Oliver Reinhard, Try your calculator example again: This time enter values for both a and b. Then clone the window, hit the back button and enter a new value for b. Return to the first window and submit it. You

RE: Sitemap Component for XML Validation?

2003-09-29 Thread Reinhard Poetz
From: Stephanie Zohner Hi, I would like to validate (with an XML Schema) a SAX Stream in the sitemap before it is processed in the next sitemap component. Does anybody know of a component (Transformer) that can validate an XML Stream against a specified XML Schema? AFAIK there is no

RE: Javascript reserved word clash

2003-10-01 Thread Reinhard Poetz
From: Unico Hommes Hi, I am running into a problem trying to call the delete() method on ModifiableSource class from a flowscript. My guess is that delete is some kind of special keyword in javascript as it fails with a message that says: 'uncaught JavaScript exception: SyntaxError:

RE: Using Saxon7.x in Cocoon2.1.x

2003-10-01 Thread Reinhard Poetz
http://wiki.cocoondev.org/Wiki.jsp?page=Saxon HTH Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:14 PM To: [EMAIL PROTECTED] Subject: Using Saxon7.x in Cocoon2.1.x Hi all! Has anybody a working sample

RE: ANN: Vortrag: Erich Gamma: Eclipse - mehr als nur eine Java IDE

2003-10-09 Thread Reinhard Poetz
From: Alexander Schatten Bertrand Delacretaz wrote: Le Mardi, 7 oct 2003, à 21:30 Europe/Zurich, Alexander Schatten a écrit : ein wenig off-topic---dennoch, da viele cocoon entwickler ja auch an Eclipse interessiert sind, und Erich Gamma ja nicht gar so oft zu sehen ist,

RE: [HELP]Failed to execute pipeline.

2003-10-12 Thread Reinhard Poetz
From: steval Description:org.apache.cocoon.ProcessingException: Failed to execute pipeline.: org.apache.avalon.framework.Cascading RuntimeException: Unexpected exception occured : Could you be more specific please? (sitemap snippets, stacktraces, logfiles, ...) Otherwise I think nobody

RE: [QUESTION] Doing SAX into an action

2003-10-13 Thread Reinhard Poetz
From: Lionel Crine Hi, Is it possible to do some SAX (like a transformer) into an action. Thanks. No, definitly not! (only generators, transformers and serializers have access to the SAX stream) Reinhard - To

RE: Flowscript with JXTemplate error: ...fom_system.js, line 5: The undefined value has no properties.

2003-10-13 Thread Reinhard Poetz
From: Stefan Hi, even the most simple flowscript in conjunction with JXTemplates throws the following exceptions resource://org/apache/cocoon/components/flow/javascript/fom/f om_system.js, line 5: The undefined value has no properties. org.mozilla.javascript.EvaluatorException:

RE: Flowscript with JXTemplate error: ...fom_system.js, line 5: The undefined value has no properties.

2003-10-14 Thread Reinhard Poetz
From: Ugo Cei Reinhard Poetz wrote: cocoon.sendPageAndWait(test.jxt {} ); I think there's a comma missing here: ---^ Thanks for spotting this! Of course the arguments need to be separated with a comma. Reinhard

RE: choose a random image

2003-10-14 Thread Reinhard Poetz
From: news [mailto:[EMAIL PROTECTED] Upayavira wrote: Andreas Hartmann wrote: The min and max random number values would be configured in cocoon.xconf. That's the problem then, how do you keep track of a variable number of images? OK, this is a problem. No it's

RE: Flow script result as a generate

2003-10-15 Thread Reinhard Poetz
From: Ugo Cei Reinhard Poetz wrote: If you use the JXTemplateGenerator at your view pipeline (successPage) you can serialize the XML returned by the soapComponent. Do you mean that by simply using jx:out value=soapXML/ I get the contents of the DOM in place of the jx:out element

RE: Woody Binding?

2003-10-20 Thread Reinhard Poetz
-Original Message- From: Patrick Hess [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 12:17 PM To: [EMAIL PROTECTED] Subject: Woody Binding? Hi there, the application I'm working on at the moment is using woody for some form handling. I managed to get

RE: Woody Binding?

2003-10-20 Thread Reinhard Poetz
From: Patrick Hess Reinhard Poetz wrote: My business logic is implemented in EJB so the binding frameworks sounds like the right approach but if possible I would like to start with a more simple way and migrate to binding later... you can start with XML files to evaluate

RE: Woody / Flow : How to access the continuation stack in the flow ?

2003-10-22 Thread Reinhard Poetz
From: Olivier Billard Hi all ! For our project, we need to have multipage woody forms (sorry : Cocoon forms(TM) :)). The problem is the need of a previous button. Is there a way to access the continuations stack in the flow, to call the continuation of the previous page ? Or is the

RE: Woody / Flow : How to access the continuation stack in the flow ?

2003-10-22 Thread Reinhard Poetz
From: Olivier Billard Thanks for your answer and you invitation, Reinhard ! We dealt this with the flow, but I would be very interested on real multipage forms. Unfortunately, I currently don't have time to follow this discussion this week. Back to my question, that is I think more a

RE: Flowscript and releaseComponent()

2003-10-22 Thread Reinhard Poetz
From: Stephan Coboos Hello, what happens if I do not call releaseComponent() before call of sendPage()? Is it allways necessary to call this method within a flowscript or would the component automatically released when the continuation will be destroyed? Otherwise before each call

RE: Flowscript and releaseComponent()

2003-10-22 Thread Reinhard Poetz
From: Stephan Coboos [mailto:[EMAIL PROTECTED] From: Antonio Gallardo Hi: You need to call releaseComponent() before sendPage() or sendPageAndWait() Antonio Gallardo Thank you Antonio and Reinhard but I think, this is very very uncomfortable, isn't it? At the same way we

RE: Cocoon Forms or not?

2003-10-22 Thread Reinhard Poetz
-Original Message- From: Steven Noels [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 9:22 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon Forms or not? Gianluca Sartori wrote: I'm going ahead with my cocoon journey and I discover what Woody, now Cocoon

RE: cocoon 2.0 - catch a request parameter in sitemap

2003-10-22 Thread Reinhard Poetz
I also think that input modules work in 2.0.4 but if not you can either use an XSP page to get the request parameter our you can write an action that reads the param and pass it to the transformer in the pipeline. Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: learning flows: question

2003-10-23 Thread Reinhard Poetz
From: Patrick Hess Hi, I'm trying to leran :) how flows work at the moment and after playing with the examples I get a feeling how the things fit together. Now I wanted to test my knownledge own my own project. I think it's a simple question: How to get the ${continuation.id} in my

RE: Babeldoc 1.2.0-RC2 Release

2003-10-23 Thread Reinhard Poetz
What are use cases for Babeldoc and when is it the better (only) solution compared to Cocoon? Reinhard -Original Message- From: McDonald, Bruce [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 4:46 PM To: [EMAIL PROTECTED] Subject: Babeldoc 1.2.0-RC2 Release As much

RE: Babeldoc 1.2.0-RC2 Release

2003-10-23 Thread Reinhard Poetz
From: McDonald, Bruce Babeldoc is really quit different from Cocoon. Beside that Babeldoc is different (How pipelines are described? Non-XML-data, ...) I don't see any difference between Cocoon used via the command line interface (CLI) and Babeldoc. Or more concrete I don't know what you can

RE: Babeldoc 1.2.0-RC2 Release

2003-10-23 Thread Reinhard Poetz
From: McDonald, Bruce Heres are some things: The big difference is the configuration and the dynamic modularity. You cannot do the same with Cocoon. In order to use Cocoon from the commandline you need to supply an xconf file. This is handled differently in babeldoc: 1. The

RE: TransletException when using XSP and SourceWriteTransformer

2003-10-27 Thread Reinhard Poetz
From: Stephanie Zohner Hi, I need your help. I get a Translet-Exception due to an EmptyStackException when I try to apply the SourceWriteTransformer on a XSP generated XML-Stream. Here is my sitemap fragment: map:match pattern=config map:generate type=serverpages

RE: HTTP header

2003-10-28 Thread Reinhard Poetz
Vladimir, There is an action you can use or within the control flow you've access to the response object. Reinhard -Original Message- From: Vladimir Marko [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: HTTP header Can anyone

RE: using source resolver in flowscript

2003-10-28 Thread Reinhard Poetz
From: Markus Heussen Can someone explain how I can use the source resolver within a flowscript function? use var resolver = cocoon.getComponent(...roleOfSourceResolver...); Cheers, Reinhard - To unsubscribe, e-mail:

RE: [OT?] - XUL

2003-10-30 Thread Reinhard Poetz
Thanks for the summary, it's wikified ;-) see http://wiki.cocoondev.org/Wiki.jsp?page=XUL Cheers, Reinhard -Original Message- From: Chris Wilkes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 7:43 AM To: [EMAIL PROTECTED] Subject: Re: [OT?] - XUL On Wed, Oct 29,

RE: access defaultsmetamodule variables from java code

2003-10-30 Thread Reinhard Poetz
From: Jorg Heymans Hi, I asked a similar question a few months ago without any luck. This issue has now raised its head again : Does the objectmodel allow to access variables from the defaultsmetamodule in java code (eg transformers, generators...)? I would like to have a global

RE: Getting the componentmanager (was Re: access defaultsmetamodule variables from java code)

2003-10-30 Thread Reinhard Poetz
From: Jorg Heymans Using cocoon 2.04, how can I retrieve the componentmanager from within a transformer? Do i need to use the sourceresolver or something from setup()? My knowledge on avalon components is poor, so i'm hoping someone can enlighten me here . Use the Composable interface

RE: Getting the componentmanager (was Re: access defaultsmetamodule variables from java code)

2003-10-31 Thread Reinhard Poetz
From: Jorg Heymans Nearly there :) My transformer is extending AbstractDOMTransformer so i already have access to this manager object. So would i do: Component c = manager.lookup( org.apache.cocoon.components.modules.input.DefaultsMetaModule); the Component seems like a class

RE: Getting the componentmanager (was Re: access defaultsmetamodule variables from java code)

2003-10-31 Thread Reinhard Poetz
From: Jorg Heymans InputModule d = (InputModule)manager.lookup( org.apache.cocoon.components.modules.input.InputModuleSelector); - this one bums out with a null exception object try this: try { this.selector = (ComponentSelector)this.manager.lookup(InputModule.ROLE + Selector); }

RE: Getting the componentmanager (was Re: access defaultsmetamodule variables from java code)

2003-10-31 Thread Reinhard Poetz
From: Jorg Heymans k-tsching !! works now :) I want to wiki this up, how can i add a new page to the wiki? simply by adding a new link with a non-existing page. after saving you get a question mark instead of the link (because it doesn't exist) and then after clicking it you can edit

RE: JXForms and Java Action class like in XMLForm

2003-11-04 Thread Reinhard Poetz
I'm sorry to say this but I think none of the Cocoon committer will do it because we concentrate our efforts on Cocoon Forms (aka Woody) which overcomes many limitations of JXForms/XMLForms. Of course if somebody provides a patch it will be added to the JXForms block. After releasing Cocoon

RE: Continuation and Java

2003-11-05 Thread Reinhard Poetz
Is it advisable to store data in this way in a flow script? Yes, why not. I suppose it isn´t saved into the continuation object, is it? A continuation object is only a pointer to a certain point within the script execution. If it is reactivated the script execution *continues* after the

RE: Continuation and Java

2003-11-05 Thread Reinhard Poetz
of this flow you can persist your bean (e.g. by using OJB). HTH -- Reinhard David -Mensaje original- De: Reinhard Poetz [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 05 de noviembre de 2003 16:35 Para: [EMAIL PROTECTED] Asunto: RE: Continuation and Java

RE: [WIKI-UPDATE] Woody Main Thu Nov 6 13:00:06 2003

2003-11-06 Thread Reinhard Poetz
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] /snip Page: http://wiki.cocoondev.org/Wiki.jsp?page=Main , version: 266 on Thu Nov 6 11:10:19 2003 by BrunoDumon + * November 6, 2003 + ** Created a [Wiki page +

RE: Automatically transform non ISO-8859-1 request-paqrameters to ISO-8859-1?

2003-11-07 Thread Reinhard Poetz
From: Christofer Dutz Hi, I am having some trouble here. I am the sitemap to use parts of the requested url as parameter for an xslt transformation. First everything worked fine (mabe becaus that browser used the ISO-8859-1 charset), but with the newer browsers I am having problems

RE: Compilation of Cocoon / Binary Distribution / Different Configurations,

2003-11-07 Thread Reinhard Poetz
I've watched this, again, and again, and again. No two people can agree on what they need and what they don't. It is simply not possible to identify a few tailored blocks.properties, as there are just so many relevant combinations. I haven't follow this tread very close but maybe a

RE: How to commit change for review

2003-11-11 Thread Reinhard Poetz
Paul, add your patch at http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Cocoon%202 Please add [Patch] as prefix in the summary field. TIA -- Reinhard -Original Message- From: Paul Bowler [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 12:37 PM To: [EMAIL

RE: Global data

2003-11-13 Thread Reinhard Poetz
Use the context object for this. -- Reinhard -Original Message- From: Mariusz Sieraczkiewicz [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 9:01 PM To: [EMAIL PROTECTED] Subject: Global data I wonder what cocoon mechanisms to use in order to keep global

RE: unsubscribe me please

2003-11-14 Thread Reinhard Poetz
have a look at the footer of mails of this mailing list ;-) -- Reinhard -Original Message- From: alpana [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 6:05 AM To: [EMAIL PROTECTED] Subject: unsubscribe me please unsubscribe me please -Original Message-

RE: Getting continuation before sending a page?

2003-11-19 Thread Reinhard Poetz
-Original Message- From: Stephan Coboos [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 10:17 PM To: [EMAIL PROTECTED] Subject: Getting continuation before sending a page? Hello, is it possible to get the continuation id before calling sendPageAndWait? No, but

RE: XSLT Reference Book

2003-11-20 Thread Reinhard Poetz
XSLT Programmer's Reference by Michael Kay (IMO the best book about XSLT available) -- Reinhard -Original Message- From: apurva zaveri [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 4:44 PM To: [EMAIL PROTECTED] Subject: XSLT Reference Book Hello Everyone, Can

RE: WYSIWYG Wiki Project Using Cocoon

2003-11-21 Thread Reinhard Poetz
-Original Message- From: Oleg Dulin [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 4:36 PM To: [EMAIL PROTECTED] Subject: WYSIWYG Wiki Project Using Cocoon Dear Distinguished COlleagues: I started a project called WysiWyki (What You See is What You Wiki,

RE: JXTemplate and Woody

2003-11-25 Thread Reinhard Poetz
-Original Message- From: Brian McCallister [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 11:23 PM To: [EMAIL PROTECTED] Subject: JXTemplate and Woody I am trying to do a fairly simple (I think) thing in Cocoon (2.1.3) via FlowScript -- put an object in the

RE: JXTemplate and Woody

2003-11-25 Thread Reinhard Poetz
From: Brian McCallister On Tuesday, November 25, 2003, at 03:40 AM, Reinhard Poetz wrote: Hmmm, I can't tell you why this doesn't work as expected for you but why don't you pass the objects using cocoon.sendPage( myPipeline, {user : user} ); I may be wrong, but doesn't

ACD2003 presentations are online!

2003-11-24 Thread Reinhard Poetz
On 18/11 the 'Austrian Cocoon Day' took place (http://cocoon.ifs.tuwien.ac.at). Most of the speakers agreed to publish their presentations as PDFs. You can either find them at the web site of our event or at http://cocoon.apache.org/mirror.cgi (following the events and then the ACD2003

RE: [flow] accessing the real HttpServletRequest

2003-12-03 Thread Reinhard Poetz
From: Paul Crabtree Hi, I'm trying to get access to the real HttpServletRequest from inside Flow because i need to suck in the contents of a post into a Document using getInputStream(). There doesnt seem to be a cocoon equivalent and in the StreamGenerator, which has similar

RE: Howto get data from an xml-file written to an excel file?

2003-12-03 Thread Reinhard Poetz
From: Morten Andersen Is there any tutorials with information on how to generate excel-files from a xml-file? Should I skip using cocoon and go directly to POI? I would use Cocoon :-) Have a look at the hello-world examples to learn how Cocoon works and then find specific infos at

RE: Flowscipt sendPage() with another flowscript

2003-12-07 Thread Reinhard Poetz
From: Mariusz Sieraczkiewicz [mailto:[EMAIL PROTECTED] I have sendPage(another-flow-page, {a : a, b : b}); in one flowscript page and I want to call another flow page with sendPage() function. Never tried it this way ... Why don't you call the function directly? How can I get passed

RE: Using Cron to call pipelines in background

2003-12-10 Thread Reinhard Poetz
From: Christian Haul Dean Cording wrote: Has anyone used the Cron block to invoke a pipeline in the background? If you use the scheduler, you may not access cocoon: URLs because they are only available from within a request. A workaround is to use http: URLs and thus create an

RE: Using Cron to call pipelines in background

2003-12-10 Thread Reinhard Poetz
From: Upayavira [mailto:[EMAIL PROTECTED] Dean Cording wrote: Thanks David, If you'd like to send me a copy of what you have so far I'll have a go at integrating it with the Quartz scheduler. That would be great. From what I understand, you'd need to get access to the

RE: Standalone Pipelines

2003-12-15 Thread Reinhard Poetz
From: Jeffrey Winter [mailto:[EMAIL PROTECTED] I have been wading through the Cocoon documentation but have been unable to answer a question: Can Cocoon (or modules of it) be easily used outside of a servlet container? I like the generator, transformer, serializer paradigm, but

RE: How to passing an param into a resource/action?

2003-12-16 Thread Reinhard Poetz
From: Stephan Coboos Hello, I have the following resource with an action and call in it: map:resource name=myResource map:act name=myAction map:call function=myFunction !-- myParam is always empty here -- map:parameter name=myParam value={myParam}/

RE: JavaBean rewrite as XSP? Help requested

2003-12-17 Thread Reinhard Poetz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 12:28 AM To: [EMAIL PROTECTED] Subject: JavaBean rewrite as XSP? Help requested Hi, I'm in the middle of a rewrite of my web application (JSP/JavaBeans/XML/XSL) to

RE: Return to the sitemap after floscript

2004-01-06 Thread Reinhard Poetz
From: Stephan Coboos Tim Olson wrote: starting with 2.1.3, a call to sendPage() or sendPageAndWait() is required in your script. i think it sucks but was unable to convince the dev list. in 2.1.2 and earlier you can just omit any sendPage call and the sitemap continues where the

RE: Return to the sitemap after floscript

2004-01-06 Thread Reinhard Poetz
From: Stephan Coboos snip/ Please see http://marc.theaimsgroup.com/?t=10686444852r=1w=2 and http://marc.theaimsgroup.com/?t=10684956638r=1w=2 Thank you. But I think this was not a good decision. An action can redirect or return to the actual position. Why not a

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 : wt:widget id=myWidget/ read-only : wt:widget id=myWidgetwi:styling type=output//wt:widget see woody-field-styling.xsl in the woody samples To

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 map:match pattern=support/contract-summary

RE: Flow and modules

2004-01-22 Thread Reinhard Poetz
From: Stephan Michels Hi, how can I access the InputModules within FlowScript? Or are those only acessible over getComponent() ? And inputValue(realpath,/) doesn't seems to work. You're right, there is no direct support for input modules. Using the service manager you can only call input

RE: Conditional Aggregation?

2004-01-26 Thread Reinhard Poetz
From: Brent L Johnson I'm currently using map:aggregate to pull together multiple XSP's into a single source. This works fine for all the static XSP content I want. But what about conditional content? I.e. Im writing a builtin google search. I've got an XSP that does a SOAP call to

RE: Conditional Aggregation?

2004-01-26 Thread Reinhard Poetz
From: Slappy Tang Well - I thought about using the cinclude transformer (since I'm using it elsewhere). But - the problem is, that doesnt seem to help me with the conditional part. I only want to cinclude under certain conditions. So I'm not exactly sure how I could use a cinclude to

RE: getting rid of namespace attribute

2004-01-28 Thread Reinhard Poetz
From: [EMAIL PROTECTED] Hi, This is rather an xlst question, but maybe some of you may have already experienced this : i'm turning xhtml into wml and i can't get rid of the xhtml default namespace attribute. wml xmlns=http://www.w3.org/1999/xhtml; card ... /card /wml

RE: Openoffice generator

2004-02-02 Thread Reinhard Poetz
Have a look at the scratchpad (CVS or wait for 2.1.4). You'll find some ZIP-Source samples and one is an Openoffice.org one. -- Reinhard -Original Message- From: Zamek [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:46 AM To: [EMAIL PROTECTED] Subject: Openoffice

RE: Simple parameter substitution not working in sub-sitemap?

2004-02-04 Thread Reinhard Poetz
From: Tuomo L Haven't done this for a while, but why doesn't it work? map:match pattern=*.* map:generate src={1}.{2}/ map:serialize type={2}/ /map:match When trying: test.html , I get: Type '{2}' is not defined for 'serialize' at... I'm working in a sub-sitemap. Tuomo,

RE: obtaining Servername and Port in Sitemap

2004-02-04 Thread Reinhard Poetz
Derek, AFAIK InputModules are also part of the latest 2.0.x distribution. Have a look into the cocoon.xconf! -- Reinhard -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 1:52 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE:

RE: Simple parameter substitution not working in sub-sitemap?

2004-02-04 Thread Reinhard Poetz
From: news [mailto:[EMAIL PROTECTED] parameter substitution does not work for serializers for some reason. Recently the serializers have been changed to be able to receive sitemap parameters - @developers: is there a reason why the serializer is excluded from sitemap parameter

RE: Simple parameter substitution not working in sub-sitemap?

2004-02-04 Thread Reinhard Poetz
From: news [mailto:[EMAIL PROTECTED] This had nothing to do with setting parameters but with variables in @type attributes. AFAIK you can't set the type of a pipeline component (generators, transformers, serializers) using a variable or an input module. I see now. But it

RE: 401 error code for HttpProxyGenerator

2004-02-05 Thread Reinhard Poetz
I have never used this generator but try map:parameter name=url value=http://localhost/xsql/fetch-layer.xsql/ map:parameter name=query value=layer-id=12/ Just a guess ... -- Reinhard -Original Message- From: Gautam Ganguly [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05,

RE: Using Subversion (or CVS) as a (password-protected) resource

2004-02-08 Thread Reinhard Poetz
From: Richard In Public Hi I have a number of OpenOffice Writer files (*.sxw) in a Subversion repository (think CVS if you don't know Subversion). I want to pull these from the repository and through Yves Vindevogel's OpenOffice generator. This should be pretty simple as the

RE: BetwixtTransformer

2004-02-13 Thread Reinhard Poetz
From: Scherler, Thorsten Hello group, I followed the instruction at http://wiki.cocoondev.org/Wiki.jsp?page=BetwixtTransformer. the only differents between my local setting and that wiki page is that I could not find commons-betwixt-1.0-beta-1.jar! I used

RE: Double submit

2004-02-13 Thread Reinhard Poetz
From: paravena Hi all Does anyone know if there is an strategy to prevent double submit like in struts (saveToken/isTokenValid) If you use Flowscript you can invalidate a continuation right after it has been reacivated the first time. -- Reinhard

RE: Flow and actions correct way?

2004-02-13 Thread Reinhard Poetz
From: Upayavira [mailto:[EMAIL PROTECTED] Antonio Gallardo wrote: Joose Vettenranta dijo: When creating java-class that can be called from inside flow, does it have to be compiled against some cocoon class, or can be separed? How can I get information from request, or does

RE: First impresion BetwixtTransformer (Bug report ?)

2004-02-14 Thread Reinhard Poetz
From: Scherler, Thorsten Reinhard Poetz wrote: You find the betwixt transformer in the Cocoon scratchpad with a working example. -- Reinhard Cheers, I found it using cocoon 2.1.4 (but I could not find a direct link to the example). Try samples/scratchpad/betwixt/ So I

RE: cocoon with j2sdk 1.5b?

2004-02-17 Thread Reinhard Poetz
-Original Message- From: Brian Millett [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 3:11 PM To: [EMAIL PROTECTED] Subject: Re: cocoon with j2sdk 1.5b? On Mon, 2004-02-16 at 18:55 -0600, Antonio Gallardo wrote: This is correct your current version was

RE: cocoon with j2sdk 1.5b?

2004-02-17 Thread Reinhard Poetz
From: Brian Millett snip Is there a way to see what file it was compiling when it died? Thanks. Try to start Ant with the verbose parameter: ant -verbose But usually Ant shows the complete error message of build failures. Cool, is this an ant problem? snip/ I think

RE: Cron implementation: Xavier

2004-02-19 Thread Reinhard Poetz
Huma, Hava a look at the samples. There is one which calls a pipeline. HTH -- Reinhard -Original Message- From: Hugo Marcelino [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 7:22 PM To: Apache Cocoon (Correio electrónico) Subject: Cron implementation: Xavier

RE: Cron implementation in Apache Cocoon: Hugo Marcelino

2004-02-20 Thread Reinhard Poetz
Hugo, Have a look at http://wrpo:8080/samples/cron/cron.html and the implementation of it at src\blocks\cron\java\org\apache\cocoon\components\cron\TestCronJob.java You have to configure your own job in cocoon.xconf. Look again for TestCronJob. HTH now Reinhard -Original Message-

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 made the link to

Re: Hibernate vs. reload-scripts

2004-04-21 Thread Reinhard Poetz
Christopher Oliver wrote: What error do you get? AFAIK it should work. Why exactly does hibernate need to see all your persistent classes in the classpath? I guess that Hibernate comes with its own classloader. Maybe it is possible to set the compiling classloader dynamically. Mark

Re: Portal in cocoon 2.1.5

2004-04-21 Thread Reinhard Poetz
zze-MORON François FTRD/DMI/REN wrote: Is portal sample still included in Cocoon 2.1.5 (I built a CVS version this morning and had an unknown ressource error Trying to reach url _http://loca__lhost:8080/samples/portal_ http://localhost:8080/samples/portal) ? François Yesterday it worked for

Re: Flowscript and XSLT

2004-04-21 Thread Reinhard Poetz
beyaNet Consultancy wrote: Hi, 1. is it possible to apply a stylesheet to a *.jx file like you can to xsp? map:match pattern=*.jx map:generate type=jx src=jx/{1}.jx/ map:transform type=xslt src=style/main.xsl/ map:serialize type=xhtml/ /map:match If not, why? Surely not being able to apply a

Re: Portal in cocoon 2.1.5

2004-04-21 Thread Reinhard Poetz
Reinhard Poetz wrote: zze-MORON François FTRD/DMI/REN wrote: Is portal sample still included in Cocoon 2.1.5 (I built a CVS version this morning and had an unknown ressource error Trying to reach url _http://loca__lhost:8080/samples/portal_ http://localhost:8080/samples/portal) ? François

Re: Flowscript and XSLT

2004-04-21 Thread Reinhard Poetz
.; } } cocoon.redirectTo(registerd_user_area); - HERE THE CALL IS MADE } the parts of the aggregation which process serverpages are not rendered to the screen, i.e. they appear blank. Why? Peter On 21 Apr 2004, at 11:10, Reinhard Poetz wrote: beyaNet Consultancy wrote: Hi, 1. is it possible

Re: JXT or XSP?

2004-05-03 Thread Reinhard Poetz
After reading your response I have to write a response ;-) Ralph Goers wrote: John, I started to write a really long response but though better of it. The bottom line here, is that what you are doing is not wrong. It is probably exactly how I would implement your site. However, pardon me for

Re: OutOfMemoryError

2004-05-03 Thread Reinhard Poetz
Johnson wrote: Hi! I'm trying to build the latest cocoon (cocoon-2.1_20040428041256.tar.gz), my computer has 756MB RAM,and the system is winXP,j2sdk1.4.2-04 when the build go to cocoon-block-serializers-compile,after prompt compiling 95 source files to dest the error happended The system is

  1   2   3   >