RE: Can't get PostgreSQL to work - HELP !!!

2002-05-29 Thread Leo Sutic
> From: daniel robinson [mailto:[EMAIL PROTECTED]] > > I'm running: > > Win98 > Tomcat 4.0.3 > C2 > PostgreSQL 7.2.1 in CYGWIN > PostgreSQL JDBC 7.2 > > Tomcat/common/lib contains: > pgjdbc1.jar (containing org.postresql.Driver) ^^^ Unless you are running JDK 1.1.x, you want ht

[FYI] RELAX NG becomes ISO draft standard

2002-05-29 Thread Nicola Ken Barozzi
http://www.xmlhack.com/read.php?item=1667 At a recent meeting in Barcelona, the RELAX NG XML validation language was unanimously accepted as Draft International Standard 19757-2 by the Document Description and Processing Languages subcommittee of the ISO/IEC Joint Technical Committee 1 (ISO/IEC J

Can't get PostgreSQL to work - HELP !!!

2002-05-29 Thread daniel robinson
I've checked all the mail lists and I put up messages on the USER list but I am stopped so... I'm running: Win98 Tomcat 4.0.3 C2 PostgreSQL 7.2.1 in CYGWIN PostgreSQL JDBC 7.2 Tomcat/common/lib contains: pgjdbc1.jar (containing org.postresql.Driver) jdbc2_0-stdext.jar Cocoon/WEB-INF/

RE: Build failing

2002-05-29 Thread Vadim Gritsenko
> From: Michael Aracic [mailto:[EMAIL PROTECTED]] > > I'm running windows 2000, JDK 1.2.2 trying to build from the CVS snapshot > (HEAD) > My goal is to get cocoon running in command line mode. Has anyone got any idea > what I need to do? Try Cocoon 2.0.3 CVS instead of HEAD. Last time I checked

cvs commit: xml-cocoon2/tools/src check-jars.xsl

2002-05-29 Thread morrijr
-logkit is a logging toolkit designed for secure performance orientated logging in applications. Cocoon logging - core/logkit-1.0.1.jar + core/logkit-20020529.jar http://jakarta.apache.org/avalon/logkit/ 1.4 +28 -32xml-cocoon2/tools

Re: Generator for SQL Server

2002-05-29 Thread Bert Van Kets
Go to Sun's JDBC driver page at http://industry.java.sun.com/products/jdbc/drivers I have used Netdirect's driver with great succes http://www.j-netdirect.com/ Bert At 08:36 29/05/2002 -0700, you wrote: >My point is we could avoid the conversion of SQL result rows into XML in >Cocoon alltogethe

cvs commit: xml-cocoon2/src/documentation/xdocs/howto howto-author-howto.xml

2002-05-29 Thread shannon
shannon 02/05/29 12:37:38 Modified:src/documentation/xdocs/howto howto-author-howto.xml Log: Added sections based on experience of working with new authors. Added pointers about spellchecking, validation, doc builds. Added links to new How-Tos related to bugzilla submissions

cvs commit: xml-cocoon2/src/documentation/xdocs/howto howto-author-faq.xml

2002-05-29 Thread shannon
shannon 02/05/29 12:36:42 Modified:src/documentation/xdocs/howto howto-author-faq.xml Log: Added sections based on experience of working with new authors. Added pointers about spellchecking, validation, doc builds. Added links to new How-Tos related to bugzilla submissions a

cvs commit: xml-cocoon2/src/documentation/xdocs/howto index.xml

2002-05-29 Thread shannon
shannon 02/05/29 12:34:58 Modified:src/documentation/xdocs/howto index.xml Log: typos in naming conventions Revision ChangesPath 1.4 +2 -2 xml-cocoon2/src/documentation/xdocs/howto/index.xml Index: index.xml =

cvs commit: xml-cocoon2/src/documentation/xdocs/howto book.xml

2002-05-29 Thread shannon
shannon 02/05/29 12:34:33 Modified:src/documentation/xdocs/howto book.xml Log: typos in naming conventions Revision ChangesPath 1.4 +1 -1 xml-cocoon2/src/documentation/xdocs/howto/book.xml Index: book.xml

Re: [RT] InputModules for sitemap variables

2002-05-29 Thread Nicola Ken Barozzi
From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > ... > > > Being a module is a scheme (for URL it's usually a "protocol"), I > would > > suggest > > > > module://moduletouse/path/to/param?moduleattr=value > > It is completely not necessary to

RE: [ROLES]Something changed?

2002-05-29 Thread Geoff Howard
Are you using a cocoon.xconf file created for an earlier release/cvs checkout? I just discovered that there is a backwards compatibility problem with a cocoon.xconf we were using with an earlier cvs dev checkout (before moving scratchpad stuff into HEAD). The tree processor setup at least has ch

Re: [RT] InputModules for sitemap variables

2002-05-29 Thread Christian Haul
On 29.May.2002 -- 10:53 AM, Vadim Gritsenko wrote: > > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > ... > > > Being a module is a scheme (for URL it's usually a "protocol"), I > would > > suggest > > > > module://moduletouse/path/to/param?moduleattr=value > > It is completely not n

patch for sunshine portal

2002-05-29 Thread Keil
Hi! The org.apache.cocoon.sunshine.xml.XMLUtil class creates a NullPointerException with J2SDK1.4. I patched the class and it is now working with J2SDK1.4. I have replaced every Node.getLocalName with Node.getNodeName. See attachment greetings, Keil XMLUtil.zip Description: Binary dat

RE: Generator for SQL Server

2002-05-29 Thread Steven Sedlmeyer
You can get XML directly from SQL Server 2000 using either HTTP or JDBC. For JDBC you use the incantation "for XML" in your query and you get XML back. with HTTP you can use either XPath against an XML schema (see the SQL Server docs for more info) or a normal SQL query. Both return XML and both

Re: [RT] InputModules for sitemap variables

2002-05-29 Thread Sylvain Wallez
Vadim Gritsenko wrote: >>From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] >> > >... > >>Being a module is a scheme (for URL it's usually a "protocol"), I would suggest >module://moduletouse/path/to/param?moduleattr=value >> > >It is completely not necessary to have '//' symbols in there (as

[C 2.0.2] [Bug] Broken Pipes / Long files / Byte Ranges & ResourceReader

2002-05-29 Thread Stuart Roebuck
I'm having problems with a live Cocoon 2.0.2 site which appear to be related to the way that some browsers choose to download longer files as byte ranges. Currently, if you attempt to download a byte range from Cocoon it generates a _very_ long stack dump (see below). I don't know whether the

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components ApplicationHandler.java Handler.java

2002-05-29 Thread cziegeler
cziegeler02/05/29 09:05:42 Modified:src/java/org/apache/cocoon/webapps/authentication/components ApplicationHandler.java Handler.java Log: New authentication manager Revision ChangesPath 1.3 +8 -1 xml-cocoon2/src/java/org/apache/cocoon

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components AuthenticationManager.java HandlerManager.java

2002-05-29 Thread cziegeler
cziegeler02/05/29 08:58:22 Modified:src/java/org/apache/cocoon/webapps/authentication AuthenticationConstants.java src/java/org/apache/cocoon/webapps/authentication/components AuthenticationManager.java HandlerManager.java

Re: Generator for SQL Server

2002-05-29 Thread Horst Rutter
My point is we could avoid the conversion of SQL result rows into XML in Cocoon alltogether if we query SQL Server for an XML result document, which is one of the features of SQL Server 2000. There is no JDBC involved. I am not sure but I think they are using HTTP instead to talk to the SQL Ser

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components AuthenticationManager.java HandlerManager.java

2002-05-29 Thread cziegeler
cziegeler02/05/29 08:38:09 Modified:src/java/org/apache/cocoon/components CocoonComponentManager.java src/java/org/apache/cocoon/webapps/authentication/components AuthenticationManager.java HandlerManager.java Log: New a

keep-together attribute in lastest release

2002-05-29 Thread Benjamin Walther
Hello, question does the keep-together attribute for blocks work in the newest release of cocoon? This is related to Bugzilla Bug 3044 . Thanks Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [E

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components HandlerManager.java

2002-05-29 Thread cziegeler
cziegeler02/05/29 08:05:59 Modified:src/java/org/apache/cocoon/webapps/authentication/components HandlerManager.java Log: More HandlerManager Revision ChangesPath 1.2 +40 -17 xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/

RE: [RT] InputModules for sitemap variables

2002-05-29 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] ... > Being a module is a scheme (for URL it's usually a "protocol"), I would > suggest > > module://moduletouse/path/to/param?moduleattr=value It is completely not necessary to have '//' symbols in there (as you mentioned: after scheme go

Re: XMLForm howto live

2002-05-29 Thread Diana Shannon
On Wednesday, May 29, 2002, at 08:55 AM, Vadim Gritsenko wrote: >>> >> There is only one drawback: if we make a 2.0.3 release from the > branch, >> the docs are perhaps not that upto-date because everything went into > head. > > All relevant documentation must be committed to both branches. If

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components HandlerManager.java

2002-05-29 Thread cziegeler
cziegeler02/05/29 07:39:21 Added: src/java/org/apache/cocoon/webapps/authentication/components HandlerManager.java Log: Starting refactoring of authentication framework for handler configurations in subsitemaps Revision ChangesPath 1.1

RE: [ROLES]Something changed?

2002-05-29 Thread Carsten Ziegeler
> -Original Message- > From: Stephan Michels [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 4:30 PM > To: [EMAIL PROTECTED] > Subject: RE: [ROLES]Something changed? > > On Wed, 29 May 2002, Carsten Ziegeler wrote: > > > The latest CVS works for me. Hmm, do you have a handlers

DO NOT REPLY [Bug 9487] - logkit-1.0.1 and excalibur-20020506 mismatch

2002-05-29 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

cvs commit: xml-cocoon2/lib/core logkit-20020529.jar logkit-1.0.1.jar

2002-05-29 Thread sylvain
sylvain 02/05/29 07:37:27 Added: lib/core logkit-20020529.jar Removed: lib/core logkit-1.0.1.jar Log: Fix bug #9487 reported by Leo Sutic ([EMAIL PROTECTED]) Revision ChangesPath 1.1 xml-cocoon2/lib/core/logkit-20020529.jar

RE: [ROLES]Something changed?

2002-05-29 Thread Stephan Michels
On Wed, 29 May 2002, Carsten Ziegeler wrote: > The latest CVS works for me. Hmm, do you have a handlers configuration > in the auth-protect action? The authentication manager is currently > very picky if this is missing. > I have following entries in my sitemap: http://apache.or

Re: [RT] InputModules for sitemap variables

2002-05-29 Thread Nicola Ken Barozzi
From: "Sylvain Wallez" <[EMAIL PROTECTED]> > Christian Haul wrote: > > >On 28.May.2002 -- 04:01 PM, Christian Haul wrote: > > > >>Now someone more knowledgeable of the sitemap variables' > >>implementation can tackle the suggestion. :-) > >> > >>To followup on Nicola Ken's comment, we could have

RE: Generator for SQL Server

2002-05-29 Thread Stephen Ng
The actual level 4 drivers. http://msdn.microsoft.com/downloads/default.asp?URL=/downloads/sample.as p?url=/MSDN-FILES/027/001/779/msdncompositedoc.xml Are these considered to be slow? I sent off a quick email to JTurbo asking them to compare their driver against MS's. Sorry if this is off-top

RE: [ROLES]Something changed?

2002-05-29 Thread Carsten Ziegeler
The latest CVS works for me. Hmm, do you have a handlers configuration in the auth-protect action? The authentication manager is currently very picky if this is missing. Carsten > -Original Message- > From: Stephan Michels [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 4:21 P

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Christian Haul
On 29.May.2002 -- 04:12 PM, Carsten Ziegeler wrote: > Konstantin Piroumian wrote: > > > > > > Do we need to introduce new special element - - > > > here? Won't it be better to just declare parameters right inside > > > element? > > > > You are reading my thoughts! ;))) > > If one would extent t

[ROLES]Something changed?

2002-05-29 Thread Stephan Michels
Hi, since some days, I couldn't use the lastest snapshot from the CVS. I get following exception: WARN(2002-05-29) 16:08.43:004 [sitemap](/view/ch/1/vscml/index.html) HttpProcessor[8080][4]/ExcaliburComponentManager: ComponentManager exception from parent CM during lookup. org.apache.avalo

RE: [Proposal] Sitemap parameters

2002-05-29 Thread Vadim Gritsenko
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Konstantin Piroumian wrote: > > > > > > Do we need to introduce new special element - - > > > here? Won't it be better to just declare parameters right inside > > > element? > > > > You are reading my thoughts! ;))) > > > Ok, ok, two again

Re: [RT] InputModules for sitemap variables

2002-05-29 Thread Christian Haul
On 29.May.2002 -- 03:34 PM, Sylvain Wallez wrote: > Sylvain Wallez wrote: > >I think you're going too far, for two reasons : > >- you introduce heavy back-incompatibility issues by requiring all > >variables to be prefixed (i.e. the "sitemap" prefix) That is bad, indeed. I tried to think along

RE: Generator for SQL Server

2002-05-29 Thread Morrison, John
Do you mean the ODBC bridge or MS's actual level 4 (I think) JDBC drivers? There's also a product called JTurbo which is a full JDBC driver for SQL. J. > -Original Message- > From: Stephen Ng [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 29 May 2002 3:11 pm > To: [EMAIL PROTECTED] > Sub

RE: Generator for SQL Server

2002-05-29 Thread Stephen Ng
Oh! I'm using the MS JDBC Drivers. If I have to use SQL Server, is there another set of drivers I could use instead that would be faster? Steve > -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 2:14 AM > To: [EMAIL PROTECTED] >

RE: [Proposal] Sitemap parameters

2002-05-29 Thread Carsten Ziegeler
Konstantin Piroumian wrote: > > > > Do we need to introduce new special element - - > > here? Won't it be better to just declare parameters right inside > > element? > > You are reading my thoughts! ;))) > Ok, ok, two against one :( - patch at will Carsten

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Konstantin Piroumian
From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > > > > Stuart Roebuck wrote: > > > > > > On Wednesday, May 29, 2002, at 10:17 AM, Konstantin Piroumian wrote: > > > > > > > I've seen that discussion, but had problems with mail server and > >

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Konstantin Piroumian
From: "Carsten Ziegeler" <[EMAIL PROTECTED]> > > Konstantin Piroumian wrote: > > > > > > > > You can configure the global parameters in the map:pipelines section: > > > > > > > > > > > > > > > > One question: why 'global-parameters' and not simply 'parameters'? > > > Hmm, I first name

RE: [Proposal] Sitemap parameters

2002-05-29 Thread Vadim Gritsenko
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > Stuart Roebuck wrote: > > > > On Wednesday, May 29, 2002, at 10:17 AM, Konstantin Piroumian wrote: > > > > > I've seen that discussion, but had problems with mail server and > > > couldn't > > > join to it. > > > > > > My proposal is a li

RE: [Proposal] Sitemap parameters

2002-05-29 Thread Carsten Ziegeler
Konstantin Piroumian wrote: > > > > > You can configure the global parameters in the map:pipelines section: > > > > > > > > > > One question: why 'global-parameters' and not simply 'parameters'? > Hmm, I first named it 'parameters' and then I tried 'global-parameters' and I thoug

RE: [Proposal] Sitemap parameters

2002-05-29 Thread Carsten Ziegeler
Nicola Ken Barozzi wrote: > > From: "Carsten Ziegeler" <[EMAIL PROTECTED]> > > > You can configure the global parameters in the map:pipelines section: > > > > > > > > > > > > and use it: > > > > > > > >... > > > > > > ... > > :-) > > Is there a way to set

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Konstantin Piroumian
From: "Carsten Ziegeler" <[EMAIL PROTECTED]> > Stuart Roebuck wrote: ... > > > > > > > > > > Just to say that this kind of functionality would be *really* useful. > > > And now the good news: it's already implemented in the latest CVS :) You are very quick :) > > You can configure the global p

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Nicola Ken Barozzi
From: "Carsten Ziegeler" <[EMAIL PROTECTED]> > You can configure the global parameters in the map:pipelines section: > > > > > > and use it: > > > >... > > > ... :-) Is there a way to set the parameter out of the sitemap? It seems that using inputmodule

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Konstantin Piroumian
From: "Sylvain Wallez" <[EMAIL PROTECTED]> > Konstantin Piroumian wrote: >> While input modules provide a way to > >_get_ variable values from different sources (sitemap, request, etc.), my > >need is to _set_ global parameters for the sitemap to avoid things like > >@skin@ in matcher patterns,

Re: New Technologies Sample App

2002-05-29 Thread Nicola Ken Barozzi
From: "Brian Topping" <[EMAIL PROTECTED]> ... Finally, the entire project should be documented with Forrest, although I have to admit wishing that we had something like Maven in place because of the build system elements... Also look at http://www.krysalis.org/centipede/ , which already u

Re: New Technologies Sample App

2002-05-29 Thread Ivelin Ivanov
Brian, All the new and cool projects that you mention already have sample apps and documentation (even XMLForm, in 2.1 under webapp/documentation/xdocs/xmlform) However, you noticed correctly that there is not one big app to demonstrate successfully how all these can work together: Portal, Sche

cvs commit: xml-cocoon2/src/webapp/sunspotdemo portaldemo-act.xpipe

2002-05-29 Thread cziegeler
cziegeler02/05/29 06:38:49 Modified:src/documentation/xdocs/developing authentication.xml src/java/org/apache/cocoon/components CocoonComponentManager.java src/java/org/apache/cocoon/webapps/authentication aut

[GUMP] Build Failure - xml-cocoon2

2002-05-29 Thread Sam Ruby
[echo] -- [echo] Apache Cocoon 20020529 [1999-2002] [echo] -- [echo] Building with Apache Ant version 1.6alpha compiled on May 29 2002 [echo] using build file

RE: [Proposal] Sitemap parameters

2002-05-29 Thread Carsten Ziegeler
Stuart Roebuck wrote: > > On Wednesday, May 29, 2002, at 10:17 AM, Konstantin Piroumian wrote: > > > I've seen that discussion, but had problems with mail server and > > couldn't > > join to it. > > > > My proposal is a little different. While input modules provide a way to > > _get_ variable val

Re: [RT] InputModules for sitemap variables

2002-05-29 Thread Sylvain Wallez
Sylvain Wallez wrote: > > Sorry for the delay : this subject is of great interest to me but I > had some more-than-urgent work. > > I think you're going too far, for two reasons : > - you introduce heavy back-incompatibility issues by requiring all > variables to be prefixed (i.e. the "sitemap"

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Sylvain Wallez
Konstantin Piroumian wrote: >From: "Christian Haul" <[EMAIL PROTECTED]> > >>On 27.May.2002 -- 11:49 AM, Carsten Ziegeler wrote: >> >>>Konstantin Piroumian wrote: >>> Hi alls! While inspecting the Forrest's sitemap (src/documentation/conf/sitemap.xmap) I've found several lines

Re: [RT] InputModules for sitemap variables

2002-05-29 Thread Sylvain Wallez
Christian Haul wrote: >On 28.May.2002 -- 04:01 PM, Christian Haul wrote: > >>On 27.May.2002 -- 10:32 AM, Christian Haul wrote: >> >>>On 26.May.2002 -- 01:35 PM, Sylvain Wallez wrote: >>> Christian Haul wrote: >On 24.May.2002 -- 04:00 PM, Sylvain Wallez wrote: > >>Chris, what

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Stuart Roebuck
On Wednesday, May 29, 2002, at 10:17 AM, Konstantin Piroumian wrote: > I've seen that discussion, but had problems with mail server and > couldn't > join to it. > > My proposal is a little different. While input modules provide a way to > _get_ variable values from different sources (sitemap, r

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Christian Haul
On 29.May.2002 -- 01:17 PM, Konstantin Piroumian wrote: > From: "Christian Haul" <[EMAIL PROTECTED]> > > > > could this be relevant to your discussion (I'm sneaking in 'cause I > > saw Carsten's cross post to cocoon-dev)? > > > > http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=102249009904928&w=2

RE: Antwort: RE: [RT]: Calculating the cache key

2002-05-29 Thread Berin Loritsch
> From: [EMAIL PROTECTED] > > Berlin Loritsch wrote: > > > >There are two things you need to know about the default > hashCode() for > >this to work: > > > >1) Default hash values are the address of the object--meaning that > > they are all aligned on a power of 2 ( typically every 4 or 8

RE: XMLForm howto live

2002-05-29 Thread Vadim Gritsenko
> From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > > > -Original Message- > > From: Diana Shannon [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, May 28, 2002 5:31 PM > > To: [EMAIL PROTECTED] > > Subject: Re: XMLForm howto live > > > > > > > > On Tuesday, May 28, 2002, at 09:24 AM,

RE: DatabaseSelectAction question

2002-05-29 Thread Vadim Gritsenko
> From: John Austin [mailto:[EMAIL PROTECTED]] > > I posted a question on cocoon-users a while ago asking for help with > this Action class and took the source code upstairs with me to watch the > end of the NHL playoff game (Trawna lost in overtime - hooray!). > > As I have now read the code i

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/webapps/authentication/components AuthenticationManager.java

2002-05-29 Thread cziegeler
cziegeler02/05/29 05:50:21 Modified:.changes.xml src/java/org/apache/cocoon Cocoon.java Processor.java ProcessorWrapper.java src/java/org/apache/cocoon/components CocoonComponentManager.java

WYSIWYG XML editor via JS/ActiveX

2002-05-29 Thread Michael Hartle
Hello all, some time ago, I started working on an semantical oriented, yet WYSIWYG XML editor for IE 5.5+, after being unsatisfied with some aspects of Xopus. It is not yet finished and lacks some aspects (content changes work, structural changes don't), but the basic components are there. I

Re: ContentEditable in Mozilla

2002-05-29 Thread Ugo Cei
Matt Sergeant wrote: > I also noticed some pretty showstopping bugs - like no cursor, and when I > hit enter to start a new line the box didn't increase in size (or add a > scrollbar). Hopefully things we'll see fixed soonish. Press F7 to show the caret. Ugo -- Ugo Cei - http://www.be

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/sitemap PipelineNode.java PipelinesNode.java PipelinesNodeBuilder.java

2002-05-29 Thread cziegeler
cziegeler02/05/29 05:02:15 Modified:.changes.xml src/java/org/apache/cocoon/components/treeprocessor treeprocessor-builtins.xml src/java/org/apache/cocoon/components/treeprocessor/sitemap PipelineNode.

RE: New Technologies Sample App

2002-05-29 Thread Brian Topping
Oops, looks like Andy Coliver proposed something similar a few months ago (just saw it because his email address sorts early :-) Sorry to other list folks for the gaffe! Andy: Anything in here match up with what you were considering? Catch up off-list? -b > -Original Message- > From:

cvs commit: xml-cocoon2/src/documentation/xdocs/installing updating.xml

2002-05-29 Thread cziegeler
cziegeler02/05/29 03:57:33 Modified:src/documentation/xdocs/installing updating.xml Log: Minor doc update Revision ChangesPath 1.4 +58 -4 xml-cocoon2/src/documentation/xdocs/installing/updating.xml Index: updating.xml

Re: ContentEditable in Mozilla

2002-05-29 Thread Matt Sergeant
On Wed, 29 May 2002, Robert Koberg wrote: > It is really cool. I have only had a quick look at it. I have to wonder > about performance, though... and backward compatibility when Mozilla > introduces their take on the matter... I also noticed some pretty showstopping bugs - like no cursor, and w

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Stuart Roebuck
On Wednesday, May 29, 2002, at 10:17 AM, Konstantin Piroumian wrote: > I've seen that discussion, but had problems with mail server and > couldn't > join to it. > > My proposal is a little different. While input modules provide a way to > _get_ variable values from different sources (sitemap, r

cvs commit: xml-cocoon2 build.xml

2002-05-29 Thread cziegeler
cziegeler02/05/29 03:37:22 Modified:.Tag: cocoon_2_0_3_branch build.xml Log: Added missing filter Revision ChangesPath No revision No revision 1.196.2.3 +1 -0 xml-cocoon2/build.xml Index: build.xml =

cvs commit: xml-cocoon2 build.xml

2002-05-29 Thread cziegeler
cziegeler02/05/29 03:36:49 Modified:.build.xml Log: Added missing filter Revision ChangesPath 1.220 +1 -0 xml-cocoon2/build.xml Index: build.xml === RCS file: /home/cvs/xml-cocoon2/

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

2002-05-29 Thread cziegeler
cziegeler02/05/29 03:24:19 Modified:src/documentation cocoon.xconf sitemap.xmap src/java/org/apache/cocoon/caching CacheValidityToSourceValidity.java src/java/org/apache/cocoon/components/pipeline/impl Caching

DO NOT REPLY [Bug 9487] New: - logkit-1.0.1 and excalibur-20020506 mismatch

2002-05-29 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

[off-topic] Standards destroy privacy

2002-05-29 Thread Jeremy Quinn
Dear All, Sorry about the off-topic message. In New Scientist magazine this week, there is an article in the "Opinion Viewpoint" section by Mike Holderness, entitled "Every step you take: Making Government databases fit the best standards of compatibility is what will destroy privacy, not su

Re: ContentEditable in Mozilla

2002-05-29 Thread Robert Koberg
Jeremy Quinn wrote: > > On Tuesday, May 28, 2002, at 02:22 PM, Sylvain Wallez wrote: > >> FYI, the great guys at Q42 have written a clone of IE's >> contentEditable for Mozilla. >> >> Check it out at http://xopus.org/index.jsp?menu=mozce : although >> still rudimentary, it shows a lot of potent

New Technologies Sample App

2002-05-29 Thread Brian Topping
Wow, I looked away for a few weeks and there are all these new technologies on Cocoon! Forrest, XMLForm, the sunShine initiative -- wow!! I'm sitting here thinking that I want to use these technologies on the site I am bringing together. I understand that they may not be ready for prime tim

Re: [Proposal] Sitemap parameters

2002-05-29 Thread Konstantin Piroumian
From: "Christian Haul" <[EMAIL PROTECTED]> > On 27.May.2002 -- 11:49 AM, Carsten Ziegeler wrote: > > Konstantin Piroumian wrote: > > > > > > Hi alls! > > > > > > While inspecting the Forrest's sitemap > > > (src/documentation/conf/sitemap.xmap) > > > I've found several lines that are using Ant sub

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor InvokeContext.java

2002-05-29 Thread cziegeler
cziegeler02/05/29 02:12:04 Modified:.todo.xml src/java/org/apache/cocoon/components CocoonComponentManager.java src/java/org/apache/cocoon/components/pipeline AbstractProcessingPipeline.java

Re: ContentEditable in Mozilla

2002-05-29 Thread Jeremy Quinn
On Tuesday, May 28, 2002, at 02:22 PM, Sylvain Wallez wrote: > FYI, the great guys at Q42 have written a clone of IE's > contentEditable for Mozilla. > > Check it out at http://xopus.org/index.jsp?menu=mozce : > although still rudimentary, it shows a lot of potential. > This is amazing! Wha

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

2002-05-29 Thread cziegeler
cziegeler02/05/29 01:20:26 Modified:.todo.xml src/documentation cocoon.xconf sitemap.xmap src/java/org/apache/cocoon/caching PipelineCacheKey.java src/java/org/apache/cocoon/components/pipeline AbstractProcessi

Re: [RT] InputModules for sitemap variables

2002-05-29 Thread Christian Haul
On 28.May.2002 -- 04:01 PM, Christian Haul wrote: > On 27.May.2002 -- 10:32 AM, Christian Haul wrote: > > On 26.May.2002 -- 01:35 PM, Sylvain Wallez wrote: > > > Christian Haul wrote: > > > >On 24.May.2002 -- 04:00 PM, Sylvain Wallez wrote: > > > > > > > >>Chris, what about passing the full object

Re: DatabaseSelectAction question

2002-05-29 Thread Christian Haul
On 28.May.2002 -- 11:22 PM, John Austin wrote: > I posted a question on cocoon-users a while ago asking for help with > this Action class and took the source code upstairs with me to watch the > end of the NHL playoff game (Trawna lost in overtime - hooray!). Next time, please open a new thread

Re: Re: Calculating the cache key

2002-05-29 Thread volker . schmitt
>>sorry, but I don\'t understand why the resultant >>hashCode should not an even >>number. My understanding of a hashCode funktion is, >>that it should generate >>homogeneous values. > >Yes, but the default hashCode function generates even numbers. So in order to recieve more balance when you