AW: [C2] writeable workdir inside WEB-INF?

2001-07-19 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > On Thu, 19 Jul 2001, Michael McKibben wrote: > > > I am new to cocoon and have been playing with the beta1 for several days > > now. I am salivating over all the possibilities available with cocoon2! > > > > One issue with the Cocoon Servlet: it seems unsafe to assume tha

Re: map:parameter in map:components

2001-07-19 Thread giacomo
On Thu, 19 Jul 2001, Christian Haul wrote: > On 19.Jul.2001 -- 11:06 PM, giacomo wrote: > > I totally agree with you, Sylvain, and would encourage Christian to > > remove the hole configuration part from the AbstractAction at all > > because this forces new developer to think of using parameter >

Re: [C2] writeable workdir inside WEB-INF?

2001-07-19 Thread giacomo
On Thu, 19 Jul 2001, Michael McKibben wrote: > I am new to cocoon and have been playing with the beta1 for several days > now. I am salivating over all the possibilities available with cocoon2! > > One issue with the Cocoon Servlet: it seems unsafe to assume that the > WEB-INF/ directory is write

Re: [C2] writeable workdir inside WEB-INF?

2001-07-19 Thread giacomo
On Fri, 20 Jul 2001, Donald Ball wrote: > On Thu, 19 Jul 2001, Michael McKibben wrote: > > > I am new to cocoon and have been playing with the beta1 for several days > > now. I am salivating over all the possibilities available with cocoon2! > > > > One issue with the Cocoon Servlet: it seems uns

Re: [VOTE] add "on-xxx" to Cocoon 2.0 form validation

2001-07-19 Thread giacomo
On Thu, 19 Jul 2001, Berin Loritsch wrote: > I just checked in some additions to the "xsp-formval" logicsheet in > Cocoon 2.1 that allow you to have XML constructed like this: > > > > The user id must be at least 5 characters > > > > I find this very useful, and it eliminates most of my need

RE: [VOTE] Require developers to install Ant themselves.

2001-07-19 Thread Sam Ruby
Sean Timm wrote: > > The change of pace is true for the current version, but my understanding was > that Ant 2.x would not be backward-compatible with the current 1.x series. > It's been a while since I checked on the progress of Ant 2, though... I have my doubts that a non-backwards compatible v

RE: [VOTE] Require developers to install Ant themselves.

2001-07-19 Thread Timm, Sean
Donald Ball [mailto:[EMAIL PROTECTED]] wrote: > > > The problem I see is that new versions of Ant can (and > have) introduced > > > various incompatibilities with prior versions. This > means that all projects > > > have to ensure that they are all using the same version > of Ant and that they

Re: [VOTE] Require developers to install Ant themselves.

2001-07-19 Thread Donald Ball
On Thu, 19 Jul 2001, Sylvain Wallez wrote: > > The problem I see is that new versions of Ant can (and have) introduced > > various incompatibilities with prior versions. This means that all projects > > have to ensure that they are all using the same version of Ant and that they > > all upgrade

Re: [C2] writeable workdir inside WEB-INF?

2001-07-19 Thread Donald Ball
On Thu, 19 Jul 2001, Michael McKibben wrote: > I am new to cocoon and have been playing with the beta1 for several days > now. I am salivating over all the possibilities available with cocoon2! > > One issue with the Cocoon Servlet: it seems unsafe to assume that the > WEB-INF/ directory is write

Re: The long journey finally ends

2001-07-19 Thread Jeremy Quinn
At 3:39 PM +0200 19/7/01, Stefano Mazzocchi wrote: >I'm very happy to announce I've finally completed my studies and >received my degree of "Doctor of Electronic Engineering" from the >University of Pavia with a votation of 108/110. Congratulations! I wish you a great future, I am sure you have

[Bug 2645] - db-authenticator wont reuse pool connections

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2645 *** shadow/2645 Thu Jul 19 12:11:05 2001 --- shadow/2645.tmp.12833 Thu Jul 19 16:12:33 2001 *** *** 48,51 sure it is managing the resource properly. --- Additional Comments From [EMAIL PROTECTED] 2001-07-19

Re: map:parameter in map:components

2001-07-19 Thread Christian Haul
On 19.Jul.2001 -- 11:06 PM, giacomo wrote: > I totally agree with you, Sylvain, and would encourage Christian to > remove the hole configuration part from the AbstractAction at all > because this forces new developer to think of using parameter > elements instead of better ones like bar. I found

[c2 patch] MRUMemoryStore

2001-07-19 Thread Gerhard Froehlich
Hi Team, I determined the context path wrong. I overlooked an exiting method in IOUtils class. Now it should work correctly, but as Rick mentioned the path of the cache-dir must be always relativ to the work-dir. Maybe the problem is in that fileFromKey() method in the FilesystemStore where alway

[C2] writeable workdir inside WEB-INF?

2001-07-19 Thread Michael McKibben
Title: [C2] writeable workdir inside WEB-INF? I am new to cocoon and have been playing with the beta1 for several days now. I am salivating over all the possibilities available with cocoon2! One issue with the Cocoon Servlet: it seems unsafe to assume that the WEB-INF/ directory is writeable

Re: map:parameter in map:components

2001-07-19 Thread giacomo
On Thu, 19 Jul 2001, Sylvain Wallez wrote: > Hi team, > > I just discovered that many of the new actions/selector/matchers that > Christian added a week ago rely on value="pvalue"> for their configuration inside the , and > that a change on AbsctractAction also assumes this syntax for all > acti

[Bug 2190] - unable to use connection pooling in esql

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2190 *** shadow/2190 Thu Jul 19 13:55:33 2001 --- shadow/2190.tmp.11998 Thu Jul 19 14:19:50 2001 *** *** 2,8 | unable to use connection pooling in esql | +---

AW: [C2] Bug : Caching with filesystem storing

2001-07-19 Thread Gerhard Froehlich
Ahh, I mean there is the similar bug in the MRUMemoryStore. I determine there the context path wrong. But your are right with the actual implementation of the filesystem store it's always relativ to the work-dir -Ursprungliche Nachricht- Von: Gerhard Froehlich [mailto:[EMAIL PROTECTED]]

AW: [C2] Bug : Caching with filesystem storing

2001-07-19 Thread Gerhard Froehlich
Hi, yes there is an bug. I'm actually fixing it. Cheers Gerhard -Ursprungliche Nachricht- Von: Rick Tessner [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 19. Juli 2001 23:06 An: [EMAIL PROTECTED] Betreff: [C2] Bug : Caching with filesystem storing Hi all, There is a problem with th

[c2] path in FileSystemStore

2001-07-19 Thread Gerhard Froehlich
Hi Team, when I store a object with the FileSystemStore class, must the pathname always be relativ to work-dir?? Cheers Gerhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

[C2] Bug : Caching with filesystem storing

2001-07-19 Thread Rick Tessner
Hi all, There is a problem with the Caching using the filesystem. It stopped working when the "cache-dir" parameter was added to the web.xml deployment descriptor. I have the "cache-directory" parameter set to /WEB-INF/work/cache-dir That directory is being created. However, the cached ite

[Bug 2190] - unable to use connection pooling in esql

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2190 *** shadow/2190 Thu Jul 19 13:37:22 2001 --- shadow/2190.tmp.11595 Thu Jul 19 13:55:33 2001 *** *** 107,109 --- 107,122 class is in Cocoon's normal classpath. How do I specify the classpath? Once I get this an

[Bug 2190] - unable to use connection pooling in esql

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2190 *** shadow/2190 Thu Jul 19 11:15:30 2001 --- shadow/2190.tmp.10974 Thu Jul 19 13:37:22 2001 *** *** 99,102 --> oracle.jdbc.driver.OracleDriver ! --- 99,109 --> oracle.jdbc.driver.Oracl

[VOTE] add "on-xxx" to Cocoon 2.0 form validation

2001-07-19 Thread Berin Loritsch
I just checked in some additions to the "xsp-formval" logicsheet in Cocoon 2.1 that allow you to have XML constructed like this: The user id must be at least 5 characters I find this very useful, and it eliminates most of my need to have "xsp:logic" tags in my markup. Please note, I did n

cvs commit: xml-cocoon2 build.xml

2001-07-19 Thread balld
balld 01/07/19 13:11:56 Modified:.build.xml Log: removed jakarta-regexp from sitewebapp libs thanks to berin's patch Revision ChangesPath 1.36 +0 -1 xml-cocoon2/build.xml Index: build.xml

Re: Fwd: Re: [C2] Configurable JspEngineImpl

2001-07-19 Thread Bernhard Huber
Hi, the jsp-generator.xml is in the attachment, bye bernhard - Originalnachricht - Von: Davanum Srinivas <[EMAIL PROTECTED]> Datum: Donnerstag, Juli 19, 2001 8:09 pm Betreff: Re: Fwd: Re: [C2] Configurable JspEngineImpl > In, jsp-generator.xml under xdocs. You can do a "build docs" to

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

2001-07-19 Thread bloritsch
bloritsch01/07/19 12:46:25 Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch DatabaseAuthenticatorAction.java Log: Fix authenticator action again Revision ChangesPath No revision No revision

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

2001-07-19 Thread bloritsch
bloritsch01/07/19 12:45:58 Modified:src/org/apache/cocoon/acting DatabaseAuthenticatorAction.java Log: Fix authenticator action again Revision ChangesPath 1.6 +6 -6 xml-cocoon2/src/org/apache/cocoon/acting/DatabaseAuthenticatorAction.j

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java form-validator.xsl

2001-07-19 Thread bloritsch
bloritsch01/07/19 12:40:06 Modified:src/org/apache/cocoon/components/language/markup/xsp/java form-validator.xsl Log: Add "on-" processing. This allows you to do this: Foo was too large. It should be less than 64 characters Revision Chan

Re: [Bug 2621] - xsp logicsheets are broken

2001-07-19 Thread Donald Ball
On 19 Jul 2001 [EMAIL PROTECTED] wrote: > + --- Additional Comments From [EMAIL PROTECTED] 2001-07-19 11:07 --- > + Not really, The namespace is wrong... Try "http://apache.org/xsp/request/2.0"; > + instead of "http://apache.org/xsp/request";. okay, now i feel _really_ stupid. - donald

Re: [RT] forms

2001-07-19 Thread Peter Nuetzel - inglobo
>> I've implemented something similar: >> >> My form descriptor is similar to the XForms WD. I've made some >> simplifications and some enhancements to allow simple processing and >> validation definitions. >> >> example form control: >> >> User ID >> User ID must be specifi

[Bug 2645] - db-authenticator wont reuse pool connections

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2645 *** shadow/2645 Thu Jul 19 11:55:45 2001 --- shadow/2645.tmp.9610Thu Jul 19 12:11:05 2001 *** *** 45,48 If a Component does not perform Connection.close(), then the connection is never returned to the pool. I

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

2001-07-19 Thread bloritsch
bloritsch01/07/19 12:08:55 Modified:src/org/apache/cocoon/acting DatabaseAuthenticatorAction.java Log: Fix incorrect connection handling by DBauthenticatorAction Revision ChangesPath 1.5 +58 -40 xml-cocoon2/src/org/apache/cocoon/acting/D

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

2001-07-19 Thread bloritsch
bloritsch01/07/19 12:07:47 Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch DatabaseAuthenticatorAction.java Log: Fix incorrect connection handling by DBauthenticatorAction Revision ChangesPath No revision No

[Bug 2645] - db-authenticator wont reuse pool connections

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2645 *** shadow/2645 Thu Jul 19 10:34:33 2001 --- shadow/2645.tmp.9280Thu Jul 19 11:55:45 2001 *** *** 35,37 --- 35,48 default behavior was that temporary pool connections could still be created after this point,

cvs commit: xml-cocoon2/xdocs faq.xml

2001-07-19 Thread bloritsch
bloritsch01/07/19 11:44:40 Modified:xdocsfaq.xml Log: Add new FAQ entry for JdbcConnectionPool Revision ChangesPath 1.11 +34 -0 xml-cocoon2/xdocs/faq.xml Index: faq.xml === RCS file: /h

cvs commit: xml-cocoon2/xdocs faq.xml

2001-07-19 Thread bloritsch
bloritsch01/07/19 11:43:49 Modified:xdocsTag: cocoon_20_branch faq.xml Log: Add new FAQ entry for JdbcConnectionPool Revision ChangesPath No revision No revision 1.1.1.1.2.9 +34 -0 xml-cocoon2/xdocs/faq.xml

RE: [C2] Can't get recent or latest 2.0 branch to run

2001-07-19 Thread Vadim Gritsenko
Simeon, Cocoon.java (and other files too) have line which reads * @version CVS $Revision: 1.9.2.11 $ $Date: 2001/07/17 10:10:39 $ You need revision number. Check versions of your Cocoon.java, HttpRequest.java, and also Request.java. You can browse webcvs at: http://cvs.apache.org/viewcv

Re: [C2] Can't get recent or latest 2.0 branch to run

2001-07-19 Thread Berin Loritsch
Berin Loritsch wrote: > Simeon Walker wrote: > >>> Please check that you don't have any stale Cocoon library in >>> classpath or ext dir or somewhere else. >>> >>> If this is not the case, please quote lines around line where >>> exception occured from >>> your Cocoon.java file. If this line hav

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

2001-07-19 Thread bloritsch
bloritsch01/07/19 11:33:45 Modified:webapp/WEB-INF Tag: cocoon_20_branch web.xml Log: Documented initial param in CocoonServlet Revision ChangesPath No revision No revision 1.1.1.1.2.5 +12 -1 xml-cocoon2/webapp/WEB-

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

2001-07-19 Thread bloritsch
bloritsch01/07/19 11:33:34 Modified:webapp/WEB-INF web.xml Log: Documented initial param in CocoonServlet Revision ChangesPath 1.6 +12 -1 xml-cocoon2/webapp/WEB-INF/web.xml Index: web.xml ==

Re: [C2] Can't get recent or latest 2.0 branch to run

2001-07-19 Thread Berin Loritsch
Simeon Walker wrote: >>Please check that you don't have any stale Cocoon library in >>classpath or ext dir or somewhere else. >> >>If this is not the case, please quote lines around line where exception occured from >>your Cocoon.java file. If this line have method call on request object, check >

Re: [C2] Can't get recent or latest 2.0 branch to run

2001-07-19 Thread Simeon Walker
> Please check that you don't have any stale Cocoon library in > classpath or ext dir or somewhere else. > > If this is not the case, please quote lines around line where exception occured from > your Cocoon.java file. If this line have method call on request object, check > your HttpRequest.java

NEW FAQ ENTRY--Re: [Bug 2190] - unable to use connection pooling in esql

2001-07-19 Thread Berin Loritsch
Question: When I try to use the Connection pooling code, I get the following exception: Could not get the datasource java.sql.SQLException: You cannot get a Poolable before the pool is initialized What's going on? Answer: The most common reason for this exception is that the driver was not

[Bug 2190] - unable to use connection pooling in esql

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2190 *** shadow/2190 Thu Jul 19 10:36:12 2001 --- shadow/2190.tmp.7357Thu Jul 19 11:15:30 2001 *** *** 2,9 | unable to use connection pooling in esql | +---

Re: Fwd: Re: [C2] Configurable JspEngineImpl

2001-07-19 Thread Davanum Srinivas
In, jsp-generator.xml under xdocs. You can do a "build docs" to build the documentation. Thanks, dims --- Bernhard Huber <[EMAIL PROTECTED]> wrote: > Okay > Where should I add some comments? > > - Originalnachricht - > Von: Davanum Srinivas <[EMAIL PROTECTED]> > Datum: Donnerstag, Juli

[Bug 2621] - xsp logicsheets are broken

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2621 *** shadow/2621 Thu Jul 19 09:46:33 2001 --- shadow/2621.tmp.6707Thu Jul 19 11:07:12 2001 *** *** 2,8 | xsp logicsheets are broken | +---

Re: Fwd: Re: [C2] Configurable JspEngineImpl

2001-07-19 Thread Bernhard Huber
Okay Where should I add some comments? - Originalnachricht - Von: Davanum Srinivas <[EMAIL PROTECTED]> Datum: Donnerstag, Juli 19, 2001 7:40 pm Betreff: Fwd: Re: [C2] Configurable JspEngineImpl > Thanks Bernhard. Checked in JSPEngineImplWLS and > JSPEngineImplNamedDispatcherInclude into

RE: [RT] forms

2001-07-19 Thread Torsten Curdt
> I've implemented something similar: > > My form descriptor is similar to the XForms WD. I've made some > simplifications and some enhancements to allow simple processing and > validation definitions. > > example form control: > > User ID > User ID must be specified. >

Fwd: Re: [C2] Configurable JspEngineImpl

2001-07-19 Thread Davanum Srinivas
Thanks Bernhard. Checked in JSPEngineImplWLS and JSPEngineImplNamedDispatcherInclude into C2.1 ONLY. Could you help us (once again) by updating the documentation a bit? Thanks Again, dims Note: forwarded message attached. = Davanum Srinivas, JNI-FAQ Manager http://www.jGuru.com/faq/JNI _

cvs commit: xml-cocoon2 build.xml

2001-07-19 Thread dims
dims01/07/19 10:37:04 Modified:.build.xml Log: Added weblogic.present. Revision ChangesPath 1.35 +4 -0 xml-cocoon2/build.xml Index: build.xml === RCS file: /home/cvs/xml-cocoon

RE: [C2] Can't get recent or latest 2.0 branch to run

2001-07-19 Thread Vadim Gritsenko
Please check that you don't have any stale Cocoon library in classpath or ext dir or somewhere else. If this is not the case, please quote lines around line where exception occured from your Cocoon.java file. If this line have method call on request object, check your HttpRequest.java from cocoon

[Bug 2190] - unable to use connection pooling in esql

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2190 *** shadow/2190 Thu Jun 14 15:25:45 2001 --- shadow/2190.tmp.5202Thu Jul 19 10:36:12 2001 *** *** 74,76 --- 74,80 --- Additional Comments From [EMAIL PROTECTED] 2001-06-14 15:25 --- Created an attach

[Bug 2645] - db-authenticator wont reuse pool connections

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2645 *** shadow/2645 Mon Jul 16 17:11:37 2001 --- shadow/2645.tmp.5177Thu Jul 19 10:34:33 2001 *** *** 9,15 ++ | Assigned To: [EMAIL PROTECTE

RE: [RT] forms

2001-07-19 Thread Torsten Curdt
> > So how could we tackle things now. I think it is quite > > natural on such approach to have a DOMObject that will > > hold the instance data of the xform. The most simplyfied > > definition of such an interface would probably be: > > > > interface DOMObject extends XMLFragment, XMLConsumer, X

cvs commit: xml-cocoon2/webapp cocoon.xconf

2001-07-19 Thread dims
dims01/07/19 10:31:11 Modified:webapp Tag: cocoon_20_branch cocoon.xconf Log: servlet-name is not really used right now in C2.0, But adding it anyway as it will be needed if we decide to hange the implementation to use NamedDispatcherInclude's as is being done in C2.1's JspE

cvs commit: xml-cocoon2/webapp cocoon.xconf

2001-07-19 Thread dims
dims01/07/19 10:27:52 Modified:webapp cocoon.xconf Added: src/org/apache/cocoon/components/jsp JSPEngineImplNamedDispatcherInclude.java JSPEngineImplWLS.java Log: Contribution for JspEngineImplWLS and JSPEngineImplNamedDi

[Bug 2621] - xsp logicsheets are broken

2001-07-19 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2621 *** shadow/2621 Fri Jul 13 11:10:35 2001 --- shadow/2621.tmp.3503Thu Jul 19 09:46:33 2001 *** *** 9,15 ++ | Assigned To: [EMAIL PROTECTE

RE: The long journey finally ends

2001-07-19 Thread Leo Sutic
Congratulations, Stefano! Have a nice vacation, and I'll be waiting for that Java/XML project you have with you when you come back. /LS - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECT

Re: The long journey finally ends

2001-07-19 Thread Gerhard Froehlich
Hi, congratulations. Now you are entering hard live of business, with deadlines, less free time, working till morning and those nice things out there :-). Cheers Gerhard -- Gerhard Fröhlich [EMAIL PROTECTED] "black holes are, when GOD is dividing by zero" GMX - Die Kommunikationsplattform im

AW: NullSAXConnector

2001-07-19 Thread Carsten Ziegeler
Great! Carsten > -Ursprüngliche Nachricht- > Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 19. Juli 2001 17:02 > An: [EMAIL PROTECTED] > Betreff: RE: NullSAXConnector > > > Yes, it works without any exceptions if role is defined without > default-class: >

RE: NullSAXConnector

2001-07-19 Thread Vadim Gritsenko
Yes, it works without any exceptions if role is defined without default-class: Vadim > -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 10:25 AM > To: [EMAIL PROTECTED] > Subject: AW: NullSAXConnector > > > I think this always worke

Re: [RT] forms

2001-07-19 Thread Peter Nuetzel - inglobo
Hi, I've implemented something similar: My form descriptor is similar to the XForms WD. I've made some simplifications and some enhancements to allow simple processing and validation definitions. example form control: User ID User ID must be specified. The User ID m

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

2001-07-19 Thread vgritsenko
vgritsenko01/07/19 07:59:54 Removed: src/org/apache/cocoon/components/saxconnector Tag: cocoon_20_branch NullSAXConnector.java Log: Remove NullSAXConnector -- In case of troubles, e-mail:

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

2001-07-19 Thread vgritsenko
vgritsenko01/07/19 07:58:53 Removed: src/org/apache/cocoon/components/saxconnector NullSAXConnector.java Log: Remove NullSAXConnector -- In case of troubles, e-mail: [EMAIL PROTECTED] To

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/pipeline AbstractEventPipeline.java

2001-07-19 Thread vgritsenko
vgritsenko01/07/19 07:56:20 Modified:src/org/apache/cocoon/sitemap Tag: cocoon_20_branch sitemap.roles src/org/apache/cocoon/components/pipeline Tag: cocoon_20_branch AbstractEventPipeline.java Log: Remove NullSAXConnect

cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap sitemap.roles

2001-07-19 Thread vgritsenko
vgritsenko01/07/19 07:54:03 Modified:src/org/apache/cocoon/components/pipeline AbstractEventPipeline.java src/org/apache/cocoon/sitemap sitemap.roles Log: Remove NullSAXConnector Revision ChangesPath 1.13 +3 -8 xml-cocoon

Re: The long journey finally ends

2001-07-19 Thread Vincent-Olivier Arsenault
Congrats! Can't wait to hear about your new project!!! Take care, and have a good time in vacation! v - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: The long journey finally ends

2001-07-19 Thread Santiago Gala
Stefano Mazzocchi wrote: >People, > >I'm very happy to announce I've finally completed my studies and >received my degree of "Doctor of Electronic Engineering" from the >University of Pavia with a votation of 108/110. > I'm happy to know about this. I would have liked to go see your presentation

Re: [RT] forms

2001-07-19 Thread Christian Haul
On 19.Jul.2001 -- 03:08 PM, Torsten Curdt wrote: > So how could we tackle things now. I think it is quite > natural on such approach to have a DOMObject that will > hold the instance data of the xform. The most simplyfied > definition of such an interface would probably be: > > interface DOMObjec

AW: NullSAXConnector

2001-07-19 Thread Carsten Ziegeler
I think this always worked, but we kept the NullSAXConnector in, because inside Avalon were a NPE raised when a role was defined and the default class was missing. But the role for the sax connector must still be in the sitemap.roles files but it must not have a default class. The role is require

NullSAXConnector

2001-07-19 Thread Vadim Gritsenko
Carsten, Is it time to remove NullSAXConnector? After removing it from sitemap.roles, cocoon.xconf, and AbstractEventPipeline, everything still works. Vadim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

cvs commit: xml-cocoon2/src/org/apache/cocoon/matching RegexpTargetHostMatcherFactory.java RegexpURIMatcherFactory.java

2001-07-19 Thread bloritsch
bloritsch01/07/19 06:41:00 Modified:src/org/apache/cocoon/components/language/markup/sitemap/java Tag: cocoon_20_branch sitemap.xsl src/org/apache/cocoon/matching Tag: cocoon_20_branch RegexpTargetHostMatcherFactory.java

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

2001-07-19 Thread bloritsch
bloritsch01/07/19 06:40:41 Modified:src/org/apache/cocoon/matching RegexpTargetHostMatcherFactory.java Log: Fix Sitemap so that Jakarta Regexp is not needed unless we use the RegExp Matcher Revision ChangesPath 1.2 +4 -4 xml-cocoon2/

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

2001-07-19 Thread bloritsch
bloritsch01/07/19 06:36:23 Modified:src/org/apache/cocoon/components/language/markup/sitemap/java sitemap.xsl src/org/apache/cocoon/matching RegexpURIMatcherFactory.java Log: Fix Sitemap so that Jakarta Regexp is not needed unless we use the

The long journey finally ends

2001-07-19 Thread Stefano Mazzocchi
People, I'm very happy to announce I've finally completed my studies and received my degree of "Doctor of Electronic Engineering" from the University of Pavia with a votation of 108/110. >From now on, officially, my name turns into "Dott. Stefano Mazzocchi", but as far as all of you are concerne

Re: [C2] Can't get recent or latest 2.0 branch to run

2001-07-19 Thread Simeon Walker
Kevin O'Neill wrote: > > There seem to be a number of problems with code in the debug method. I > have > similar problem when I try to run it under jboss 2.2.2. > > The cheesy solution ... set the logging level to INFO or lower in the > web.xml file. > > k. > Thanks for the suggestion but it d

RE: [C2]: When does the sitemap return false

2001-07-19 Thread Vadim Gritsenko
Not exactly right. False is returned also when ConnectionResetException occured. Vadim > -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 6:48 AM > To: Cocoon-Dev@Xml. Apache. Org > Subject: [C2]: When does the sitemap return false >

cvs commit: xml-cocoon2/xdocs 3rdparty.xml faq.xml

2001-07-19 Thread cziegeler
cziegeler01/07/19 06:18:52 Modified:.announcement.xml build.xml changes.xml xdocs3rdparty.xml faq.xml Log: Now we have two tags @docname@ and @doctitle@ which should be used in the documentation; @docname@ is the projectname and @doctitle@ is the proje

cvs commit: xml-cocoon2/xdocs IMPORTANT 3rdparty.xml

2001-07-19 Thread cziegeler
cziegeler01/07/19 06:18:22 Modified:.Tag: cocoon_20_branch announcement.xml build.xml changes.xml xdocsTag: cocoon_20_branch 3rdparty.xml Added: xdocsTag: cocoon_20_branch IMPORTANT Log: Now we have two tags @docname@ an

Re: [RT] forms

2001-07-19 Thread Torsten Curdt
I have had a look on the updated XForm specification. And here are some more RT: Unfortunately there is only little information on subpages in the spec. But this is what I understood from spec a multipage form could look like:

Re: New Avalon Docs

2001-07-19 Thread Berin Loritsch
Marc van Kempen wrote: >Berin Loritsch wrote: > >>Berin Loritsch wrote: >> >>>The Avalon web site has been updated recently to publish the >>>"Developing with Apache Avalon" whitepaper I wrote--originally >>>for the ApacheCon. It is in HTML, as I have not had the time >>>to convert it to PDF yet

cvs commit: xml-cocoon2 announcement.xml build.xml

2001-07-19 Thread cziegeler
cziegeler01/07/19 05:43:54 Modified:.announcement.xml build.xml Log: Added filter docname to build script, so we can simply refer to it in the docs Revision ChangesPath 1.4 +6 -6 xml-cocoon2/announcement.xml Index: announcement.xml =

cvs commit: xml-cocoon2 announcement.xml build.xml

2001-07-19 Thread cziegeler
cziegeler01/07/19 05:43:34 Modified:.Tag: cocoon_20_branch announcement.xml build.xml Log: Added filter docname to build script, so we can simply refer to it in the docs Revision ChangesPath No revision No revision

Re: map:parameter in map:components

2001-07-19 Thread Christian Haul
On 19.Jul.2001 -- 01:30 PM, Sylvain Wallez wrote: > Christian, would you mind if I change the syntax ? It would be great to > have this fixed for beta 2. Sylvain, I'm sorry for that. I've not seen that discussion and assumed that it would be nice if parameters where the same for run-time and set

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

2001-07-19 Thread cziegeler
cziegeler01/07/19 05:20:49 Modified:src/org/apache/cocoon Tag: cocoon_20_branch Notifier.java src/org/apache/cocoon/servlet Tag: cocoon_20_branch CocoonServlet.java Log: When the http status RC_NOT_FOUND is set, nothing is written to the output

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

2001-07-19 Thread cziegeler
cziegeler01/07/19 05:20:32 Modified:src/org/apache/cocoon Notifier.java src/org/apache/cocoon/servlet CocoonServlet.java Log: When the http status RC_NOT_FOUND is set, nothing is written to the output Revision ChangesPath 1.3 +3 -2 xml-cocoon2/s

Re: [RT] forms

2001-07-19 Thread Christian Haul
On 18.Jul.2001 -- 06:38 PM, Torsten Curdt wrote: > > Well, I would like to tackle forms in a vew days, but frankly, > > I would reckon multipage forms to be too complex for an initial > > release... > > I don't think it will make much sense to try a simple form > first when we don't have an idea

map:parameter in map:components

2001-07-19 Thread Sylvain Wallez
Hi team, I just discovered that many of the new actions/selector/matchers that Christian added a week ago rely on for their configuration inside the , and that a change on AbsctractAction also assumes this syntax for all actions. I'd like to remind the discussion that we had in May (see http://

Re: [C2 patch] updated i18transformer

2001-07-19 Thread Davanum Srinivas
Marcus, All Checked into C2.1 Branch for now. Please cross-check. I will start a vote to see if this can be included in C2.0-Beta2 soon. Thanks, dims --- Marcus Crafter <[EMAIL PROTECTED]> wrote: > Hi All, > > Hope all is well. > > Many thanks to those who sent me feedback regard

RE: [C2] Can't get recent or latest 2.0 branch to run

2001-07-19 Thread Kevin O'Neill
There seem to be a number of problems with code in the debug method. I have similar problem when I try to run it under jboss 2.2.2. The cheesy solution ... set the logging level to INFO or lower in the web.xml file. k. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

cvs commit: xml-cocoon2/src/org/apache/cocoon/i18n - New directory

2001-07-19 Thread dims
dims01/07/19 04:16:05 xml-cocoon2/src/org/apache/cocoon/i18n - New directory -- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

AW: ApacheCon 2001 Europe: CANCELLED

2001-07-19 Thread Matthew Langham
>> Oh, I'm sorry, Matthew! << Thats Ok! Actually the original idea was a Cocoon conference here in Paderborn (Germany). But the response was very weak - and so the idea was dumped. What we are currently planning is a 2 day event covering "XML/XSL solutions in eBusiness" - to take place in Paderb

Re: [C2][PATCH] root2html.xsl - Improvement of documentation source display

2001-07-19 Thread Davanum Srinivas
Thanks Stuart. Have checked it in. -- dims --- Stuart Roebuck <[EMAIL PROTECTED]> wrote: > Attached is a patch for webapp/stylesheets/documents/root2html.xsl that > just ensures that the source in the documentation gets formatted as a > listing rather than as continuous text. I've also taken

cvs commit: xml-cocoon2/webapp/stylesheets/documents root2html.xsl

2001-07-19 Thread dims
dims01/07/19 03:53:37 Modified:webapp/stylesheets/documents Tag: cocoon_20_branch root2html.xsl Log: Patch from Stuart Roebuck for Improvement of documentation source display Revision ChangesPath No revision No

cvs commit: xml-cocoon2/webapp/stylesheets/documents root2html.xsl

2001-07-19 Thread dims
dims01/07/19 03:53:28 Modified:webapp/stylesheets/documents root2html.xsl Log: Patch from Stuart Roebuck for Improvement of documentation source display Revision ChangesPath 1.5 +13 -6 xml-cocoon2/webapp/stylesheets/documents/root2html.xsl Index: root2

[C2]: When does the sitemap return false

2001-07-19 Thread Carsten Ziegeler
Hi, I just came around this note in the CocoonServlet.class: >>> if (!this.cocoon.process(env)) { // FIXME (NKB) It is not true that !this.cocoon.process(env) // means only SC_NOT_FOUND I looked through the sitemap, but saw no other case when false is returned than r

RE: Two Cocoon FAQ entries (version 0.0.1)

2001-07-19 Thread Davanum Srinivas
Thanks Luca. Thanks John. -- dims --- "Morrison, John" <[EMAIL PROTECTED]> wrote: > Here's the same content as a patch. > > > -Original Message- > > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, 18 July 2001 9:46 pm > > To: [EMAIL PROTECTED] > > Subject: Fwd: Tw

cvs commit: xml-cocoon2/xdocs faq.xml

2001-07-19 Thread dims
dims01/07/19 03:46:32 Modified:xdocsfaq.xml Log: 2 FAQ Content from Luca converted into FAQ.xml patch by John. Revision ChangesPath 1.8 +107 -0xml-cocoon2/xdocs/faq.xml Index: faq.xml ==

cvs commit: xml-cocoon2/xdocs faq.xml

2001-07-19 Thread dims
dims01/07/19 03:46:06 Modified:xdocsTag: cocoon_20_branch faq.xml Log: 2 FAQ Content from Luca converted into FAQ.xml patch by John. Revision ChangesPath No revision No revision 1.1.1.1.2.7 +107 -0xml-cocoon

RE: ApacheCon 2001 Europe: CANCELLED

2001-07-19 Thread Torsten Curdt
> > Torsten Curdt wrote: > > > > > Sad news about ApacheCon2001 in Europe. > > > > > > -- > > > Ovidiu Predescu <[EMAIL PROTECTED]> > > > > Maybe Carstens initiative to originate a CocoonCon > > is now (even) more desireable? > > -- > Originally it was Matthews idea and initiative and > I only

  1   2   >