AW: when to use Bugzilla and when to post to cocoon-dev?

2001-08-14 Thread Carsten Ziegeler
l do > some tweaks to the existing content. For example, there is > absolutely no mention of Bugzilla apart from the general > link on the sidebar. Feel free to send a patch! Carsten Open Source Group sunShine - b:Integrated ==

AW: [C2] Ambiguous API - AbstractServerPage.modifiedSince(long date)

2001-08-14 Thread Carsten Ziegeler
> Stuart Roebuck wrote: > > On Tuesday, August 14, 2001, at 12:52 pm, Carsten Ziegeler wrote: > > >> Stuart Roebuck wrote: > >> > >> I wonder whether it would be worth considering renaming and/or > clarifying > >> the documentation of the

AW: [C2] lastModificationDate misuse?

2001-08-14 Thread Carsten Ziegeler
> Stuart Roebuck wrote: > > (My tour through Cocoon continues...) > Great! > In SitemapSource.java are the lines: > > > // the event pipeline is cacheable > > // now calculate a last modification date > > String hashKey = pck.toString() + validity.toString(); > > this.lastModificationDate = Ha

AW: Today's CVS broken?

2001-08-14 Thread Carsten Ziegeler
Did you try to remove the "old" LogKit classes from the velocity jar? Carsten > -Ursprungliche Nachricht- > Von: Christian Haul [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 14. August 2001 17:07 > An: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Betreff: Re: Today's CVS broken? > > >

[C2]: Unique request id

2001-08-14 Thread Carsten Ziegeler
Hi, here another thought about logging: What about adding a unique identifier for the current request? This would allow us to identify which log entries belong to one single request. (Currently thread id and request uri could be used, but are of course not very usefull as at a later time the sa

AW: [VOTE]: [c2] [PATCH] Added PS and PCL serializers

2001-08-14 Thread Carsten Ziegeler
Thanks Brian and welcome John! Carsten > -Ursprungliche Nachricht- > Von: Brian Behlendorf [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 14. August 2001 21:15 > An: Carsten Ziegeler > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: Re: AW: [VOTE]: [c2] [PATCH

AW: [VOTE]: [c2] [PATCH] Added PS and PCL serializers

2001-08-14 Thread Carsten Ziegeler
Yes, indeed this was quick. But we knew that you would also give a +1 :-) No seriously, we had five +1 and no -1 and that are enough votes. Carsten > Sylvain Wallez wrote: > > > > Carsten Ziegeler wrote: > > > > Ok, I think we have enough +1 ! > > >

AW: [C2]: Unique request id

2001-08-14 Thread Carsten Ziegeler
> - Originalnachricht - > Von: "Carsten Ziegeler" <[EMAIL PROTECTED]> > Datum: Dienstag, August 14, 2001 5:33 pm > Betreff: [C2]: Unique request id > > > Hi, > > > > here another thought about logging: > > > > What about adding

AW: Today's CVS broken?

2001-08-15 Thread Carsten Ziegeler
. Could someone else verify that now everything is working again? Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sund

AW: [end?]Re: Why does Action extend ThreadSafe ?

2001-08-15 Thread Carsten Ziegeler
As the Action interface is only one method I am -1 on the change. Carsten > -Ursprungliche Nachricht- > Von: Sylvain Wallez [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 15. August 2001 17:01 > An: [EMAIL PROTECTED] > Betreff: Re: [end?]Re: Why does Action extend ThreadSafe ? > > > >

AW: [C2] Release

2001-08-16 Thread Carsten Ziegeler
Very good question! I am still waiting for a reply from anyone to to my "Release Plans" email. Carsten > -Ursprüngliche Nachricht- > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 16. August 2001 11:27 > An: '[EMAIL PROTECTED]' > Betreff: [C2] Release > > > Hi all

AW: [C2] Release

2001-08-16 Thread Carsten Ziegeler
nd of september, so we have the final release at the end of October (the former ApacheCon Europe date). Thoughts? Comments? Suggestions? Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S

AW: [patch] contrib.xml - new sections CVS overview and dev procedure

2001-08-16 Thread Carsten Ziegeler
Thanks David for your work. I applied your patch - please cross check. Carsten > -Ursprüngliche Nachricht- > Von: David Crossley [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 15. August 2001 19:04 > An: [EMAIL PROTECTED] > Betreff: [patch] contrib.xml - new sections CVS overview and

AW: [C2] Release

2001-08-16 Thread Carsten Ziegeler
Michael, I removed the parenthesis. Please check if everyting is working fine now. Carsten > -Ursprungliche Nachricht- > Von: Enke Michael [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 16. August 2001 11:52 > An: [EMAIL PROTECTED] > Betreff: Re: [C2] Release > > > "Morrison, John

AW: AW: [C2] Release

2001-08-16 Thread Carsten Ziegeler
t; dims > > --- Enke Michael <[EMAIL PROTECTED]> wrote: > > Yes, it is fine now. > > > > Michael > > > > > > Carsten Ziegeler wrote: > > > > > > Michael, > > > > > > I removed the parenthesis. Please check if eve

AW: HttpRequest.getCookies() causes NPE in XSPCookieHelper.getCookies()

2001-08-16 Thread Carsten Ziegeler
Thanks for reporting this Chris. I fixed it, please check if this is working now. Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Pader

AW: HttpRequest.getCookies() causes NPE in XSPCookieHelper.getCookies()

2001-08-16 Thread Carsten Ziegeler
{ > currentCookie = cookies[cookieIndex]; > matchFound = true; > } > } > > Do you want me to fix these? If so, what format do you want the > patches in? > > Best Regards, > >

AW: [C2]: Unique request id

2001-08-16 Thread Carsten Ziegeler
ntries > adding the user-id. > > Thus there are a lot of different levels of logging... > If LogKit can handle all that than it does a big job, and > helps a lot! > > > - Originalnachricht - > Von: "Carsten Ziegeler" <[EMAIL PROTECTED]> > Dat

AW: how to determine runtime location of resources directory

2001-08-16 Thread Carsten Ziegeler
Each sitemap component (generator, transformer etc) gets within the setup() method the SourceResolver. This object is used for resolving resources. One task if the SourceResolver is to map relative definitions to absolute ones. So if you call resolve("resources") on the SourceResolver you get a So

AW: Contentaggregation in subsitemaps

2001-08-17 Thread Carsten Ziegeler
Thanks Vadim for fixing this. I didn't test subsitemap-aggregation. Sorry for this! Carsten > Vadim Gritsenko wrote: > > This bug was created as part of recent refactoring; > I hope I fixed it. At least, my sub-sitemap with aggreagtion works now. > Please try latest CVS. > > Thanks, > Vadim > >

AW: Patch for XSPCookieHelper.java

2001-08-17 Thread Carsten Ziegeler
Thanks Chris for your patch. I applied it - please cross check. If you have any example, send a diff/patch. The more examples the better. Carsten > -Ursprüngliche Nachricht- > Von: Chris Newland [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 17. August 2001 15:02 > An: Cocoon Dev > Be

AW: Contentaggregation in subsitemaps

2001-08-17 Thread Carsten Ziegeler
im > > > -Original Message- > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Sent: Friday, August 17, 2001 10:29 AM > > To: [EMAIL PROTECTED] > > Subject: AW: Contentaggregation in subsitemaps > > > > > > Thanks Vadim for fixin

AW: [c2 todo] handle error inside pipeline

2001-08-19 Thread Carsten Ziegeler
> Gerhard Froehlich wrote: > > hi, > I re-read the thread "Proposal for intermediate output stream". > > According to Carsten the approach would be a configurable intermediate > pipline. That means for developing or testing you can use the > intermediate > pipline and for the production for e

AW: [C2]: Release plans

2001-08-19 Thread Carsten Ziegeler
urce GroupsunShine - b:Integrated ======== Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sundn.de mailto: [E

AW: Sitemap editor cocoon app

2001-08-19 Thread Carsten Ziegeler
Hi Sergio, I just tried to use your sitemap editor, but with no success. I am using Tomcat 3.2.3 on Windows 2000 with jdk 1.3 and followed all your steps mentioned below, but I always get a resource not found response. What is the first resource to invoke? Carsten > Sergio Carvalho wrote: > >

AW: [C2] sitemap creation threading issue ?

2001-08-19 Thread Carsten Ziegeler
Hi Marcus, thanks for your patch. I applied it, please cross check :-) Carsten > -Ursprungliche Nachricht- > Von: Marcus Crafter [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 18. August 2001 22:41 > An: Cocoon Developers Mailing List > Betreff: [C2] sitemap creation threading issue ?

AW: [C2] sitemap creation threading issue ?

2001-08-20 Thread Carsten Ziegeler
isolated - 0 access > from/to my dev > station). > > I saw your patch and rejoiced ;) but it's taken the response of some of my > pages from a couple of hundred milliseconds to over 5! I've not > yet looked > at _what_ your patch did, but have you seen a similar incr

AW: [PROPOSAL] xdocs/faq.xml needs split into topic-based FAQs

2001-08-20 Thread Carsten Ziegeler
+1 ! Just do it... Carsten > David Crossley wrote: > > The frequently asked questions document xdocs/faq.xml would > be better split into smaller topic-based sub-documents. > The current FAQ as one long file is un-workable. > > A simple solution is required to fast-track the release. > So i p

AW: [C2] sitemap creation threading issue ?

2001-08-20 Thread Carsten Ziegeler
l and a whacking huge 'stage' set of machines. I'm > getting better performance from my dev boxes than a > multi-processor which a > gig or so of memory! > > > -Original Message- > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Sent: Monday, 2

AW: [PROPOSAL] Changing Source interface

2001-08-20 Thread Carsten Ziegeler
> Vadim Gritsenko wrote: > > Hi, > > One more change is required in Source interface as it exist now. > > Problem: > > > > > > > > > > Pipeline assembled by SitemapSource is never released as > TraxTransformer in its' > recycle method just nullifies ref

AW: [C2] cocoon:/ url's don't work from root to subsitemap

2001-09-04 Thread Carsten Ziegeler
One quick question: Is this still a bug? Carsten > -Ursprungliche Nachricht- > Von: giacomo [mailto:[EMAIL PROTECTED]] > Gesendet: Sonntag, 2. September 2001 12:20 > An: Davanum Srinivas > Cc: [EMAIL PROTECTED] > Betreff: RE: [C2] cocoon:/ url's don't work from root to subsitemap > > > O

AW: Problem with handle-errors and sub-sitemap

2001-09-04 Thread Carsten Ziegeler
Hi Vadim, did you find a better solution or should I take a look at it? Carsten > -Ursprüngliche Nachricht- > Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 20. August 2001 23:59 > An: Cocoon Developers > Betreff: Problem with handle-errors and sub-sitemap > > > Car

[C2]: Changes between C2.0 and C2.1

2001-09-04 Thread Carsten Ziegeler
Hi, I am really impressed by the changes which took effect over the last weeks. Great work! But I am now wondering if we do the right thing. The C2.1 version is now incompatible to 2.0. So I fear, that people will never use the (final) 2.0 version and jump-start using 2.1 as they otherwise might

AW: [C2]: Changes between C2.0 and C2.1

2001-09-04 Thread Carsten Ziegeler
ck-port to C2.0. If we can do this by end of this week, we can > concentrate on testing C2.0 the > whole of next week. > > Thanks, > dims > > --- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am really impressed by the changes which took eff

AW: [C2] cocoon:/ url's don't work from root to subsitemap

2001-09-04 Thread Carsten Ziegeler
rhaps I get it working today. Carsten > -Ursprüngliche Nachricht- > Von: Giacomo Pati [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 4. September 2001 16:01 > An: [EMAIL PROTECTED] > Betreff: Re: AW: [C2] cocoon:/ url's don't work from root to subsitemap > >

AW: [C2]: Changes between C2.0 and C2.1

2001-09-04 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > Hi, > > > > I am really impressed by the changes which took effect over the > > last weeks. Great work! > > > > But I am now wondering if we do the right thing.

AW: [C2] cocoon:/ url's don't work from root to subsitemap

2001-09-04 Thread Carsten Ziegeler
subsitemap > > > I do not see this problem. C2.0 + TC4.0b6. > > Vadim > > > -Original Message- > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 04, 2001 10:06 AM > > To: [EMAIL PROTECTED] > > Subject: AW: [C2

AW: Problem with handle-errors and sub-sitemap

2001-09-04 Thread Carsten Ziegeler
temap", > I think the isue is still there - check http://localhost:8080/cocoon/sub/ > > Vadim > > > -Original Message- > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 04, 2001 3:57 AM > > To: [EMAIL PROTECTED] &g

AW: cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap Manager.java

2001-09-04 Thread Carsten Ziegeler
1.17 > > > +++ SitemapSource.java 2001/09/04 14:44:12 1.18 > > > @@ -3,7 +3,7 @@ > > > * > -- > --- * > > > * This software is published under the terms of the > Apache Software License * > > > * version 1.1, a copy of which has been included with > this distribu

AW: entity catalogs support - finalisation

2001-09-04 Thread Carsten Ziegeler
Did you try to set the correct catalog path in the CatalogManager.properties file (in WEB-INF/classes), it should read something like "${install.war}/...". After changing this manually, it works. Without changing I get exactly the same error as you did. Carsten > -Ursprungliche Nachricht---

AW: Problem with handle-errors and sub-sitemap

2001-09-04 Thread Carsten Ziegeler
ocoon/sub/generror should match > http://localhost:8080/cocoon/generror > (they both are generated by main sitemap handler). > And http://localhost:8080/cocoon/sub/does-not-exist should > present customized (by subsitemap) > page. > > Thanks, > Vadim > > > -Or

AW: [C2.1] Compile Error in latest CVS

2001-09-04 Thread Carsten Ziegeler
Yes, sorry for this. I forgot my last check-in (I think I should have my next vacation very soon...). Carsten > -Ursprungliche Nachricht- > Von: Stuart Roebuck [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 4. September 2001 21:01 > An: [EMAIL PROTECTED] > Betreff: [C2.1] Compile Error

AW: [C2][VOTE] Sync C2.0 and C2.1 branches

2001-09-04 Thread Carsten Ziegeler
Many thanks for this research, dims! > Davanum Srinivas wrote: > > Team, > > Here are the "significant" differences. Please go ahead and add > your +1/-1/0 to each item. If i > have missed anything, please add it to the bottom of the list > with your vote. > > 1) XML:DB Generators - There a

AW: cvs commit: xml-cocoon2/src/org/apache/cocoon/sitemap Manager.java

2001-09-04 Thread Carsten Ziegeler
best solution: performance will suffer because of double > sitemap processing > > Vadim > > > -Original Message- > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 04, 2001 11:57 AM > > To: [EMAIL PROTECTED] > > Subj

AW: [C2][VOTE] Sync C2.0 and C2.1 branches

2001-09-05 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > Quoting Gianugo Rabellino <[EMAIL PROTECTED]>: > > > On Wed, Sep 05, 2001 at 08:38:55AM +0200, Giacomo Pati wrote: > > > > > 1) XML:DB Generators - There are two generators in C2.1 for > > > > > dealing with data from XML:DB data > > > > > sources > > > > +0 (These are a

AW: [C2]: Changes between C2.0 and C2.1

2001-09-05 Thread Carsten Ziegeler
> > > > +100 for LogKitManager. This is a major LogKit enhancement that is > > > > really useful in production environments. Thanks for it, Giacomo. > > > > > > > > +1 also for porting the Source interface changes, since > they impact the &

AW: ClassCastException in SourceHandlerImpl

2001-09-06 Thread Carsten Ziegeler
Thanks for your patch, Stefan! It's applied. Carsten > -Ursprüngliche Nachricht- > Von: Stefan Koehler [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 5. September 2001 17:43 > An: [EMAIL PROTECTED] > Betreff: ClassCastException in SourceHandlerImpl > > > Hello, > > Because of a ClassCa

AW: [C2][VOTE] Sync C2.0 and C2.1 branches

2001-09-06 Thread Carsten Ziegeler
end of > next week (Sep 15, 2001). > Great and quick work! Thanks dims!! Yes, a release candidate by the end of next week would be great. Let's see if we can do it! Carsten Open Source Group sunShine - b:Integrated ==

[C2]: Possible Problems with the new Source interface

2001-09-06 Thread Carsten Ziegeler
calls to getInputStream possible. Any idea for a name (refresh and recycle are already used)? Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Pader

AW: [C2][VOTE] Sync C2.0 and C2.1 branches

2001-09-06 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > On Wed, 5 Sep 2001, Davanum Srinivas wrote: > > > > > Team, > > > > > > First round of Sync is done.The "core" should be exactly > >

[C2]: Outstanding issues for the release candidate

2001-09-06 Thread Carsten Ziegeler
Hi Team, we have agreed to make a first release candidate by the end of next week, so what has to be done until then? What follows is a collection of the first release plan I posted some weeks ago. Please add your comments etc. Carsten What do we need for the release candidate? - Incorporate

AW: [c2] caching question to carsten [was EventCache questions]

2001-09-06 Thread Carsten Ziegeler
Hi Gerhard, the answer is in fact really short: It's the way it was designed :-) No, seriously, the idea behind this was that you can configure both stores differently. For example you can choose to make a weaker store for the event pipelines (weaker=caches not many objects) and a "big" store for

AW: [C2]: Possible Problems with the new Source interface

2001-09-06 Thread Carsten Ziegeler
> Berin Loritsch wrote: > > Carsten Ziegeler wrote: > > > > Hi Team, > > > > I am not quiet sure, put I have some strange feelings with the > > changes to the Source interface. > > > > The source interface is now split into Source and Modi

[C2]: Updating to latest Xalan and Xerces

2001-09-06 Thread Carsten Ziegeler
sunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sundn.de mailto: [EMAIL PROTE

[C2]: Unable to build was [C2]: Updating to latest Xalan and Xerces

2001-09-06 Thread Carsten Ziegeler
che Nachricht- > Von: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 6. September 2001 16:14 > An: [EMAIL PROTECTED] > Betreff: Re: [C2]: Updating to latest Xalan and Xerces > > > Not that i know of. So i think we should just go ahead. > > Thanks,

AW: NPE in CocoonServlet because of logger configuration

2001-09-06 Thread Carsten Ziegeler
The cvs is not down, it works. The problem must be at your site. Carsten > -Ursprüngliche Nachricht- > Von: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 6. September 2001 17:08 > An: [EMAIL PROTECTED] > Betreff: NPE in CocoonServlet because of logger configura

AW: New Source Interface & Exception Handling Issues

2001-09-06 Thread Carsten Ziegeler
> Vadim Gritsenko wrote: > > Cocooners, > > After migrating to new Source interface (extended from > XMLizable), certain exception handling issues arised: > > o Source is unable to throw ProcessingException anymore > (from toSAX method). > > Result (in SitemapSource): > > o ProcessingExcept

AW: [C2]: Unable to build was [C2]: Updating to latest Xalan and Xerces

2001-09-06 Thread Carsten Ziegeler
econds > > > > When a build the second time, everything seems alright. > > > > Any hints? > > > > Carsten > > > > > -Ursprungliche Nachricht- > > > Von: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > > > Gesendet: Donnerstag, 6. Sept

AW: AW: [C2]: Unable to build was [C2]: Updating to latest Xalan and Xerces

2001-09-06 Thread Carsten Ziegeler
; Xalan and Xerces > > > Updated to ANT 1.4. Now all's well. Please try it out. > > Thanks, > dims > > --- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > That was the hint I was waiting for :-). > > > > Is this a windows problem only? > > >

AW: [C2.1] Run HSQLDB Server as a Cocoon component - Will work out of the box now.

2001-09-07 Thread Carsten Ziegeler
Hi Dims, great! I tested it with Tomcat 3.2.3 on W2K and works! So if no bad reports arrive, +1 for adding it to C2.0. Carsten > -Ursprungliche Nachricht- > Von: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 7. September 2001 16:41 > An: [EMAIL PROTECTED] > Betreff:

[C2]: Build the release candidate

2001-09-10 Thread Carsten Ziegeler
on monday morning (I don't like release on fridays). If you all agree, I will do the distribution build and deployment on monday morning. Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegel

AW: [C2]: Build the release candidate

2001-09-10 Thread Carsten Ziegeler
> Davanum Srinivas wrote: > > +1 for the whole plan. > > Thanks, > dims > > PS: I'd really like to get the new HSQLDB server code into C2.0 > to reduce the major point of > failure for samples > Ups, I thought it was already in...yes, +1 on this! C

[C2]: Updating to latest LogKit and Excalibur

2001-09-10 Thread Carsten Ziegeler
Hi Team, Peter has recently fixed some synchronization problems in the LogKit, so we should(or better must) update to this developer version for out release candidate. Should we also update to the latest excalibur? Carsten - T

[LogKit]: (Synchronization) Error using RotatingFileTarget

2001-09-10 Thread Carsten Ziegeler
tement around a processEvent() method or the internal write() method. Am I correct here (Is the event processing not synchronized) ? Does anyone else get those messages? Carsten Open Source GroupsunShine - b:Integrated =====

AW: [Bug 2623] New: - Error: 500

2001-09-13 Thread Carsten Ziegeler
Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sundn.de mailto: [EMAIL PROTECTED] > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTE

AW: [Bug 2873] - org.apache.cocoon.ProcessingException: Exception in Handler:java.util.NoSuchElementException when starting Cocoon

2001-09-13 Thread Carsten Ziegeler
Hi Carlos, is this bug still valid or did you solve your problem? Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sund

[C2]: Delaying the release candidate

2001-09-13 Thread Carsten Ziegeler
- b:Integrated ======== Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sundn.de mailt

AW: [C2]: Delaying the release candidate

2001-09-14 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > Hi Team, > > > > with respect to the cruel attacks I don't feel like > > saying "We are proud to announce..." this monday. > > Is it a personal feeli

AW: Some patchs for ./docs documents.

2001-09-16 Thread Carsten Ziegeler
Hi Marcelo, I applied your patch. Thanks! Please cross-check. Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sund

AW: [C2] encoding of serialized output

2001-09-17 Thread Carsten Ziegeler
Hi, we are using capital letters for the encoding configuration: ISO-8859-1 This works for the html serializer. As the same base classes are used, I hope that this should also work for the text serializer. Carsten > -Ursprungliche Nachricht- > Von: Christian Schmitt [mailto:[EMAIL P

AW: C2B2: additional browser selectors in sitemap

2001-09-17 Thread Carsten Ziegeler
Shine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sundn.de mailto: [EMAIL PROTECTED] > Cassandra Bonner wro

AW: [C2] docs broken, and publicising Views

2001-09-18 Thread Carsten Ziegeler
The docs should build again. Thanks for reporting this! +1 for integrating "Towards the Sematic Web" Carsten Open Source GroupsunShine - b:Integrated ======== Carsten Ziegeler, S&N AG, Klingend

[C2]: Building the Release Candidate - help needed

2001-09-18 Thread Carsten Ziegeler
solved and bug 3579 will be solved by myself as soon as possible (hopefully today). Any volunteers? Carsten Open Source GroupsunShine - b:Integrated ======== Carsten Ziegeler, S&N AG, Klingenderstrasse 5

AW: [C2]: Building the Release Candidate - help needed

2001-09-18 Thread Carsten Ziegeler
ing the Release Candidate - help needed > > > | 2392|New|Nor|2001-06-28|Additional newline after some tags like > > is 'solved' with my new knowledge of xslt. It's from me and could be > deleted. Sorry for that (blame on me). > > JOERN_HEID > > -Ursprün

AW: [Patch] xdocs - change jump elements to link elements

2001-09-19 Thread Carsten Ziegeler
Hi David, thanks for your patch. I applied it to both cvs reps. Please cross-check. Carsten > -Ursprüngliche Nachricht- > Von: David Crossley [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 19. September 2001 06:58 > An: [EMAIL PROTECTED] > Betreff: [Patch] xdocs - change jump element

AW: C2B2: additional browser selectors in sitemap

2001-09-19 Thread Carsten Ziegeler
0 > (compatible; MSIE 5.01; Windows NT 5.0) > text/html > > > If anyone can take a look at this and test by adding an additional > Selector in your sitemap, and an additional "when" clause for the new > user-agent, creating an "altered" stylesheet (such as

AW: ensure uniform xdocs/*.xml

2001-09-19 Thread Carsten Ziegeler
> David Crossley wrote: > > There are some aspects of the document set that need attention > - uniform XML declarations and Document Type Declarations. > When these two issues are resolved, then i will create the > CVS diffs for all relevant xdocs. > > Here are the 4 unique values for XML declar

AW: latest C2 not working

2001-09-19 Thread Carsten Ziegeler
Hi, try a clean build (remove the build directory) and clean-up the work directory of your servlet engine before starting. Carsten > -Ursprüngliche Nachricht- > Von: Griffith, Vivienne [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 19. September 2001 13:19 > An: [EMAIL PROTECTED] > Be

AW: cvs commit: xml-cocoon2/lib avalon-excalibur-20010911.jar fop-0_20_1-dev.jar avalon-excalibur-dev.jar

2001-09-19 Thread Carsten Ziegeler
I don't know why that excalibur version was added to 2.1. The jar is much bigger than the official release. But if you think that there is no important difference we can of course revert (By the way I'm waiting for excalibur 4.0.1 release ;-) ) Carsten > Berin Loritsch wrote: > > [EMAIL PROTECTE

AW: cvs commit: xml-cocoon2/lib avalon-excalibur-20010911.jar fop-0_20_1-dev.jar avalon-excalibur-dev.jar

2001-09-19 Thread Carsten Ziegeler
> Berin Loritsch wrote: > > Carsten Ziegeler wrote: > > > > I don't know why that excalibur version was added to 2.1. > > The jar is much bigger than the official release. > > > > But if you think that there is no important difference we can >

AW: [C2][VOTE] Support for Componentized Saxon+Jaxen

2001-09-20 Thread Carsten Ziegeler
I think this a cool feature for 2.1 (as someone said weeks ago, we must have great features, so people will update from 2.0 to 2.1). And with respect to the release date: -1 Carsten > Davanum Srinivas wrote: > > Team, > > Should this get into C2.0 RC1? > > Thanks, > dims > > PS: I will be ou

[C2]: Problems with current version

2001-09-21 Thread Carsten Ziegeler
javac.jar by hand. I would propose that we do not distribute the tools.jar (or javac.jar) in the distribution. Or would this create other problems? Carsten Open Source GroupsunShine - b:Integrated ======== Cars

AW: DIFF [C2.0] SendmailAction

2001-09-21 Thread Carsten Ziegeler
Hi Klaus, what's the use of this patch? As far as I can tell it simply comments the configure() method out, correct? Why this? Carsten > -Ursprüngliche Nachricht- > Von: Klaus Bertram [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 20. September 2001 18:09 > An: Cocoon dev > Betreff

AW: DIFF [C2.0] SendmailAction

2001-09-21 Thread Carsten Ziegeler
nfiguration parameter > it work's fine > > at the moment my time is a litle bit busy, > but i want rewrite the sendmail action with features to send multipart > mail's > > Klaus > > > nbis - Röttgerweg 10 - 51371 Leverkusen > phone: +49-214-206494-0 > fax:

AW: DIFF [C2.0] SendmailAction

2001-09-21 Thread Carsten Ziegeler
ater also test the head but i think it works also > Great, thanks. Carsten > Klaus > > nbis - Röttgerweg 10 - 51371 Leverkusen > phone: +49-214-206494-0 > fax: +49-214-206494-44 > email: [EMAIL PROTECTED] > > > -Original Message- > > From: Carsten Ziegele

AW: [C2]: Problems with current version

2001-09-23 Thread Carsten Ziegeler
lace > http://www.slashdot.org/slashdot.xml > with > http://slashdot.org/slashdot.xml > > Regards, > Vadim > > > -Original Message- > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Sent: Friday, September 21, 2001 3:34 AM > > To: C

AW: DIFF [C2.0] SendmailAction

2001-09-23 Thread Carsten Ziegeler
PROTECTED]] > Inviato: venerdì 21 settembre 2001 16.24 > A: [EMAIL PROTECTED] > Oggetto: RE: DIFF [C2.0] SendmailAction > > ok ok > was my own changes i had to remove :( > > Klaus > > -Original Message- > > From: Carsten Ziegeler [mailto:[EMAIL PROTECT

AW: [Patch] Entity catalogs - XercesParser.java needs setEntityResolver

2001-09-24 Thread Carsten Ziegeler
Thanks David, I applied your patch - sorry somehow it did get lost last week. Could you please verify if the cocoon_20_branch is working correctly? Carsten > -Ursprüngliche Nachricht- > Von: David Crossley [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 24. September 2001 11:17 > An: [E

[C2]: Reaching Milestone - C2rc1

2001-09-24 Thread Carsten Ziegeler
official announcement is following soon Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sundn.de mailto: [E

AW: [C2]: Reaching Milestone - C2rc1

2001-09-24 Thread Carsten Ziegeler
> Davanum Srinivas wrote: > > Great Job Carsten. Thanks a ton. Also, can you please update the > javadoc's on the website when you > get a chance? > Thanks. Already done... Carsten > -- dims > > --- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > >

[C2]: Vote - New RC ? was [C2]: Reaching Milestone - C2rc1

2001-09-24 Thread Carsten Ziegeler
Hi Team, lets do a quick vote on this as I think Steven is right. We will get hundrets of reports for this problem. So we could either: a) Silently exchange the current rc1 with an updated version which doesn't set the ldaptransformer b) Make a rc1a with the same behaviour c) Add a README.IMP

WG: Cocoon2 + postgis = mapserver?

2001-09-25 Thread Carsten Ziegeler
-Ursprüngliche Nachricht- Von: Per-Olof Norén [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 25. September 2001 11:36 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Cocoon2 + postgis = mapserver? Hello everyone on the postgis and cocoon teams! First of, i´d like to encourage all the

AW: [C2]: Vote - New RC ? was [C2]: Reaching Milestone - C2rc1

2001-09-25 Thread Carsten Ziegeler
t; > > +1 B > > > -Original Message- > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, 25 September 2001 8:29 am > > To: [EMAIL PROTECTED] > > Subject: [C2]: Vote - New RC ? was [C2]: Reaching Milestone - C2rc1 > > > > &

AW: Build process

2001-09-25 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > I've figured some problems of the build process that includes TWO > copies of cocoon.jar into the webapp|dist libs directories. > Hm, I fixed this (at least for the cocoon_20_branch). Testing with the rc1/rc1a I only get one jar file in those directories with the versio

AW: AW: Build process

2001-09-25 Thread Carsten Ziegeler
Betreff: Re: AW: Build process > > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > > Giacomo Pati wrote: > > > > > > I've figured some problems of the build process that includes TWO > > > copies of cocoon.jar into the webapp|dist libs

AW: [C2]: Vote - New RC ? was [C2]: Reaching Milestone - C2rc1

2001-09-25 Thread Carsten Ziegeler
ransformer class is compiled > and successfully loaded by sitemap. > > Vadim > > > -Original Message- > > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 25, 2001 6:00 AM > > To: [EMAIL PROTECTED] > > Subject: AW: [C2]

AW: [C2]: Vote - New RC ? was [C2]: Reaching Milestone - C2rc1

2001-09-25 Thread Carsten Ziegeler
ortunately, > I could not reproduce this situation on my box. > > PS I have empty classpath, JDK 1.3.1 & 1.4.0-beta on Win, and > LDAPTransformer class is compiled > and successfully loaded by sitemap. > > Vadim > > > -Original Message- > > From: Carste

AW: [C2]: Vote - New RC ? was [C2]: Reaching Milestone - C2rc1

2001-09-26 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > On Tue, 25 Sep 2001, Carsten Ziegeler wrote: > > > Sorry, I forgot to mention: > > > > Using JDK 1.2.2 it is very easy to reproduce the situation: > > - when building cocoon2 add the jndi.jar to your classpath > &g

[C2 Vote]: Test of available classes

2001-09-26 Thread Carsten Ziegeler
sunShine - b:Integrated ==== Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn www.sundn.de

AW: [Patch] ensure uniform xdocs/*.xml

2001-09-26 Thread Carsten Ziegeler
Thanks David for your patch, I applied it to both cvs version. Please cross-check. Carsten Open Source GroupsunShine - b:Integrated Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Pader

  1   2   3   4   5   6   7   8   9   10   >