Re: [Schecoon] flow control layer

2002-02-27 Thread Piroumian, Konstantin
> On Tue, 26 Feb 2002 19:07:20 +0300, "Piroumian, Konstantin" <[EMAIL PROTECTED]> wrote: > > > > As to using a "Component" to do the work, we already have the proper > > > granularity. I.e. Schecoon. Currently we have Actions to help control > > > flow, and we have Matchers and Selectors. > > >

Re: esql thread unsafe - bug

2002-02-27 Thread Torsten Curdt
On Wed, 27 Feb 2002, Donald Ball wrote: > On Tue, 19 Feb 2002, Szymon Stasik wrote: > > > I've discovered serious bug in esql logicsheet while using it with > > cocoon-1.8.3. However the same bug seems to exists in cocoon2. The > > problem is that while node stack logic variables (xspParentNode,

Add-on for the "installing/index.html" of the C2 docs.

2002-02-27 Thread Olivier Rossel
For Tomcat installation on Unix with no X11 and JRE1.3, the tip given is to uncompress pja.jar in a standard directory of the JRE, then add the proper $CATALINA_OPTS in order to enable PJA. This is annoying if you are a normal user, and wish to use tomcat from your home directory, with the stand

DO NOT REPLY [Bug 6712] New: - No Encoding of values in the HTMLGenerator

2002-02-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [Schecoon] flow control layer

2002-02-27 Thread Maciek Kaminski
On 26 Feb 2002 at 19:46, Ovidiu Predescu wrote: > On Tue, 26 Feb 2002 19:07:20 +0300, "Piroumian, Konstantin" > > ... > > Yes, that's true. We've been using actions to interact with the flow > > controller. So, why do we need another language to describe the flow? Why not > > Java? > > Because J

XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread James Burton
Hi all! We're working on a Cocoon 2 project and *very* strongly need the ability to "branch" to a different pipeline or part of a pipeline based on the XML output of a Transformer. This is because we use a custom Transformer for communicating with an EJB back end. Originally I thought to use an

XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread James Burton
Hi all! We're working on a Cocoon 2 project and *very* strongly need the ability to "branch" to a different pipeline or part of a pipeline based on the XML output of a Transformer. This is because we use a custom Transformer for communicating with an EJB back end. Originally I thought to use an

Re: XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread James Burton
Oops! Sorry for sending that last message twice; won't happen again. Regards, James Burton --- James Burton <[EMAIL PROTECTED]> wrote: > Hi all! We're working on a Cocoon 2 project and > *very* strongly need the ability to "branch" to a > different pipeline or part of a pipeline based on > the

RE: XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread Matthew Langham
Hi James, one solution that may help: Your Transformer -> Stylesheet -> CIncludeTransformer -> serializer : v pipeline (via: "cocoon://.

RE: XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread James Burton
Hi Matthew, Thanks very much for the suggestion. It works in theory (at least I am able to switch to a different pipe based on different XML from the stream), but has two problems: 1) If possible, I'd like to keep the mapping from XML result => new pipeline inside of the sitemap file. 2) I get

class loading

2002-02-27 Thread Torsten Curdt
I need to load a class by name in a self-written component. Should I use the ClassLoaderManager or the ClassUtils to do so? Where will be the difference? -- Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: xsp engine hangs after upgrading to 2.0.1

2002-02-27 Thread Vadim Gritsenko
> From: Donald Ball [mailto:[EMAIL PROTECTED]] > > hey guys. i was trying to help someone convert a webapp from 2.0.0 to > 2.0.1. we replaced all of the libraries and logkit conf file, and merged > the cocoon.xconf and sitemap.xmap changes. so far, so good. started up > tomcat and saw that the si

RE: XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread Bruno . Dumon
I've had a similar situation, i.e. the need to make flow decision based on data generated in a pipeline. My solution was to create an action that executes another pipeline (using the cocoon:/ protocol), and stores its result as a (saxon)dom tree in the request object. Then there's a xpath-based se

Re: [C2.0.1]Problem with SOAP Logicsheet in accessing .Net Web Servic es

2002-02-27 Thread Davanum Srinivas
Pankaj, Can you please add this as an entry in bugzilla? (http://nagoya.apache.org). Also, did you figure out what problems are in org.apache.commons.httpclient.*? Can you send them a patch? The only way the code will become better is when we keep an eye out for each others mistakes and help

Serializers sending Headers?

2002-02-27 Thread James Burton
Hi all, I'm coding a custom serializer now, and I am wondering if I am allowed to send an arbitrary HTTP header from the serializer code? In particular I'd like to send a "Location: " header, but I may want to send others. I think I can accomplish this with these lines: Response response

Re: Serializers sending Headers?

2002-02-27 Thread Koen Pellegrims
Cocoon in general and serializers specifically are not limited to the HTTP-protocol... What will you do if your serializer is used when Cocoon is called from the command-line? A serializer must serialize only content, and not mess with the transport layer... K. On Wed, 27 Feb 2002, James Burton

Re: Serializers sending Headers?

2002-02-27 Thread James Burton
But... but... I see in the ResourceReader that it sends headers, for example: response.setHeader("Accept-Ranges", "bytes"); If a Reader can send a header, why not a Serializer? Thanks, James --- Koen Pellegrims <[EMAIL PROTECTED]> wrote: > Cocoon in general and serializers specifically are >

Re: Serializers sending Headers?

2002-02-27 Thread Torsten Curdt
On Wed, 27 Feb 2002, James Burton wrote: > But... but... I see in the ResourceReader that it > sends headers, for example: > > response.setHeader("Accept-Ranges", "bytes"); > > If a Reader can send a header, why not a Serializer? Hm.. good point! But IIRC there is an action to set arbitrary he

Re: [Schecoon] flow control layer

2002-02-27 Thread Stefano Mazzocchi
Ovidiu Predescu wrote: > > Sorry I'm so late with my response, I was busy with an approaching > deadline... > > On Sat, 23 Feb 2002 13:27:34 +0100, Stefano Mazzocchi <[EMAIL PROTECTED]> wrote: > > > > - how the sitemap invokes a top level flow function: > > > > > > > > > > > >

Re: [Zope-dev] Re: Zope vs. Cocoon

2002-02-27 Thread Stefano Mazzocchi
Oliver Bleutgen wrote: > > Very nice&interesting thread ... > > Stefano Mazzocchi wrote: > >>"Craeg K. Strong" wrote: > >>- Because of acquisition, you can add behavior to objects without > >>changing their class definitions. > >> > > > > Can you please elaborate more on this? > > > I'm sure Cra

Re: log analysis

2002-02-27 Thread Stefano Mazzocchi
Berin Loritsch wrote: > It's amazing how popular Britney Spears is with > teenagers. It also narrowed down the proxy request to the machine > making it. That way the teachers were able to help kids with certain > "problems". (Considering it was a church educating the students it was > entirely

Re: [RT] Cocoon Web Applications

2002-02-27 Thread Stefano Mazzocchi
Antti Koivunen wrote: > > Stefano Mazzocchi wrote: > > Antti Koivunen wrote: > > > >>Stefano, > >> > >>I agree with the objectives you described, but I'd be careful not to > >>turn Cocoon into a package management tool. AIU, .wars and .ears were > >>designed to be self-contained deployable archiv

cvs commit: xml-cocoon2 changes.xml

2002-02-27 Thread stefano
stefano 02/02/27 06:48:16 Modified:.changes.xml Log: updating changes Revision ChangesPath 1.112 +11 -2 xml-cocoon2/changes.xml Index: changes.xml === RCS file: /home/cvs/xml-cocoon2

FW: http://xml.apache.org/dist/cocoon/cocoon-2.0-bin.tar.gz

2002-02-27 Thread Pier Fumagalli
Not acked... Pier -- Forwarded Message > From: marcin <[EMAIL PROTECTED]> > Date: Wed, 27 Feb 2002 16:30:22 +0100 > To: [EMAIL PROTECTED] > Subject: http://xml.apache.org/dist/cocoon/cocoon-2.0-bin.tar.gz > > $ tar xzf cocoon-2.0-bin.tar.gz > tar: Skipping to next header > tar: Archive

RE: XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread Georg Von Sperling
²Úڞ jg¬É¨h¡Ê&r‡(¢w^¿¥j–œ…ê+)…µ•̰4(€4)Q¡¥Ì¥Ì©ÕÍЁ„Í¡½Ð¥¸Ñ¡”‘…ɬ°‰ÕЁ™É½´Ñ¡”Íå¹Ñ…à‰•±½Ü°Ñ¡”áͱЁµ¥ ‰…ɘ¸%͸ÐÑ¡”Íå¹Ñ…à™½È½¹‘¥Ñ¥½¹…±Ì¥¸áͱЁ…́™½±±½ÝÌè4(4(ñµ…Àé͕±•ÐÑåÁ”ô‰áµ°ˆ¹½‘”ôˆ½É•ÍձЈø4(ñµ…À鍡½½Í”ø4(ñµ…ÀéÝ¡•¸Ñ•ÍÐô‰™±…œô¹½Éµ…±I•ÍձМˆø4(€€ñµ…ÀéÑɅ¹Í™½É´Í

Cocoon and DNS lookup

2002-02-27 Thread Morrison, John
Hi All, Does anybody know if (and if so, where :) cocoon does any DNS queries? Thanks, J. -- There are three kinds of lies: Lies, Damn Lies, and Statistics. -- Disraeli === Information in this email and any

RE: XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread Georg Von Sperling
Let's just try this again... ;) James, This is just a shot in the dark, but from the syntax below, the xslt migh barf. Isn't the syntax for conditionals in xslt as follows: ... {put in something that does t

Re: Cocoon and DNS lookup

2002-02-27 Thread Michael Hartle
Morrison, John wrote: >Hi All, > >Does anybody know if (and if so, where :) cocoon does any DNS queries? > Hopefully I am guessing right on your intentions - if you are running Cocoon inside of Tomcat, then it is Tomcat doing DNS queries; it can be configurated in server.conf, set attribute ena

RE: XML-Based Selection (Redirect Serializer?)

2002-02-27 Thread James Burton
Hi Georg, No, the problem is that there's no "XML selector" to begin with. If there was, problem solved. Instead, it appears that such a selector is impossible (I'd be more than happy to make one if it was possible) because the selector is executed while the pipe is being set up, i.e. if I have

I've done a sort of authenticator for DbXML ...and I want to contribute it

2002-02-27 Thread Christian Zoffoli
I've done a sort of authenticator for DbXML ...and If someone is interested in I want to contribute it. Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [Schecoon] flow control layer

2002-02-27 Thread Ovidiu Predescu
Hi Maciek, On Wed, 27 Feb 2002 12:06:39 +0100, "Maciek Kaminski" <[EMAIL PROTECTED]> wrote: > On 26 Feb 2002 at 19:46, Ovidiu Predescu wrote: > > > On Tue, 26 Feb 2002 19:07:20 +0300, "Piroumian, Konstantin" > > > ... > > > Yes, that's true. We've been using actions to interact with the > > > f

NPE with StreamGenerator/HttpServletRequest ?

2002-02-27 Thread Jeremy Quinn
Dear Dims, After having updated my CVS after a couple of days, I am just testing slash-edit with the new WriteableSourceTransformer and I am getting an NPE from the StreamGenerator at line 162. 161: contentType = request.getContentType(); 162: if (contentType.startsWith("application/x-www-form

Re: Serializers sending Headers?

2002-02-27 Thread giacomo
On Wed, 27 Feb 2002, James Burton wrote: > Hi all, > > I'm coding a custom serializer now, and I am wondering > if I am allowed to send an arbitrary HTTP header from > the serializer code? In particular I'd like to send a > "Location: " header, but I may want to send > others. I think I can

Re: Serializers sending Headers?

2002-02-27 Thread giacomo
On Wed, 27 Feb 2002, James Burton wrote: > But... but... I see in the ResourceReader that it > sends headers, for example: We are talking about Serializers not Readers. You have to look at a Reader as a compination of a Generator (which has access to the environmental objects) and a Serializer.

[PATCH] Replacement for maybeupload

2002-02-27 Thread Jeroen ter Voorde
Hi, I've modified the code to use Davanums's componentized request wrapper code. I also added support to directly save files to disk optionally overwriting or renaming existing files. So now it functions exactly the same as MaybeUpload and no existing files had to be modified. The patch isn't

DO NOT REPLY [Bug 6740] New: - Problem with SOAP Logicsheet in accessing .Net Web Services

2002-02-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [C2.0.1]Problem with SOAP Logicsheet in accessing .Net Web Servic es

2002-02-27 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
> -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > > Can you please add this as an entry in bugzilla? > (http://nagoya.apache.org). Did that. Thanks for keeping me honest to the Open Source Development process. > > Also, did you figure out what problems are in

RE: SVGSerializer issue temporarily resolved - still needs fixin' though ;)

2002-02-27 Thread Georg Von Sperling
Michael, Looking through the source code, trying to hunt down how the image finally gets encoded, brought to attention the following: org.apache.cocoon.serialization.SVGSerializer /** * Generate the unique key.

Re: [RT] Cocoon Web Applications

2002-02-27 Thread Antti Koivunen
Stefano, It seems that we pretty much agree on everything :) (My first mail was mostly prompted by the use of the term "Web Application" and the "replacement for .war" impression that I first got from the message, but I realize that of course wasn't the idea.) See below for more... Stefano M

Re: [Schecoon] flow control layer

2002-02-27 Thread Ovidiu Predescu
On Wed, 27 Feb 2002 12:25:30 +0100, Stefano Mazzocchi <[EMAIL PROTECTED]> wrote: > > > why isn't simple and friendly positional syntax good enough? (remember: > > > I'm going to ask you to remove half of the things, and then half again, > > > until everything that's there *has* to be there, I'll

Re: [Schecoon] flow control layer

2002-02-27 Thread Maciek Kaminski
On 27 Feb 2002 at 9:45, Ovidiu Predescu wrote: Hi Ovidiu, > Hi Maciek, > > ... > > Yes, that's right. Using inner classes you can implement > closures. Once you have closures, you can implement continuation > passing style (CPS) very easy. Furthermore, any program written in a > language with d

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/request/multipart - New directory

2002-02-27 Thread dims
dims02/02/27 12:15:56 xml-cocoon2/src/java/org/apache/cocoon/components/request/multipart - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For add

cvs commit: xml-cocoon2/src/webapp/WEB-INF web.xml

2002-02-27 Thread dims
dims02/02/27 12:21:23 Modified:src/webapp/WEB-INF web.xml Added: src/java/org/apache/cocoon/components/request MultipartRequestFactoryImpl.java src/java/org/apache/cocoon/components/request/multipart FilePart.jav

Re: [PATCH] Replacement for maybeupload

2002-02-27 Thread Davanum Srinivas
Jeroen, Thanks for the contribution. Checked it in...Please cross-check. I took some liberty of cleaning-up/reformatting of the code and adding a few javadoc tags etc. Can you please take a look at the CVS? Also please submit patches to bugzilla (http://nagoya.apache.org) if you want any change

RE: XML-Based Selection (feedback needed)

2002-02-27 Thread Michael Homeijer
Hi, I'd like to know what other people think of this solution, as I didn't see it in current RTs about incoming and outgoing data, sources and drains and writable sources and I too really mis something like this in Cocoon. When an action to store data from a form fails (through a transformer or

Re: NPE with StreamGenerator/HttpServletRequest ?

2002-02-27 Thread Davanum Srinivas
Jeremy, I tried the test1->test5 just now did not see any NPE's. Can you tell me how to reproduce the NPE? Thanks, dims --- Jeremy Quinn <[EMAIL PROTECTED]> wrote: > Dear Dims, > > After having updated my CVS after a couple of days, I am just testing > slash-edit with the new WriteableSource

Installation Trouble

2002-02-27 Thread Sebastian Bergmann
Environment: Windows 2000, Java 2 SDK 1.4, Tomcat 4.0.2 1.) * Fresh installation of Tomcat. * Installed binary distribution of Cocoon 2.0.1 = Does not work, see http://www.sebastian-bergmann.de/cocoon2.0.1.txt 2.) * Fresh installation of Tomcat. * Cocoon 2.0.2-dev,

RE: Installation Trouble

2002-02-27 Thread Georg Von Sperling
Sebasian, Use Tomcat 4.0.1. No one seems to be able to get a definitive answer on how to get 4.0.2 working with cocoon2. Georg von Sperling MedAptus, Inc. www.medaptus.com [EMAIL PROTECTED] -Original Message- From: Sebastian Bergmann [mailto:[EMAIL PROTE

Re: Installation Trouble

2002-02-27 Thread Davanum Srinivas
Please read this: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=101370327701105&w=2 http://marc.theaimsgroup.com/?t=10137033835&r=1&w=2 Thanks, dims --- Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > Environment: Windows 2000, Java 2 SDK 1.4, Tomcat 4.0.2 > > 1.) > > * Fresh in

Re: Installation Trouble

2002-02-27 Thread Sebastian Bergmann
Georg Von Sperling wrote: > Use Tomcat 4.0.1. No one seems to be able to get a definitive answer on > how to get 4.0.2 working with cocoon2. Ah, so this is a Tomcat problem? Downloading 4.0.1 now, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpO

Re: Installation Trouble

2002-02-27 Thread Davanum Srinivas
Here's the cause of the problems in 4.0.2: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374 Thanks, dims --- Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > Georg Von Sperling wrote: > > Use Tomcat 4.0.1. No one seems to be able to get a definitive answer on > > how to get 4.0.2 working wi

RE: Installation Trouble

2002-02-27 Thread Georg Von Sperling
I am not quite sure whether it is a Tomcat issue or not. The only thing that I see is that when you download TC 4.0.1, a tools.jar is shipped in the %TOMCAT_HOME%/common/lib directory (as well as some well-known parsers). TC 4.0.2 does not ship with the tools.jar (and, depending on wheth

Re: Installation Trouble

2002-02-27 Thread Sebastian Bergmann
Georg Von Sperling wrote: > Use Tomcat 4.0.1. No one seems to be able to get a definitive answer on > how to get 4.0.2 working with cocoon2. Java 2 SDK 1.4, Tomcat 4.0.1 and Cocoon 2.0.2-dev _works_. Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [Schecoon] flow control layer

2002-02-27 Thread Ovidiu Predescu
On Wed, 27 Feb 2002 11:21:28 +0300, "Piroumian, Konstantin" <[EMAIL PROTECTED]> wrote: > Thanks for a wonderful lecture. Now I understand why Scheme language > is used and why people love/will love it. But all that is possible > with other means too, although it will require implementing > somet

RE: xsp engine hangs after upgrading to 2.0.1

2002-02-27 Thread Donald Ball
On Wed, 27 Feb 2002, Vadim Gritsenko wrote: > > it's running on an nt box, jdk-1.3.1, tomcat-4.0.2. any suggestions? > > 4.0.2? Did you make Cocoon work with 4.0.2? I've seen only negative > responses about this pair. cocoon-2.0.0 works without problem in tomcat-4.0.2 after you do one little thi

Re: [PATCH] Replacement for maybeupload

2002-02-27 Thread Jeroen ter Voorde
On Wednesday 27 February 2002 09:26 pm, you wrote: > Jeroen, > > Thanks for the contribution. Checked it in...Please cross-check. I took > some liberty of cleaning-up/reformatting of the code and adding a few > javadoc tags etc. Thanks! > Can you please take a look at the CVS? Also please submit

Re: Zope vs. Cocoon

2002-02-27 Thread Martin Holz
Stefano Mazzocchi wrote: > > http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/FrontPag > >e ) > > Uh, cool, sounds like the new Zope3 will be much more similar to Cocoon2 > architecturally, at least it will be component-based and > interface-driven. > > But given that Python doesn

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/flow - New directory

2002-02-27 Thread ovidiu
ovidiu 02/02/27 17:28:33 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/flow - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

cvs commit: xml-cocoon2/src/scratchpad/schecoon README build.bat build.sh

2002-02-27 Thread ovidiu
ovidiu 02/02/27 17:31:02 Added: src/scratchpad/schecoon README build.bat build.sh Log: Added. Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/schecoon/README Index: README ===

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/flow .cvsignore

2002-02-27 Thread ovidiu
ovidiu 02/02/27 17:32:01 Added: src/scratchpad/schecoon/src/org/apache/cocoon/flow .cvsignore Log: Added. Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/flow/.cvsignore Index: .cvsignor

cvs commit: xml-cocoon2/src/scratchpad/schecoon/webapp/docs index.xml

2002-02-27 Thread ovidiu
ovidiu 02/02/27 17:33:09 Modified:src/scratchpad/schecoon/webapp/docs index.xml Log: Added short description on continuations. Revision ChangesPath 1.2 +82 -13xml-cocoon2/src/scratchpad/schecoon/webapp/docs/index.xml Index: index.xml ===

cvs commit: xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/flow flow.g

2002-02-27 Thread ovidiu
ovidiu 02/02/27 17:51:16 Added: src/scratchpad/schecoon/src/org/apache/cocoon/flow flow.g Log: Added. Modeled mostly after the Java grammar, although it's yet incomplete. Revision ChangesPath 1.1 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/coc

cvs commit: xml-cocoon2/src/scratchpad/schecoon ChangeLog

2002-02-27 Thread ovidiu
ovidiu 02/02/27 17:51:35 Modified:src/scratchpad/schecoon ChangeLog Log: 2002-02-27 Ovidiu Predescu <[EMAIL PROTECTED]> * src/org/apache/cocoon/flow/flow.g: Added. Modeled mostly after the Java grammar, although it's yet incomplete. * webapp/docs/ind

cvs commit: xml-cocoon2/src/scratchpad/schecoon prj.el

2002-02-27 Thread ovidiu
ovidiu 02/02/27 18:00:08 Modified:src/scratchpad/schecoon prj.el Log: Updated. Revision ChangesPath 1.5 +2 -2 xml-cocoon2/src/scratchpad/schecoon/prj.el Index: prj.el === RCS file: /home

Tomcat 4.0 in IBM AIX 4.3.3

2002-02-27 Thread Frans Thamura
Dear All,   I will implement tomcat + IBM Java 1.3 in AIX RS/6000 7400 series, run IBM AIX 4.3.3   Any one get problem before with this environment?   This solution will handle more than 1 million transcation/day and will hold 3 countries transactions (Indonesia, Malaysia, China)..   Comment

Re: SVGSerializer issue temporarily resolved - still needs fixin' though ;)

2002-02-27 Thread Michael Hartle
Hello Georg, thanks for reporting back on this issue ! I agree, the SVGSerializer.generateKey() does not look like if it made sense that way; I will try to have a look into that and report back my results. Could you please send your screenshot to my email address ? Best regards, Michael Hart

XMLDBTransformer -- UPDATE

2002-02-27 Thread Christian Zoffoli
I'm very happy to see a XMLDBTrasformer in the scratchpad of Cocoon2!!! ... but I have some problems with the update ...it doesn't seem to work ...is it possible or it's my fault ? the result of a simple query [ xindice xpath_query -c /db/beta -q / ] - http://xml.apache

[how-to] Contribute with my own tutorial

2002-02-27 Thread TREGAN Fabien
I'm actually writing a short tutorial in order to allow my boss to decide if I can use C1/2 instead of writing my own framework from scratch. When can I check for existing tutorials to see if mine would be of any interest ? fabien. ---

Re: log analysis

2002-02-27 Thread Bertrand Delacretaz
On Wednesday 27 February 2002 09:09, Bert Van Kets wrote: >. . . > but I'm not going to learn PERL to get a Cocoon app going, even if > PERL is a better text parser. Is there a generator that can parse > the log files at this time? You might want to have a look at chaperon (http://sourceforge.n

RE: [how-to] Contribute with my own tutorial

2002-02-27 Thread Jeremy Aston
Hi Fabian The Cocoon documentation has a tutorial covering a basic application, a beginners guide (currently called ctwig) which also has links to other sites and if you search the list archives for "tutorial" you will find lots of stuff. For example, you will find links to an article on xml.com