Re: Cocoon apps Web site hosting

2002-08-14 Thread Ovidiu Predescu
On 8/14/02 4:08 PM, "Marc Portier" <[EMAIL PROTECTED]> wrote: > sorry for the late entry. No problem. We are still talking about this stuff. >> We can assume that everybody runs on the same common version of >> Cocoon, and >> we have a single Cocoon version running on a single Tomcat instance.

[FYI] On Vacation until August 26th

2002-08-14 Thread Ivelin Ivanov
Folks, I will be on vacation from tomorrow through August 26th. -=Ivelin=- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Thinking about a change to LinkSerializer

2002-08-14 Thread Vadim Gritsenko
Torsten Knodt wrote: > Hello, > I've used LinkSerializer with the command line environment. > In cocoon-users I had a talk with Vadimir (LinkSerializer not seeing > links (href, src)) and he explained me how LinkSerializer works. > Now I'm thinking about documenting this, but I think the followi

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

2002-08-14 Thread vgritsenko
vgritsenko2002/08/14 20:13:46 Modified:.Tag: cocoon_2_0_3_branch changes.xml .changes.xml src/java/org/apache/cocoon/xml/xlink Tag: cocoon_2_0_3_branch ExtendedXLinkPipe.java Log: In addition to attributes in same

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

2002-08-14 Thread vgritsenko
vgritsenko2002/08/14 20:13:46 Modified:src/java/org/apache/cocoon/xml/xlink ExtendedXLinkPipe.java Log: In addition to attributes in same namespace with elements, link serializer reacts on non-namespaced attributes too. This allows processing of (strict) XHTML. Revision Ch

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/serializers link-serializer.xml

2002-08-14 Thread crossley
crossley2002/08/14 19:27:48 Modified:src/documentation/xdocs/userdocs/serializers Tag: cocoon_2_0_3_branch link-serializer.xml Log: Filling holes in documentation. Submitted by: Torsten Knodt <[EMAIL PROTECTED]> Revision ChangesPath No

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/serializers link-serializer.xml

2002-08-14 Thread crossley
crossley2002/08/14 19:27:46 Modified:src/documentation/xdocs/userdocs/serializers link-serializer.xml Log: Filling holes in documentation. Submitted by: Torsten Knodt <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +34 -8 xml-cocoon2/src

Re: [PROPOSAL] Cocoon-apps CVS module

2002-08-14 Thread Nicola Ken Barozzi
Theodore W. Leung wrote: > Sorry, I was unclear. > > I mean subproject of Cocoon, not subproject of xml.apache.org. In fact this misunderstanding, and the clarifications it brought to, lead us to a deeper knowledge of what we are doing :-) > I'm fine for this to be a subproject of/under Cocoon

RE: Cocoon apps Web site hosting

2002-08-14 Thread Marc Portier
sorry for the late entry. > -Original Message- > From: Ovidiu Predescu [mailto:[EMAIL PROTECTED]] > > > On 8/13/02 3:09 AM, "Ross Gardler" <[EMAIL PROTECTED]> wrote: > > > Marc Portier wrote: > >> mmm, to be really honnest: I was even thinking about separate tomcat > >> instances, to make

Re: [PROPOSAL] Cocoon-apps CVS module

2002-08-14 Thread Theodore W. Leung
Sorry, I was unclear. I mean subproject of Cocoon, not subproject of xml.apache.org. I'm fine for this to be a subproject of/under Cocoon. Ted On Mon, 2002-08-12 at 13:50, Nicola Ken Barozzi wrote: > > Theodore W. Leung wrote: > > This sounds very much like a subproject to me. Can you explai

ParameterSelector

2002-08-14 Thread Michael Gerzabek
hi, i get some strange behaviour when using the parameterselector. when the corresponding action that sets the desired parameter to the selector tries to log something i get a NPE from the logger. Map act (...) { ... try { ... } catch (Exception x) {

DO NOT REPLY [Bug 11702] New: - SiLLy logicsheet tags don't seem to work well

2002-08-14 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_b

DO NOT REPLY [Bug 10473] - Adding your own builtin-logicsheets does not work properly

2002-08-14 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_b

RE: Extending the build system for modules

2002-08-14 Thread Geoff Howard
> Geoff Howard wrote: > > > e) A selection system > > > > > > were a user can specify which modules she wants (like an > interactive > > > build) - the default should be all modules (which can be built). > > > This could simply be done by an ant properties file, like > > > > > > modules.pdf.fop

Re: problem in aggregating

2002-08-14 Thread Joerg Heinicke
(If you ask such questions on the cocoon-users list, you will get answers with higher probability.) What exactly do you want to do or what have you tested until now? A simple example: Regards, Joerg Francesco Mondora wrote: > Ciao, > it is all

RE: Extending the build system for modules

2002-08-14 Thread Carsten Ziegeler
Vadim Gritsenko wrote: > > Carsten Ziegeler wrote: > > >Hi Team, > > > >we recently had our thread about Cocoon organization etc. and > >it's now time to recapitulate the results. > > > >One main result is to split the core from optional things that > >we from now on call modules (and not block

Re: logging of exceptions was: cvs commit: SourceMultiAction.java

2002-08-14 Thread Stephan Michels
On Wed, 14 Aug 2002, Vadim Gritsenko wrote: > [EMAIL PROTECTED] wrote: > > > } catch (SourceException se) { > > -getLogger().warn("Exception occurs while storing the content", >se); > > -return null; > > +getLogger().error("Except

Re: Extending the build system for modules

2002-08-14 Thread Vadim Gritsenko
Carsten Ziegeler wrote: >Hi Team, > >we recently had our thread about Cocoon organization etc. and >it's now time to recapitulate the results. > >One main result is to split the core from optional things that >we from now on call modules (and not blocks!). > >This is the proposed directory struc

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting PrincipalMultiAction.java SourceMultiAction.java

2002-08-14 Thread stephan
stephan 2002/08/14 08:15:28 Modified:src/scratchpad/src/org/apache/cocoon/acting PrincipalMultiAction.java SourceMultiAction.java Log: Reduced the severity level of the log messages. Revision ChangesPath 1.3 +13 -9 xml-cocoon2/src/scrat

RE: Extending the build system for modules

2002-08-14 Thread Carsten Ziegeler
Geoff Howard wrote: > > e) A selection system > > > > were a user can specify which modules she wants (like an interactive > > build) - the default should be all modules (which can be built). > > This could simply be done by an ant properties file, like > > > > modules.pdf.fop=no > > modules.pdf

RE: Spaces in URLs

2002-08-14 Thread Berin Loritsch
> From: Amir Rosen [mailto:[EMAIL PROTECTED]] > > > Done. Check it out and test it. > > > > It works (Thanks). Your welcome. > I think there's still a problem with the URL encoding, but > I'm not sure it's cocoon's bug or something to do with my web > container (websphere 4.0.3). I'm sen

Re: Cachable Readers

2002-08-14 Thread Vadim Gritsenko
Amir Rosen wrote: >Is there an agreement that this behaviour should be fixed ? > I guess we have an agreement. >Does anyone has an idea how to fix it ? >If someone will throw me a direction, I'll try to dig in >and patch it. > As I said before, CachedStreamObject and CachingStreamPipeline (2.0.3

RE: Extending the build system for modules

2002-08-14 Thread Geoff Howard
> e) A selection system > > were a user can specify which modules she wants (like an interactive > build) - the default should be all modules (which can be built). > This could simply be done by an ant properties file, like > > modules.pdf.fop=no > modules.pdf.itext=yes Yes, please do this. I d

RE: Spaces in URLs

2002-08-14 Thread Amir Rosen
> -Original Message- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 8:48 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Spaces in URLs > > > Done. Check it out and test it. > It works (Thanks). I think there's still a problem with the

Extending the build system for modules

2002-08-14 Thread Carsten Ziegeler
Hi Team, we recently had our thread about Cocoon organization etc. and it's now time to recapitulate the results. One main result is to split the core from optional things that we from now on call modules (and not blocks!). This is the proposed directory structure: /src/java The core w

RE: Cachable Readers

2002-08-14 Thread Amir Rosen
Is there an agreement that this behaviour should be fixed ? Does anyone has an idea how to fix it ? If someone will throw me a direction, I'll try to dig in and patch it. Thanks, Amir > -Original Message- > From: Amir Rosen > Sent: Tuesday, August 13, 2002 4:41 PM > To: [EMAIL PROTECTE

cvs commit: xml-cocoon2 build.xml

2002-08-14 Thread cziegeler
cziegeler2002/08/14 05:27:51 Modified:.Tag: cocoon_2_0_3_branch build.xml Log: Readding deletion of anttask directory for clean task Revision ChangesPath No revision No revision 1.196.2.16 +1 -0 xml-cocoon2

RE: build clean - doesn't remove directory tools/anttasks

2002-08-14 Thread Carsten Ziegeler
Fixed. Thanks Carsten > -Original Message- > From: Amir Rosen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 11:17 AM > To: [EMAIL PROTECTED] > Subject: build clean - doesn't remove directory tools/anttasks > > > > build clean - doesn't remove directory tools/anttasks (

cvs commit: xml-cocoon2 build.xml

2002-08-14 Thread cziegeler
cziegeler2002/08/14 05:26:13 Modified:.build.xml Log: Readding deletion of anttask directory for clean task Revision ChangesPath 1.255 +1 -0 xml-cocoon2/build.xml Index: build.xml ===

Re: HTML META (was: class not found error)

2002-08-14 Thread Joerg Heinicke
Hassan Abolhassani wrote: > Is there a way to get ride of content-type meta tag inserted by html serializer. One >that is in output like: > > Is this not a question for the user group? Why do you want this? If UTF-8 is the wrong character encoding for you, change the parameter in the sitemap

Re: [VOTE] new cvs modules/lists (was RE: [PROPOSAL] Cocoon-apps CVS module)

2002-08-14 Thread Ivelin Ivanov
- Original Message - From: "Carsten Ziegeler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 1:05 AM Subject: RE: [VOTE] new cvs modules/lists (was RE: [PROPOSAL] Cocoon-apps CVS module) > > John Morrison wrote: > > > > [Vote 1] > > [+1] Seperate "apps" mod

Re: [VOTE] new cvs modules/lists (was RE: [PROPOSAL] Cocoon-appsCVS module)

2002-08-14 Thread Andrew C. Oliver
> > > >BTW, John, you started this vote in a very clever way: You give >two alternatives for a vote, but vote for one of them with a >binding "-1" - so actually, with that "-1" we would have no >choice ;-) That's a great idea, I will try this, too. > > If I see [VOTE] Line item veto authority..

RE: class not found error

2002-08-14 Thread Hassan Abolhassani
Is there a way to get ride of content-type meta tag inserted by html serializer. One that is in output like: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: xml-cocoon2/src/scratchpad/webapp/samples/slide slide.xconf

2002-08-14 Thread stephan
stephan 2002/08/14 02:35:36 Modified:src/scratchpad/webapp/samples/slide slide.xconf Log: Modified the default behaviour of the descriptors for users. Revision ChangesPath 1.9 +9 -5 xml-cocoon2/src/scratchpad/webapp/samples/slide/slide.xconf Index: slide.

cvs commit: xml-cocoon2/src/scratchpad/lib slide-kernel-20020814.jar slide-roles-20020814.jar slide-stores-20020814.jar slide-kernel-20020718.jar slide-roles-20020718.jar slide-stores-20020718.jar

2002-08-14 Thread stephan
stephan 2002/08/14 02:31:41 Added: src/scratchpad/lib slide-kernel-20020814.jar slide-roles-20020814.jar slide-stores-20020814.jar Removed: src/scratchpad/lib slide-kernel-20020718.jar slide-roles-20020718.jar slide-stores

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting SourceAddPropertyAction.java SourceDeleteContentAction.java SourceDeletePropertyAction.java

2002-08-14 Thread stephan
stephan 2002/08/14 02:30:11 Removed: src/scratchpad/src/org/apache/cocoon/acting SourceAddPropertyAction.java SourceDeleteContentAction.java SourceDeletePropertyAction.java Log: Removed deprecated actions. Use S

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl SlideSource.java

2002-08-14 Thread stephan
stephan 2002/08/14 02:27:50 Modified:src/scratchpad/src/org/apache/cocoon/components/source/impl SlideSource.java Log: The Source checks the permissions with the false principal. Revision ChangesPath 1.15 +20 -8 xml-cocoon2/src/scratchpa

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

2002-08-14 Thread stephan
stephan 2002/08/14 02:19:26 Modified:src/scratchpad/src/org/apache/cocoon/acting SourceMultiAction.java Log: Modified the exception handling for Source uploads. Revision ChangesPath 1.5 +5 -5 xml-cocoon2/src/scratchpad/src/org/apache/c

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation TextParserGenerator.java

2002-08-14 Thread stephan
stephan 2002/08/14 02:16:20 Modified:src/scratchpad/src/org/apache/cocoon/generation TextParserGenerator.java Log: Modified the class comment. Revision ChangesPath 1.7 +5 -2 xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/T

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/repository/impl SlideRepository.java

2002-08-14 Thread stephan
stephan 2002/08/14 02:13:43 Modified:src/scratchpad/src/org/apache/cocoon/components/repository/impl SlideRepository.java Log: Lifecycle methods from the Slide Domain supported. Revision ChangesPath 1.4 +23 -2 xml-cocoon2/src/scratchpad

cvs commit: xml-cocoon2/src/scratchpad/webapp/samples/slide description2html4content.xsl description2html4locks.xsl description2html4permissions.xsl description2html4properties.xsl

2002-08-14 Thread stephan
stephan 2002/08/14 02:07:56 Modified:src/scratchpad/webapp/samples/slide description2html4content.xsl description2html4locks.xsl description2html4permissions.xsl description2html4properties.x

build clean - doesn't remove directory tools/anttasks

2002-08-14 Thread Amir Rosen
build clean - doesn't remove directory tools/anttasks (I've seen it in 2.0.3-branch). If you need a motivation, it causes errors when building for 1.4, cleaning and trying to build for 1.2. (UnsupportedClassVersionError). Thanks, Amir Rosen CTI Squared [EMAIL PROTECTED] +972-9-9605200 (258)