cvs commit: cocoon-2.1/src/documentation/xdocs who.xml

2003-06-30 Thread reinhard
reinhard2003/06/30 06:59:41 Modified:src/documentation/xdocs who.xml Log: First commit ;-) Revision ChangesPath 1.6 +1 -0 cocoon-2.1/src/documentation/xdocs/who.xml Index: who.xml === RCS

Introduction Reinhard Pötz

2003-06-30 Thread Reinhard Pötz
$ webforms, JSF, Struts, ... Apart from Cocoon I'm on the way to become a Certified Transactional Analyst (this has nothing to do with IT as many people believe but more with psychology), like to read, play tennis and learn to dance (waltz, cha-cha, jive, ... ;-) Cheers, Reinhard

RE: More on FOM

2003-06-30 Thread Reinhard Pötz
the JXForms implementation which needs this to provide previous/next-navigation. I'll add all those things to the proposal ASAP. Reinhard

cvs commit: cocoon-2.1/src/targets ide-build.xml

2003-06-30 Thread reinhard
reinhard2003/06/30 12:22:16 Modified:.build.properties src/targets ide-build.xml Log: - support for a OUTPUT_DIR property -- so it can be overwritten locally Revision ChangesPath 1.22 +3 -0 cocoon-2.1/build.properties Index

cvs commit: cocoon-2.1/src/scratchpad/src/org/apache/cocoon/components/flow/javascript/fom FOM_Cocoon.java

2003-06-30 Thread reinhard
reinhard2003/06/30 12:11:10 Modified:src/scratchpad/src/org/apache/cocoon/components/flow/javascript/fom FOM_Cocoon.java Log: - Implemented functions: * getComponent( id ) * releaseComponent( component) * load( script) - support for cocoon

[Flow] Serious problem with cocoon.getComponent(id)

2003-06-30 Thread Reinhard Pötz
I think we have I serious problem with the lookup of components within flow scripts. Under load the component manager can become null!!! Could somebody with more knowledge about this part of Cocoon have a look at it? TIA! Cheers, Reinhard -Original Message- From: [EMAIL PROTECTED

RE: [Flow] Serious problem with cocoon.getComponent(id)

2003-06-30 Thread Reinhard Pötz
itself. If you need more information please let me know! Reinhard for me to help you. The component manager will only become null when the FOM_Cocoon object is invalidated. Your scripts should not be executing in this state. If they are that that indicates a bug and we need to find

RE: Contribution: MultiPartPostAction FilePartGenerator

2003-06-30 Thread Reinhard Pötz
/stream-generator.html can't do for you? Cheers, Reinhard -Original Message- From: Simmerman, Eric [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 7:50 PM To: [EMAIL PROTECTED] Subject: Contribution: MultiPartPostAction FilePartGenerator Hello all, As per the Cocoon

RE: [VOTE] Give all Cocoon committers CVS access?

2003-06-25 Thread Reinhard Pötz
vote Cocoon. I don't think it will be a major change for us now practically, so it may seem more hassle than gain, but when things will start playing out, it will IMHO become more evident that we belong with the Cocoon community. +1 (Forrest should become a subproject of Cocoon) Reinhard

RE: FOM, views, and input modules

2003-06-25 Thread Reinhard Pötz
if this is possible at all.) What do you think? Reinhard

[OT] CVS access over SSH

2003-06-25 Thread Reinhard Pötz
Sorry for the off-topic post but I have a problem accessing Cocoon with SSH using Putty (win2k). Is there anybody out there who runs this configuration? I get some real strange error messages. TIA! Reinhard P.S. Of course I would write some documentation, promised!

RE: flow - database.js - Componentmanager

2003-06-23 Thread Reinhard Pötz
From: Stefano Mazzocchi on 6/20/03 11:52 AM Reinhard Pötz wrote: Yes, you are right. The current draft of the FOM does not contain a database layer. I see two options: 1.) remove it complety 2.) add it to the petstore examples (which are based on those JS functions

RE: [SourceResolver] getLastModified() for cocoon:// sources always returns 0

2003-06-23 Thread Reinhard Pötz
From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] Reinhard Pötz wrote: If I understand this correctly I get with source.getValidity() the SourceValidity. Yes. But if I call e.g. cocoon://blablalba.xml this method returns null. The default pipe is the caching pipe and I

RE: [SourceResolver] getLastModified() for cocoon:// sources always returns 0

2003-06-23 Thread Reinhard Pötz
can't be compiled but I'm completly satisfied if the Cocoon internal caching mechanism works. I'll check why source.getValidity() doesn't work for me with the latest CVS. Reinhard

RE: [Flow] Preparing the vote - long!

2003-06-23 Thread Reinhard Pötz
please read this as a neutral observation, will you? I'm not into flames. If I'm wrong with my observation, just say so and I'll withdraw to my cave. ;-) Cheers, /Steven Reinhard

[Stammtisch-Vienna] Reminder!

2003-06-23 Thread Reinhard Pötz
all! Kind regards, Reinhard

[SourceResolver] getLastModified() for cocoon:// sources always returns 0

2003-06-20 Thread Reinhard Pötz
If I call the method getLastModified() for cocoon:// sources the return value is always 0. Is this the correct behaviour? If yes at least the JXTemplateGenerator (line 2868) doesn't work correctly and I think some more components too. Reinhard

RE: [SourceResolver] getLastModified() for cocoon:// sources always returns 0

2003-06-20 Thread Reinhard Pötz
From: Sylvain Wallez [mailto:[EMAIL PROTECTED] Reinhard Pötz wrote: If I call the method getLastModified() for cocoon:// sources the return value is always 0. Is this the correct behaviour? Yes ! If yes at least the JXTemplateGenerator (line 2868) doesn't work correctly

RE: flow - database.js - Componentmanager

2003-06-20 Thread Reinhard Pötz
examples using Java objects. So we can show our users what we envision as the best way of writing flow apps with database access. Reinhard -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 6:44 PM To: [EMAIL PROTECTED] Subject: Re: flow

[Flow] Preparing the vote - long!

2003-06-19 Thread Reinhard Pötz
of the branches reaches the end of the function. The whole continuation tree is then invalidated. Reinhard: I think we need the continuations object available within the flows. Especially if you write high advanced flows (look at the JXForms implementation) you need access to the continuations

[Flow] Scope and Sessions

2003-06-17 Thread Reinhard Pötz
? From a technical point of view, are there any other possiblities of implementing the JavaScript global scope. If so has there ever been a community decision (vote) which of these possibilities is best? I'm only asking because I'm curious - no offense to anybody! Best regards, Reinhard

RE: Continuations in Aggregations?

2003-03-27 Thread Reinhard Pötz
but may be you come up with a use case where it is not possible to solve a problem this way please let us know! Regards, Reinhard -Original Message- From: Richard In Public [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 6:00 PM To: [EMAIL PROTECTED] Subject: Continuations

RE: [ANN] XMLForm as a standalone servlet toolkit

2003-03-27 Thread Reinhard Pötz
, ...) Only some thoughts of a XMLForms user ... Best regards, Reinhard

RE: [heads-up] wiki abuse: your advice please

2003-03-15 Thread Reinhard Pötz
with enforced proxies. My cable provider installed a proxy and I have to use it for all HTTP connections whether I like it or not. Just some thoughts ... Reinhard

RE: Snapshot links at Cocoon website

2003-03-11 Thread Reinhard Pötz
That is the only occurrence of the word xml-cocoon2 on the server, all other problems are client-cache related... I checked it again and now the link is correct. Probably a proxy server issue because client caching is turned off in all my browsers. Reinhard

RE: Snapshot links at Cocoon website

2003-03-11 Thread Reinhard Pötz
this update can be done directly at the webserver and the CVS is updated in the same way. Reinhard

Snapshot links at Cocoon website

2003-03-10 Thread Reinhard Pötz
suggest linking to http://xml.apache.org/cocoon/mirror.cgi#nightly but I guess that's your intention ;-) Regards, Reinhard

RE: STX could seriously replace XSLT on the server side

2003-03-04 Thread Reinhard Pötz
From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED] If you don't know what STX is, just take a look here: Daniel has already done some first steps using it. See http://marc.theaimsgroup.com/?l=xml-cocoon-devm=104566478723403w=2 Reinhard

RE: [ARTICLE]Excel Reports with Apache Cocoon and POI

2003-01-25 Thread Reinhard Pötz
http://www.xml.com/pub/a/2003/01/22/cocoon-excel.html Perhaps, we can build a wiki page of all this very interesting articles. Checkout http://wiki.cocoondev.org/Wiki.jsp?page=Links - there you should find all? articles mentioned on cocoon-users or cocoon-dev. Reinhard

RE: [vote] finilizing the pending votes on flow [was Re: [RT] Flow/SitemapIntegration]

2003-01-21 Thread Reinhard Pötz
-Original Message- From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] Reinhard Poetz wrote: There remains one open question for me: How to I get 'feedback' whether the called pipeline did its job well or not? And if not, how to I get information about what happend

RE: [vote] finilizing the pending votes on flow [was Re: [RT] Flow/SitemapIntegration]

2003-01-17 Thread Reinhard Poetz
Thank you very much! I thought that it would work the other way! Regards, Reinhard -Original Message- From: Christopher Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 7:18 AM To: [EMAIL PROTECTED] Subject: Re: [vote] finilizing the pending votes on flow [was Re

RE: [vote] finilizing the pending votes on flow [was Re: [RT] Flow/SitemapIntegration]

2003-01-17 Thread Reinhard Poetz
-Original Message- From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 1:27 PM To: [EMAIL PROTECTED] Subject: Re: [vote] finilizing the pending votes on flow [was Re: [RT] Flow/SitemapIntegration] Reinhard Poetz wrote: Stefano Mazzocchi wrote

RE: [vote] finilizing the pending votes on flow [was Re: [RT] Flow/SitemapIntegration]

2003-01-17 Thread Reinhard Poetz
or not? And if not, how to I get information about what happend (error message/status information)? What do you think? Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: [vote] finilizing the pending votes on flow [was Re: [RT] Flow/SitemapIntegration]

2003-01-17 Thread Reinhard Poetz
Ugo Cei wrote: Reinhard Poetz wrote: Therefore I'll come up with a solution of using the flow as controller for XMLForms - a 'pre-alpha' version is already running at my laptop. I know that my solution is far from being perfect (continuations can be very tricky ...) but I want

RE: [RT] Flow/Sitemap Integration

2003-01-16 Thread Reinhard Poetz
feature!) Regards, Reinhard Regards, Michael -- Stefano Mazzocchi [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

RE: [vote] finilizing the pending votes on flow [was Re: [RT] Flow/SitemapIntegration]

2003-01-16 Thread Reinhard Poetz
); resolver.toSAX( srce, xc ); return xc; } The component myXMLConsumer has a method codepublic String getDocument()/code ... mabe there is a better/more elegant way, but it works for me ;-) Regards, Reinhard -- Stefano Mazzocchi [EMAIL PROTECTED

RE: [ERROR] CVS build failed.

2003-01-09 Thread Reinhard Poetz
a look at the archives. Did you check out CVS after Ovidiu's patch? Regards, Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Build system problems on OS/X 10.2.3

2003-01-08 Thread Reinhard Poetz
We get the same error on Win2k + java1.3.1 but at another position during the build process. What's the reason for this ant problem? Regards, Reinhard -Original Message- From: Ovidiu Predescu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:44 PM To: [EMAIL PROTECTED

RE: [Proposal] Implementing XMLForm with Flow

2002-12-06 Thread Reinhard Poetz
-Original Message- From: Ugo Cei [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 9:25 AM To: [EMAIL PROTECTED] Subject: Re: [Proposal] Implementing XMLForm with Flow Reinhard Poetz wrote: I have already successfully reimplmented the XMLForms using the control flow. I

RE: [Proposal] Implementing XMLForm with Flow

2002-12-06 Thread Reinhard Poetz
Hi Ovidiu, I will post an example as soon as I have a free day because I have to remove some enhancements which make no sense as they require our internal libraries. I hope you'll hear from me next week but I can't promise it. Regards, Reinhard -Original Message- From: Ovidiu

RE: [Proposal] Implementing XMLForm with Flow

2002-12-05 Thread Reinhard Poetz
necessary. I will come up with some more details soon. Are you interested? Regards, Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Changing Xalan XSL (WAS Re: SVG - java socket exception)

2002-12-03 Thread Reinhard Poetz
?page=Saxon - it should help (and is faster than Xalan). Regards, Reinhard -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 6:26 PM To: [EMAIL PROTECTED] Subject: Changing Xalan XSL (WAS Re: SVG - java socket exception) HI More

RE: 2.1 : cinclude / sourceresolver and request parameter handling changed?

2002-11-26 Thread Reinhard Poetz
Michael, try cinclude:include src=cocoon:/configresources/contact/ select=/contact/title/ Regards, Reinhard -Original Message- From: Michael Homeijer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 10:59 AM To: '[EMAIL PROTECTED]' Subject: 2.1 : cinclude

Cocoon Workshop by Software AG and TECCO

2002-11-25 Thread Reinhard Poetz
reduziert und Cocoon den entscheidenden Entwicklungsvorsprung sichert source: http://www.aoug.at/exptreff_0204.htm Regards, Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Cocoon Workshop by Software AG and TECCO

2002-11-25 Thread Reinhard Poetz
it twice I got it ... I read Cocoon Technologies, break, Software AG ;-) But I think it is very confusing that a company called Cocoon offers similar products (at least in some way) to Apache Cocoon. Regards, Reinhard

Status of (Input)Modules

2002-11-14 Thread Reinhard Poetz
by Carsten [http://marc.theaimsgroup.com/?l=xml-cocoon-devm=103433133012968w=2] proposing to reimplement the input modules. As far as I know there was no *final* result of the discussion or have I missed something? Best regards, Reinhard

[OT] Googlefight (was: RE: [ot] oscom berkeley)

2002-10-06 Thread Reinhard Poetz
At googlefight.com you can compare keywords - which one is requested by the google users more often. I tried cocoon vs. zope ;-) http://www.googlefight.com/cgi-bin/compare.pl?q1=cocoonq2=zopeB1=I%27m+Fee ling+Groggy%21%21+Go%21compare=1langue=us Reinhard

RE: [OT] Googlefight (was: RE: [ot] oscom berkeley)

2002-10-06 Thread Reinhard Poetz
From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Wow. Even Apache vs Zope is in favor of the latter. How trustworthy is this source? I don't know - but it's entertaining ... Reinhard From: Reinhard Poetz [EMAIL PROTECTED] At googlefight.com you can compare keywords - which one

[Summary] RE: [control flow] Reloading Scripts

2002-10-01 Thread Reinhard Poetz
Hi Ovidiu, Thank you! Your patch solved the problem with the reload. Regards, Reinhard -Original Message- From: Ovidiu Predescu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 9:42 AM To: Reinhard Poetz Cc: [EMAIL PROTECTED] Subject: Re: [control flow] Reloading

[control flow] Reloading Scripts

2002-09-29 Thread Reinhard Poetz
there were ?similar? (at least the symptom is the same) problems 5 weeks ago: [http://marc.theaimsgroup.com/?l=xml-cocoon-devm=102956711018659w=2]. Regards Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Fw: XML Journal poll.

2002-08-25 Thread Reinhard Poetz
Maybe somebody should place a link at http://xml.apache.org/cocoon Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Giacomo Pati Sent: Sunday, August 25, 2002 5:59 PM To: [EMAIL PROTECTED] Subject: Re: Fw: XML Journal poll. The number

RE: [vote]: Applying patches

2002-07-11 Thread Reinhard Poetz
are compiled What do you think? Is it an acceptable solution? Regards, Reinhard PS: We improved some of the classes. If you like to include the connectivity-tool (web3-core) we will provide the new patch. - To unsubscribe, e-mail

Performance of XSLTC

2002-07-10 Thread Reinhard Poetz
doing something wrong? - Do I have to make a real load test to get a difference in performance? - Did anybody get other/similar results? Regards, Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

RE: Cocoon 2.1 samples page

2002-07-04 Thread Reinhard Poetz
Sylvain, ../cocoon/samples/ dont't forget the last slash! Regards, Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 6:16 PM To: [EMAIL PROTECTED] Subject: Cocoon 2.1 samples page Hi, Where could I find

RE: Continuations are broken?

2002-06-20 Thread Reinhard Poetz
, but none of them is cheap enough at runtime to be worth the effort. What is the advantage of continuations? It seems that the calculator example has only one state ... Regards, Reinhard Regards, -- Ovidiu Predescu [EMAIL PROTECTED] http://www.geocities.com/SiliconValley/Monitor/7464

RE: [RT] Flowmaps

2002-06-18 Thread Reinhard Poetz
/components/flow/scheme/system. scm/load-on-startup heap/WEB-INF/sisc.heap/heap /component-instance -- /flow-interpreters Regards, Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

RE: Cocoon in HEAD Hangs, is it really only me?

2002-06-13 Thread Reinhard Poetz
-Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 11:49 AM To: [EMAIL PROTECTED] Subject: Cocoon in HEAD Hangs, is it really only me? Hi All, Several people have commented that Cocoon 2 in HEAD hangs when Source files or XSLT

RE: XMLForms and Flowmap

2002-06-12 Thread Reinhard Poetz
want's to join. Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

AW: [XMLForms]

2002-06-11 Thread Reinhard Poetz
way - what do you think? As soon as the current version in the cvs will work again, I'll provide the patch. Regards, Reinhard -Ursprüngliche Nachricht- Von: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 11. Juni 2002 15:09 An: Reinhard Poetz; [EMAIL PROTECTED] Betreff

AW: [XMLForms]

2002-06-11 Thread Reinhard Poetz
-Ursprüngliche Nachricht- Von: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 11. Juni 2002 15:45 An: [EMAIL PROTECTED] Cc: Ivelin Ivanov Betreff: AW: [XMLForms] Ivelin, I added the parameter xmlform-data to the Sitemap. (map:parameter name=xmlform-data value

[XMLForms]

2002-06-10 Thread Reinhard Poetz
and the sitemap parameters in the Bean I had to change the reflection part of the AbstractXMLAction and I had to write a new constructor for Beans. If the community is interested in a patch I can provide it by the end of this week. Regards, Reinhard

RE: NekoHTML in Cocoon....

2002-05-14 Thread Reinhard Pötz
What are there any differences to HTML Tidy (speed, functionality)? Reinhard -Original Message- From: Jörn Heid [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 1:27 PM To: [EMAIL PROTECTED] Subject: NekoHTML in Cocoon Necko is an HTML parser based on Xerces

Web3 (was: [Announcement] Web3 - SAP R/3 connection components)

2002-04-20 Thread Reinhard Pötz
think that means you should have a look into YOUR licence agreement with SAP ;-) Regards, Reinhard / Michael - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - EFP Consulting GmbH, Praterstraße 45, 1020 Wien - Austria www.efp.cc

AW: Cocoon + UserAgent Strings

2002-03-07 Thread Reinhard Potz
://marc.theaimsgroup.com/?l=xml-cocoon-devm=101412719423893w=2) and to send the diff to bugzilla. (planned for the next weeks). Reinhard -Ursprungliche Nachricht- Von: Tony Collen [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 08. Marz 2002 06:19 An: [EMAIL PROTECTED] Betreff: Cocoon

HTTPHTMLGenerator

2002-02-19 Thread Reinhard Pötz
. Attached you find the sources (HTTPHTMLGenerator.java) - tested with Cocoon 2.0.1/Tomcat4.0.1/Win2K-Prof Reinhard Pötz HTTPHTMLGenerator.java Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

AW: Proxy Component?

2001-12-06 Thread Reinhard Pötz
reader but uses the client's http-header data. What do you think? Regards, Reinhard Poetz So, I hope you got the idea. Btw, developers, there are ServletGenerator and JSPGenerator componenets that implement almost the same thing: get output from a servlet then generate XML from