RE: Continuations are broken?

2002-06-20 Thread Reinhard Poetz
-Original Message- From: Ovidiu Predescu [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 4:48 AM To: [EMAIL PROTECTED] Subject: Re: Continuations are broken? On 6/19/02 12:48 PM, Vadim Gritsenko [EMAIL PROTECTED] wrote: Hi Ovidiu, and hi all, Either I did not

Re: RE: Deploying Cocoon as WAR in Bea WLS 6.1 SP2

2002-06-20 Thread berni_huber
hi, Moreover check that you set the XSLT processor explicitly in the cocoon.xconf, this is also described several times in the mail archives, check again for wls61 Thanks - we have been there :-) when we deployed an older version of Cocoon into Bea unpacked. This time I explicitely

Optional libs to documentation...

2002-06-20 Thread Per Kreipke
In C2, this is the info about the included jars (generated from jars.xml I'm guessing): http://xml.apache.org/cocoon/installing/jars.html In cocoon1, there similar information about the included jars used to have a column that indicated whether it was required or not. In C2, it looks like the

[RT] SpitScript - B-Logic that doesn't suck ( Re: [RT] Flowmaps)

2002-06-20 Thread Nicola Ken Barozzi
Andrew C. Oliver wrote: Oh god no...businesslogic in javascript.. . no no no. I'm having nightmares ... Nicola Ken Barozzi wrote: Maybe, could you just help me come up with a business-logic stuff that isn't written in sitemap or flowscript ... Andrew C. Oliver wrote: Yes.

RE: Optional libs to documentation...

2002-06-20 Thread Per Kreipke
Well, from a comment in CVS Sync autogenerated jars.xml with head, it seems like jars.xml is autogenerated and in fact, there's code in build.xml to do so. Never mind :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [RT] Flowscript [was Re: [RT] Flowmaps]

2002-06-20 Thread Stefano Mazzocchi
Ovidiu Predescu wrote: Hmmm, call me picky, but what's wrong with map:flowscripts default=calculator map:flowscript name=calculator src=calc.js language=javascript/ /map:flowscripts Because my calculator implementation may be composed of multiple script files. This is not the

Re: Continuations are broken?

2002-06-20 Thread Ovidiu Predescu
On 6/19/02 7:58 PM, Vadim Gritsenko [EMAIL PROTECTED] wrote: Rhino used to have the behavior you described, but Christopher and I decided is better to have the current one, which is more useful to real applications. You lost me! What has been changed? Or, better question, how it works

RE: [RT] Flowscript [was Re: [RT] Flowmaps]

2002-06-20 Thread Vadim Gritsenko
From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] snip/ Ah, ok. Just one point, the code above: map:match pattern=calc/* map:flow method=calculator continuation={1} / /map:match would not match calc/ (at least, in the past I had problems with this, maybe behavior changed

How to write applications with flowscripts (WAS Re: [RT] Flowmaps)

2002-06-20 Thread Ovidiu Predescu
On 6/20/02 1:06 AM, Nicola Ken Barozzi [EMAIL PROTECTED] wrote: Ovidiu Predescu wrote: ... You can also do everything in JavaScript, but beware that you're moving the business logic in JavaScript, where it shouldn't be. Where should it be then (not provocative, just a question I

Re: [RT] Flowmaps

2002-06-20 Thread Ovidiu Predescu
On 6/20/02 1:21 AM, Sylvain Wallez [EMAIL PROTECTED] wrote: Ovidiu Predescu wrote: On 6/18/02 7:59 AM, Sylvain Wallez [EMAIL PROTECTED] wrote: Your assumption is that the flow scripts are visible to all the applications. I don't think this is reasonable. Just think of an ISP who

Re: Continuations are broken?

2002-06-20 Thread Ovidiu Predescu
On 6/20/02 1:23 AM, Sylvain Wallez [EMAIL PROTECTED] wrote: Vadim Gritsenko wrote: Can you explain (in two words ;) what is going on behind this, how variable B in one continuation got value assigned to variable B in another continuation? Do all continuations share same values? Yes,

Re: Continuations are broken?

2002-06-20 Thread Ovidiu Predescu
On 6/20/02 1:23 AM, Sylvain Wallez [EMAIL PROTECTED] wrote: Vadim Gritsenko wrote: Can you explain (in two words ;) what is going on behind this, how variable B in one continuation got value assigned to variable B in another continuation? Do all continuations share same values? Yes,

Re: [RT] Flowmaps

2002-06-20 Thread Ovidiu Predescu
On 6/20/02 4:55 AM, Nicola Ken Barozzi [EMAIL PROTECTED] wrote: user-perspective Assuming that I want to make my business rules *without* java, what can I use? Where do I put them? How do I organize them? Is there a repository for them? How do I use them in the flow? How do I make

DO NOT REPLY [PATCH QUEUE] Summary June 21 2002

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

Re: JAAS support in Cocoon

2002-06-20 Thread Kevin O'Neill
As JBoss (http://www.jboss.org) provides JAAS-based authentication, maybe you can get closer to where you want to get by looking into JBoss 3.0+Tomcat plus Cocoon; it's just a hint - two days ago I tried running Cocoon in JBoss 3.0+Tomcat without immediate success :/ The head version