[ANNOUNCE] XSLT-process 2.0 available

2001-06-20 Thread Ovidiu Predescu
XSLT-process is a minor mode for GNU Emacs/XEmacs which transforms it into a powerful editor with XSLT processing and debugging capabilities. With this mode you can: - run an XSLT processor on the Emacs buffer you edit, and view the results either in another Emacs buffer or in a browser. - run a

RE: moving apache cocoon web site into cocoon2

2001-06-20 Thread steven . noels
> What I did to archieve this is to a have a general sitemap > xml (as a non-cocoon term) > file with a definition of all accessible files and menus and > their URIs. > I pass the current URI via XSP and in the stylesheet you can > quite easily select > the current page an/or hide different lev

esql timeout

2001-06-20 Thread Morrison, John
Hi All, I need to set the timeout for database connections on the esql xslt. Does anyone mind and should I bother giving it back? J. === Information in this email and any attachments are confidential, and may not be copied or

[C2] Talking 'bout sql connections ...

2001-06-20 Thread Jose de Zarate
Hello. Now that we're talking 'bout sql connections, I think there is something that could be fixed in the database actions (maybe): There are some jdbc drivers that doesn't let use the "con.setAutocommit(true)" method, and throws an exception when this is called. More precisely, I'm tal

[Patch][C2.1] sitemap redirections + target spec

2001-06-20 Thread Christian Haul
Hi all. The attached patch adds the ability to specify a "target" in a tag. The "target" is available as "{1}" in the resource specification. Example This way it is only necessary to specify

cvs commit: xml-cocoon2/webapp cocoon.xconf

2001-06-20 Thread cziegeler
cziegeler01/06/20 06:17:07 Modified:.Tag: cocoon_20_branch changes.xml src/org/apache/cocoon Tag: cocoon_20_branch cocoon.roles webapp Tag: cocoon_20_branch cocoon.xconf Added: src/org/apache/cocoon/components/saxconnector Tag:

cvs commit: xml-cocoon2/webapp cocoon.xconf

2001-06-20 Thread cziegeler
cziegeler01/06/20 06:19:28 Modified:.changes.xml src/org/apache/cocoon cocoon.roles webapp cocoon.xconf Added: src/org/apache/cocoon/components/saxconnector LoggingSAXConnector.java Removed: src/org/apache/coc

[C2]: Changing the SAXConnector Interface

2001-06-20 Thread Carsten Ziegeler
Hi, after removing the C/XIncludeSAXConnectors I would like to change the SAXConnectorInterface. We added the setSitemap() method some time ago to make the CIncludeSAXConnector work. As it is not needed no more we should remove it to avoid any problems with this hack. Any objections? Carsten

[C2] Build targets

2001-06-20 Thread Piroumian, Konstantin
Hi, Cocooners! Is there a way to build C2 without samples and unnecesary libraries? I need to get a clear cocoon.war - without specific Actions, jars and samples. Just the core of Cocoon, so I could add my application files, classes, jars and sitemaps and create a war for my application only. Re

RE: vadim gritsenko as committer

2001-06-20 Thread Vadim Gritsenko
Yes, I accept this honor :) However, can somebody help me in setting up SSH and what-else-is-required to work with CVS? I would appreciate any help here! My OS is Win2000, and I don't have any SSH experience... Does it work if I'm behind firewall? (our firewall allows any outgoing connections, b

cvs commit: xml-cocoon2/xdocs caching.xml

2001-06-20 Thread cziegeler
cziegeler01/06/20 07:46:37 Modified:xdocsTag: cocoon_20_branch caching.xml Log: Updated docs a bit Revision ChangesPath No revision No revision 1.1.2.2 +44 -0 xml-cocoon2/xdocs/caching.xml Index: caching.

cvs commit: xml-cocoon2/xdocs caching.xml

2001-06-20 Thread cziegeler
cziegeler01/06/20 07:47:42 Modified:xdocscaching.xml Log: Updated docs a bit Revision ChangesPath 1.4 +44 -1 xml-cocoon2/xdocs/caching.xml Index: caching.xml === RCS file: /home/cvs/xm

RE: vadim gritsenko as committer

2001-06-20 Thread Morrison, John
It's quite easy to get the ssh which comes with cygwin working. If you have any questions - ask me off list... > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 20 June 2001 14:46 > To: [EMAIL PROTECTED] > Subject: RE: vadim gritsenko as committer

[PATCH][EXCALIBUR] ComponentManager.release() have bug?

2001-06-20 Thread Vadim Gritsenko
Hello, I think I found something which looks like bug in Excalibur code, in ExcaliburComponentManager. This was hard to track down, but here it is... In lookup(), if handler is not there it goes to parent component manager. But in release(), it does not releases components to parent. Is it a bug

RE: vadim gritsenko as committer

2001-06-20 Thread Viktors Rotanovs
Hi, probably this helps a bit: http://www.openssh.com/windows.html http://www.openssh.com/java.html I use PuTTY for my SSH needs. Best Wishes, Viktors Rotanovs Phone +371 7377-472, fax +1 760-418-8128 viktors@IRCNET, ICQ# 113090923, AOL: ViktorsRotanovs -Original Message- From: Vadim

Re: [PATCH][EXCALIBUR] ComponentManager.release() have bug?

2001-06-20 Thread Berin Loritsch
Vadim Gritsenko wrote: > > Hello, > > I think I found something which looks like bug in Excalibur code, > in ExcaliburComponentManager. This was hard to track down, but here it is... > > In lookup(), if handler is not there it goes to parent component manager. > But in release(), it does not re

RE: vadim gritsenko as committer

2001-06-20 Thread Donald Ball
On Wed, 20 Jun 2001, Vadim Gritsenko wrote: > Yes, I accept this honor :) > > However, can somebody help me in setting up SSH and what-else-is-required > to work with CVS? I would appreciate any help here! i think there should be instructions on dev.apache.org. > My OS is Win2000, and I don't h

Re: [C2] Is an FpAction recommended in C2?

2001-06-20 Thread Jeremy Quinn
At 6:11 PM -0400 19/6/01, Jose de Zarate wrote: >The first question I'd like to ask is about implementing some kind of >"fpaction". I think >that the natural translation of the fptaglib is to an action, but it seems >like >there is not too much interest on it. Is there any project on that dire

Re: [Patch][C2.1] sitemap redirections + target spec

2001-06-20 Thread giacomo
On Wed, 20 Jun 2001, Christian Haul wrote: > Hi all. > > The attached patch adds the ability to specify a "target" in a > tag. The "target" is available as "{1}" > in the resource specification. Why not as "{target}"? And why not substitutable? > > > Example > > > > > >

Re: [C2]: Changing the SAXConnector Interface

2001-06-20 Thread giacomo
On Wed, 20 Jun 2001, Carsten Ziegeler wrote: > Hi, > > after removing the C/XIncludeSAXConnectors I would like > to change the SAXConnectorInterface. > > We added the setSitemap() method some time ago to make > the CIncludeSAXConnector work. > As it is not needed no more we should remove it to >

Re: [C2] Build targets

2001-06-20 Thread giacomo
On Wed, 20 Jun 2001, Piroumian, Konstantin wrote: > Hi, Cocooners! > > Is there a way to build C2 without samples and unnecesary libraries? Yes, delete them ;). > I need to get a clear cocoon.war - without specific Actions, jars and > samples. Well, this is a matter of taste and I don't see a

Code Audit of xml-cocoon 1

2001-06-20 Thread Berin Loritsch
On the [EMAIL PROTECTED] list, Brian had a list of modules that still had not been officially verified. Among those modules was xml-cocoon (the Cocoon 1 code base). Could the Cocoon 1 project lead verify the repository and email Brian ([EMAIL PROTECTED]) or the committers list with xml-cocoon st

Re: Code Audit of xml-cocoon 1

2001-06-20 Thread Donald Ball
On Wed, 20 Jun 2001, Berin Loritsch wrote: > On the [EMAIL PROTECTED] list, Brian had a list of > modules that still had not been officially verified. Among > those modules was xml-cocoon (the Cocoon 1 code base). Could > the Cocoon 1 project lead verify the repository and email > Brian ([EMAIL

RE: [Patch][C2.1] sitemap redirections + target spec

2001-06-20 Thread Vadim Gritsenko
> -Original Message- > From: giacomo [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 15:26 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [Patch][C2.1] sitemap redirections + target spec > > > On Wed, 20 Jun 2001, Christian Haul wrote: > >

[C2.1] SQLTransformer.java / FilterTransformer.java / ReadDOMSessionTransformer.java / WrieDOMSessionTransformer.java

2001-06-20 Thread Davanum Srinivas
Sven, Sorry for the delay. Do you mind submitting a zip file of the java sources? I'll add it to C2.1. thanks, dims = Davanum Srinivas, JNI-FAQ Manager http://www.jGuru.com/faq/JNI __ Do You Yahoo!? Get personalized email addresses from Yahoo

Re: [PATCH][EXCALIBUR] ComponentManager.release() have bug?

2001-06-20 Thread giacomo
On Wed, 20 Jun 2001, Berin Loritsch wrote: talking about bugs in Avalon :) I've added a patch which makes the excaliburs DefaultComponentPoolController a Component because I've got a ClassCastException somewhere in a ComponentHolder. Giacomo Index: DefaultComponentPoolController.java =

cvs commit: xml-cocoon2 run.bat

2001-06-20 Thread vgritsenko
vgritsenko01/06/20 17:28:43 Modified:.run.bat Log: Better support for command line arguments under NT Revision ChangesPath 1.2 +5 -1 xml-cocoon2/run.bat Index: run.bat === RCS fil

cvs commit: xml-cocoon2 run.bat

2001-06-20 Thread vgritsenko
vgritsenko01/06/20 18:57:43 Modified:.Tag: cocoon_20_branch run.bat Log: Better support for command line arguments under NT Revision ChangesPath No revision No revision 1.1.1.1.2.1 +5 -1 xml-cocoon2/run.bat

cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-06-20 Thread vgritsenko
vgritsenko01/06/20 19:31:45 Modified:src/org/apache/cocoon Main.java Log: Added userAgent and accept command line parameters Revision ChangesPath 1.6 +35 -8 xml-cocoon2/src/org/apache/cocoon/Main.java Index: Main.java

cvs commit: xml-cocoon2/src/org/apache/cocoon Main.java

2001-06-20 Thread vgritsenko
vgritsenko01/06/20 19:35:44 Modified:src/org/apache/cocoon Tag: cocoon_20_branch Main.java Log: Added userAgent and accept command line parameters Revision ChangesPath No revision No revision 1.4.2.2 +35 -8 xml-co

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/saxconnector LoggingSAXConnector.java NullSAXConnector.java SAXConnector.java

2001-06-20 Thread cziegeler
cziegeler01/06/20 23:53:15 Modified:src/org/apache/cocoon/components/language/markup/sitemap/java sitemap.xsl src/org/apache/cocoon/components/pipeline AbstractEventPipeline.java CachingEventPipeline.

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/saxconnector LoggingSAXConnector.java NullSAXConnector.java SAXConnector.java

2001-06-20 Thread cziegeler
cziegeler01/06/20 23:54:31 Modified:src/org/apache/cocoon/components/language/markup/sitemap/java Tag: cocoon_20_branch sitemap.xsl src/org/apache/cocoon/components/pipeline Tag: cocoon_20_branch AbstractEventPipeline.java