Re: Problems with C2 and Tomcat 3.3

2001-10-26 Thread costinm
On Thu, 25 Oct 2001, Berin Loritsch wrote: > > Can we do anything to make it work? Or do we need to pass this > > on to the Tomcat developers? > > The only thing we personally could do is break the Servlet spec, > and assign our own work directory. I am -1 on that. By all means, > let's assign

Re: Problems with C2 and Tomcat 3.3

2001-10-26 Thread Ovidiu Predescu
This happens with the main trunk, 2.1-dev. I believe it's a bug in Tomcat's classloader. I'll come up with a smaller testcase that shows the problem. Regards, Ovidiu On Thu, 25 Oct 2001 11:15:02 +0200, "Ignacio J. Ortega" <[EMAIL PROTECTED]> wrote: > Which version of C2? > > I've use cocoon_2

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

2001-10-26 Thread bloritsch
bloritsch01/10/26 08:32:52 Modified:src/org/apache/cocoon/i18n Tag: cocoon_20_branch XMLResourceBundle.java src/org/apache/cocoon/transformation Tag: cocoon_20_branch I18nTransformer.java Log: apply patches to my bad typ

RE: Problems with C2 and Tomcat 3.3

2001-10-26 Thread Ignacio J. Ortega
If we can add a small test for this to the 3.3 test app.. Would be great.. TIA Saludos , Ignacio J. Ortega > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]En nombre de > Ovidiu Predescu > Enviado el: viernes 26 de octubre de 2001 17:52 > Para: Ignacio J. Orteg

Re: [C2.1 BRUNCH][PATCH] compiling error at i18n components

2001-10-26 Thread Berin Loritsch
Klaus Bertram wrote: > > Hi all > at the brunch version CVS from 26.10 10:00 [de] > are compiling error's at: > cocoon/i18n/XMLResourceBundle > cocoon/transformation/I18nTransformer Thanks. Applied. - To unsubscribe, e-mail: [

[RT] Resource Garbage Collection

2001-10-26 Thread Berin Loritsch
Developing with Cocoon is a fun and rewarding experience, especially because it is hard write non-scalable webapps on the platform. Alot of this has to do with the limitations on the developer, and forcing them to Do the Right Thing(TM). Most of the enhancments have come out of a real need. I be

Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/components/xscript XScriptManager.java

2001-10-26 Thread Berin Loritsch
> /** > * Return the ComponentManager managing this instance. > * > * @return a ComponentManager value > */ > - public ComponentManager getComponentManager(); > + ComponentManager getComponentManager(); This part of the API just caught my eye. Can anyone tell

Avalon activity

2001-10-26 Thread Berin Loritsch
Avalon just released the final version for LogKit 1.0. There are some minor updates to Framework and Excalibur that I would like to release (a .1 or .0.1 release). The basic gist of it is no longer using a deprecated API, and some minor bug fixes in Excalibur. There is also support for obtaining

LogKit 1.0 Released

2001-10-26 Thread Berin Loritsch
LogKit 1.0 Released --- The Avalon team is proud to announce the 1.0 final release of LogKit. About Avalon The Avalon project is Apache's Java Server Framework. It is separated into five sub projects: Framework, Excalibur, LogKit, Cornerstone, and Phoenix. Its p

Re: [RTl] i18n transformer

2001-10-26 Thread Peter Royal
At 02:39 PM 10/25/2001 +0200, you wrote: > b)Maybe a bit nicer sollution could be to have an > > interface I18nDictonary { >public String lookup( String key ); >public long getLastModified(); > } > >A helper class could delegate the lookup to the original >XMLResou

Re: [RT] Validators using xml-schema datatype

2001-10-26 Thread Per-Olof Norén
> Hi all, > I'm now in a deep preparation for validators rewrite as you might know > from my latest RT, but recently one post on cocoon-users asked about using > xml-schema validation capabilities. > > I've taken a short look at the topic and must say that it seems much > easier to reuse xml-schem

DO NOT REPLY [Bug 4449] New: - xsp reference inbetween tags is not executed

2001-10-26 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: StringBuffers and String Concatenation

2001-10-26 Thread Sylvain Wallez
Berin Loritsch a écrit : > > Friends, going through the source code looking for > places to optimize the critical path (i.e. the path > taken when no error or log message is performed), > I went through adding StringBuffers where there were > three or more strings to concatenate. > > I found an

Problem with action set which contains one action (Bug in cocoon-2.0rc1a?)

2001-10-26 Thread Michael Homeijer
Hi, I have an action set that contains one action: if I use this action in the sitemap, in the following way, I get a "org.apache.cocoon.ResourceNotFoundException: No pipeline matched request".

Re: [RT] Environment Revamping

2001-10-26 Thread Berin Loritsch
giacomo wrote: > > On Thu, 18 Oct 2001, Berin Loritsch wrote: > > Cool analysis and explanation of the moves to take. > > Do you have an idea of how much time it needs to do the move? > Did you indent it to go into 2.0 or 2.1? > > Anyway you have my +1 for it. I intend it for 2.1, and it will

CR/LF problem

2001-10-26 Thread Andrew Answer
Hello cocoon-dev, I found some problem with tag in forms. I use Win2000, IE 5.5, HSQLDB engine, Resin2.0.2, Jdk1.3.1_01, Cocoon2_20011023101502, UTF-8 encoding. On Windows CR/LF pair used for string end. I send next text to my DB with help of standard DatabaseAddAction: [ String 1

[C2.0] Source resolution in servlet container

2001-10-26 Thread Piroumian, Konstantin
Hi, C2ers! According to Servlet 2.2 specification (paragraph 4.4): The ServletContext interface allows direct access to the static document hierarchy of content documents, such as HTML, GIF, and JPEG files, that are part of the web application via the following methods of the ServletContext inte

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

2001-10-26 Thread giacomo
giacomo 01/10/26 04:31:33 Modified:src/org/apache/cocoon/components/language/markup/xsp EsqlQuery.java Log: fixed unneded semicolon Revision ChangesPath 1.3 +1 -1 xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/EsqlQue

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/xscript XScriptManager.java

2001-10-26 Thread giacomo
giacomo 01/10/26 04:29:52 Modified:src/org/apache/cocoon/components/xscript XScriptManager.java Log: fixed redundant modifiers Revision ChangesPath 1.2 +16 -16 xml-cocoon2/src/org/apache/cocoon/components/xscript/XScriptManager.java Index: XScriptManager.j

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/source URLSource.java

2001-10-26 Thread cziegeler
cziegeler01/10/26 01:41:41 Modified:src/org/apache/cocoon/components/source Tag: cocoon_20_branch URLSource.java Log: Preserve SAXException Revision ChangesPath No revision No revision 1.1.2.17

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/source URLSource.java

2001-10-26 Thread cziegeler
cziegeler01/10/26 01:40:05 Modified:src/org/apache/cocoon/components/source URLSource.java Log: Preserve SAXException Revision ChangesPath 1.18 +4 -1 xml-cocoon2/src/org/apache/cocoon/components/source/URLSource.java Index: URLSource.java ==

[C2.1 BRUNCH][PATCH] compiling error at i18n components

2001-10-26 Thread Klaus Bertram
Hi all at the brunch version CVS from 26.10 10:00 [de] are compiling error's at: cocoon/i18n/XMLResourceBundle cocoon/transformation/I18nTransformer here is the patch for it Klaus i18nTransform.diff - To unsubscribe, e-mail:

[C2.1 HEAD] [C2.1 BRUNCH] esql sample unnown table xml_table

2001-10-26 Thread Klaus Bertram
Hi all, the esql sample use a table named xml_table this exists not in the sql-page.xml.sql or in your db please update this before release Klaus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EM

Release resources created by action (XMLDBGetRootCollectionAction)

2001-10-26 Thread Michael Homeijer
Hi, I am planning to create some XML:DB specific actions. One of them is XMLDBGetRootCollectionAction. It queries XML:DB for a Collection object based on the collection name and stores the collection in a request attribute. The purpose of the action is that the Collection it returned can be used

RE: mailing list

2001-10-26 Thread Morrison, John
My home account has been experiencing this too - since around Tuesday. _All_ mails from the apache folk have dropped off - but I know it still there 'cause I get them at work :) My home mail list includes: batik alexandria Cocoon (dev) J. PS - I'll try and (re)subscribe at the weekend :{ > --

RE: [C2.1][PATCH] litle dokumentation patch

2001-10-26 Thread Klaus Bertram
It's ok Klaus > -Original Message- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 25, 2001 2:27 PM > To: [EMAIL PROTECTED] > Subject: RE: [C2.1][PATCH] litle dokumentation patch > > > Hi Klaus, > > I applied your corrected patch. Please cross-check. > > Than

RE: Documentation: short alternative to @docname@?

2001-10-26 Thread Carsten Ziegeler
Hi Team, due to mailing list being a little bit slow, we are out of sync: I removed all the "crap" of @doctitle@ and @docname@ in the documentation. The only placeholders are (or should be) @version@, @year@ etc. (It was me who introduced this - for some other reasons which are now obsolete - an