[GUMP] Build Failure - xml-cocoon2

2003-02-06 Thread Sam Ruby
] -- [echo] Apache Cocoon 20030206 [1999-2003] [echo] -- [echo] Building with Apache Ant version 1.6alpha compiled on February 6 2003 [echo] using build file /home/rubys

RE: [OT] Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon 2

2003-02-06 Thread Stefan Seifert
Hello Miles. Thats exactly what we did for implementing a transparent file caching system with apache 2.0 and cocoon. You can use something like this (with mod_rewrite enabled): Alias /rsvgn/ C:/cache/rs/ Directory C:/cache/rs RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f

Re: [OT] Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon2

2003-02-06 Thread Miles Elam
Stefan Seifert wrote: Thats exactly what we did for implementing a transparent file caching system with apache 2.0 and cocoon. I stand corrected. Thank you all for taking the time to answer. I believe that I may yet find the faith. :) - Miles

Re: Cocoon 2.1 NOT Executing

2003-02-06 Thread Joerg Heinicke
Hello Sam, it's the well-known endorsed lib problem. If Cocoon 2.0.4 works, I guess you copied the xalan-xx.jar, xercesImpl-xx.jar and xml-apis.jar from the Cocoon 2.0.4 lib dirctory to %JAVA_HOME%/jre/lib/endorsed or to %TOMCAT_HOME%/common/endorsed. Now the problem is, that with Cocoon 2.1

Re: [OT] Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon2

2003-02-06 Thread Pier Fumagalli
On 6/2/03 1:39 am, Miles Elam [EMAIL PROTECTED] wrote: Here's a question for all you HTTPd heads out there. ;-) Is it possible now or reasonably straightforward to have HTTPd look for a static file and, upon failure, look up a fallback resource? For example, if a user requests

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

2003-02-06 Thread cziegeler
cziegeler2003/02/06 04:19:46 Modified:src/java/org/apache/cocoon/components/source SourceUtil.java WriteableSAXSource.java src/blocks/slide/java/org/apache/cocoon/acting SourceMultiAction.java

Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon 2

2003-02-06 Thread Pier Fumagalli
On 6/2/03 3:47 am, Niclas Hedhman [EMAIL PROTECTED] wrote: On Thursday 06 February 2003 02:26, Pier Fumagalli wrote: Oh, absolutely, I don't like that either... But in my specific case (VNU, with somewhat 8000/9000 hits per minute (we peak up sometimes at 400 hits per second), we need to use

Re: [OT] Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon2

2003-02-06 Thread Pier Fumagalli
On 6/2/03 9:42 am, Stefan Seifert [EMAIL PROTECTED] wrote: Hello Miles. Thats exactly what we did for implementing a transparent file caching system with apache 2.0 and cocoon. You can use something like this (with mod_rewrite enabled): Alias /rsvgn/ C:/cache/rs/ Directory C:/cache/rs

Re: [OT] Re: [TIPS] Basic configurations of Apache 2.0 for Cocoon2

2003-02-06 Thread Pier Fumagalli
On 6/2/03 12:15 pm, Pier Fumagalli [EMAIL PROTECTED] wrote: On 6/2/03 1:39 am, Miles Elam [EMAIL PROTECTED] wrote: Here's a question for all you HTTPd heads out there. ;-) Is it possible now or reasonably straightforward to have HTTPd look for a static file and, upon failure, look up a

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/environment/wrapper EnvironmentWrapper.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 07:13:22 Modified:src/java/org/apache/cocoon/environment Environment.java AbstractEnvironment.java src/java/org/apache/cocoon/environment/wrapper EnvironmentWrapper.java Log: Fixing severe NPE in the

Re: Training others on Cocoon - suggestions?

2003-02-06 Thread Steven Noels
Irv Salisbury III wrote: Derek, I tried to send a PDF of the training that we used, but it was too large for the list to accept. (It is 288K) Send me an email directly if you want it. Here are the topics in it: Irv has sent me the PDFs and they are up on the Wiki:

Re: [OT] The Cocoon Drinking Game

2003-02-06 Thread Stephen McConnell
Tony Collen wrote: The Cocoon Drinking Game Take a drink when you first realize how much Cocoon rules. Whenever someone asks about a stripped-down sitemap, take a drink. Take a drink when a Cocoon get-together is organized overseas, and you can't fly across the ocean to go. Whenever

New CocoonServlet throws NullPointerException...

2003-02-06 Thread Pier Fumagalli
Title: New CocoonServlet throws NullPointerException... Vadim, your last changes to the cocoon servlet are throwing me a NPE... java.lang.NullPointerException at org.apache.cocoon.components.notification.DefaultNotifyingBuilder.build(DefaultNotifyingBuilder.java:152) at

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/notification DefaultNotifyingBuilder.java

2003-02-06 Thread vgritsenko
vgritsenko2003/02/06 12:37:38 Modified:src/java/org/apache/cocoon/components/notification DefaultNotifyingBuilder.java Log: Fix NPE reported by Pier Revision ChangesPath 1.13 +2 -3

Re: New CocoonServlet throws NullPointerException...

2003-02-06 Thread Vadim Gritsenko
Pier Fumagalli wrote: Vadim, your last changes to the cocoon servlet are throwing me a NPE... java.lang.NullPointerException at org.apache.cocoon.components.notification.DefaultNotifyingBuilder.build(DefaultNotifyingBuilder.java:152) at

Re: New CocoonServlet throws NullPointerException...

2003-02-06 Thread Pier Fumagalli
Vadim Gritsenko [EMAIL PROTECTED] wrote: Pier Fumagalli wrote: Well, anyhow, this fixes it... It does not fix the reason of NPE though, this is just a workaround. Intention was not to log stacktrace in under certain conditions. Yes... That's why I didn't commit it straight away I

Re: New CocoonServlet throws NullPointerException...

2003-02-06 Thread Nicola Ken Barozzi
Pier Fumagalli wrote, On 06/02/2003 22.01: Vadim Gritsenko [EMAIL PROTECTED] wrote: Pier Fumagalli wrote: Well, anyhow, this fixes it... It does not fix the reason of NPE though, this is just a workaround. Intention was not to log stacktrace in under certain conditions. Yes... That's

Re: New CocoonServlet throws NullPointerException...

2003-02-06 Thread Vadim Gritsenko
Pier Fumagalli wrote: Is there any sort of documentation on map:handle-error/ somewhere? handle-error is a regular pipeline with couple of exceptions: 1. As of today, generator is pre-set and can not be specified. It is on the TODO list to allow arbitrary generator in the handle-errors.

RE: sample web-app too complex?

2003-02-06 Thread Geoff Howard
I've just gone back to full time work (with a bad commute) so I'm a little out of the loop on the discussions of the last week, but wanted to add this: In this sense i simply want to point people to the essentials, giving them some KISS cookbook guidance, some first sense of achievement and

cvs commit: xml-cocoon2/src/documentation/xdocs/faq faq-configure-environment.xml

2003-02-06 Thread crossley
crossley2003/02/06 21:48:27 Modified:src/documentation/xdocs/faq Tag: cocoon_2_0_3_branch faq-configure-environment.xml Log: Link to the new Wiki page ApacheModProxy. Revision ChangesPath No revision No

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

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:17:08 Modified:src/java/org/apache/cocoon/acting Tag: cocoon_2_0_3_branch ConfigurationHelper.java AbstractValidatorAction.java DatabaseUpdateAction.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/caching PipelineCacheKey.java IncludeCacheValidity.java CachedEventObject.java TimeStampCacheValidity.java CompositeCacheValidity.java ParametersCacheValidity.java CachingOutputStream.java Cacheable.java CacheValidity.java ComponentCacheKey.java CachedStreamObject.java AggregatedCacheValidity.java NOPCacheValidity.java DeltaTimeCacheValidity.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:17:26 Modified:src/java/org/apache/cocoon/caching Tag: cocoon_2_0_3_branch PipelineCacheKey.java IncludeCacheValidity.java CachedEventObject.java TimeStampCacheValidity.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/environment/wrapper RequestWrapper.java EnvironmentWrapper.java RequestParameters.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:20:30 Modified:src/java/org/apache/cocoon/environment Tag: cocoon_2_0_3_branch Session.java SourceResolver.java Response.java Environment.java URLFactorySourceResolver.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/generation XMLDBCollectionGenerator.java AbstractServerPage.java AbstractGenerator.java StatusGenerator.java JspGenerator.java VelocityGenerator.java SessionAttributeGenerator.java DirectoryGenerator.java PhpGenerator.java XMLDBGenerator.java ServletGenerator.java ComposerGenerator.java FileGenerator.java StreamGenerator.java ScriptGenerator.java FragmentExtractorGenerator.java SearchGenerator.java RequestGenerator.java ServerPagesGenerator.java Generator.java MP3DirectoryGenerator.java HTMLGenerator.java ImageDirectoryGenerator.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:21:24 Modified:src/java/org/apache/cocoon/generation Tag: cocoon_2_0_3_branch XMLDBCollectionGenerator.java AbstractServerPage.java AbstractGenerator.java StatusGenerator.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/i18n I18nUtils.java XMLResourceBundleFactory.java XMLResourceBundle.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:21:38 Modified:src/java/org/apache/cocoon/i18n Tag: cocoon_2_0_3_branch I18nUtils.java XMLResourceBundleFactory.java XMLResourceBundle.java Log: changed some copyright statements from 2002 to 2003 Revision

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/matching/helpers WildcardURIMatcher.java WildcardHelper.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:21:54 Modified:src/java/org/apache/cocoon/matching Tag: cocoon_2_0_3_branch AbstractWildcardMatcher.java RegexpTargetHostMatcherFactory.java AbstractPreparableMatcher.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/reading JSPReader.java AbstractReader.java ResourceReader.java Reader.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:22:04 Modified:src/java/org/apache/cocoon/reading Tag: cocoon_2_0_3_branch JSPReader.java AbstractReader.java ResourceReader.java Reader.java Log: changed some copyright statements from 2002 to 2003 Revision

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/samples/parentcm Generator.java Configurator.java Time.java ParentComponentManager.java TimeComponent.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:22:12 Modified:src/java/org/apache/cocoon/samples/parentcm Tag: cocoon_2_0_3_branch Generator.java Configurator.java Time.java ParentComponentManager.java TimeComponent.java Log: changed

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/selection/helpers CodedSelectorHelper.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:22:23 Modified:src/java/org/apache/cocoon/selection Tag: cocoon_2_0_3_branch NamedPatternsSelector.java SessionAttributeSelectorFactory.java HeaderSelectorFactory.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/serialization XMLSerializer.java TextSerializer.java Serializer.java POIFSSerializer.java HSSFSerializer.java FOPSerializer.java AbstractSerializer.java ZipArchiveSerializer.java HTMLSerializer.java RTFSerializer.java LinkSerializer.java AbstractTextSerializer.java SVGSerializer.java ElementProcessorSerializer.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:22:39 Modified:src/java/org/apache/cocoon/serialization Tag: cocoon_2_0_3_branch XMLSerializer.java TextSerializer.java Serializer.java POIFSSerializer.java HSSFSerializer.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/sitemap ErrorNotifier.java SitemapModelComponent.java Sitemap.java PatternException.java XSLTFactoryLoader.java AbstractSitemap.java SitemapManager.java SitemapComponentSelector.java Manager.java SitemapOutputComponent.java Handler.java ContentAggregator.java DefaultSitemapComponentSelector.java SitemapRedirector.java NotifyingGenerator.java LinkTranslator.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:22:51 Modified:src/java/org/apache/cocoon/sitemap Tag: cocoon_2_0_3_branch ErrorNotifier.java SitemapModelComponent.java Sitemap.java PatternException.java XSLTFactoryLoader.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/util/log CocoonLogFormatter.java ExtensiblePatternFormatter.java CocoonTargetFactory.java XMLCocoonLogFormatter.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:23:19 Modified:src/java/org/apache/cocoon/util Tag: cocoon_2_0_3_branch MIMEUtils.java ClassUtils.java NetUtils.java StringUtils.java Tokenizer.java IOUtils.java HashMap.java

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/webapps/portal/generation PortalGenerator.java ConfigurationGenerator.java

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:23:55 Modified:src/java/org/apache/cocoon/webapps/authentication/selection Tag: cocoon_2_0_3_branch MediaSelector.java src/java/org/apache/cocoon/webapps/authentication/acting Tag: cocoon_2_0_3_branch

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

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:24:17 Modified:src/java/org/apache/cocoon/xml/dom Tag: cocoon_2_0_3_branch DOMStreamer.java DOMBuilder.java DOMFactory.java SVGBuilder.java NodeListImpl.java DOMUtil.java src/java/org/apache/cocoon

cvs commit: xml-cocoon2/src/blocks/authentication-fw/samples sitemap.xmap

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:31:29 Modified:src/blocks/authentication-fw/samples sitemap.xmap Log: Correcting authentication sample - search/replace is not always correct! Revision ChangesPath 1.4 +8 -20 xml-cocoon2/src/blocks/authentication-fw/samples/sitemap.xmap

cvs commit: xml-cocoon2/src/blocks/portal-fw/samples sitemap.xmap

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:32:10 Modified:src/blocks/portal-fw/samples sitemap.xmap Log: Adding redirect Revision ChangesPath 1.4 +5 -0 xml-cocoon2/src/blocks/portal-fw/samples/sitemap.xmap Index: sitemap.xmap

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

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:32:28 Modified:src/webapp/samples/portal-fw Tag: cocoon_2_0_3_branch sitemap.xmap Log: Adding redirect Revision ChangesPath No revision No revision 1.1.2.2 +4 -0

cvs commit: xml-cocoon2/src/webapp/docs/samples samples.xml

2003-02-06 Thread cziegeler
cziegeler2003/02/06 23:38:56 Modified:src/webapp/docs/samples Tag: cocoon_2_0_3_branch samples.xml Log: Updating to new portal/auth version Revision ChangesPath No revision No revision 1.11.2.1 +8 -5

Re: Possible threading issues with xsltc + BCEL ???

2003-02-06 Thread Vadim Gritsenko
Michael Melhem wrote: Hi Cocooners, Are their any other Cocoon users having Threading Issues with xsltc? Its seems that if you have a translat being compiled at the same time by two or more threads (instances of TraxTransformer) you will get issues because BCEL is not (by design) threadsafe

[OT] The Cocoon Drinking Game

2003-02-06 Thread Tony Collen
The Cocoon Drinking Game Take a drink when you first realize how much Cocoon rules. Whenever someone asks about a stripped-down sitemap, take a drink. Take a drink when a Cocoon get-together is organized overseas, and you can't fly across the ocean to go. Whenever someone flames Cocoon for

Re: help with presentation wanted

2003-02-06 Thread Steven Noels
Argyn wrote: Thank you, all for suggestions! I forgot to mention the event I'm preparing to speak at. It's egovos.org on March in Washington, DC. If someone's planning to attend let's have a drink :) for the curious amongst us: http://www.egovos.org/march-2003/cfp-review.cgi?id=5 /Steven --

Possible threading issues with xsltc + BCEL ???

2003-02-06 Thread Michael Melhem
Hi Cocooners, Are their any other Cocoon users having Threading Issues with xsltc? Its seems that if you have a translat being compiled at the same time by two or more threads (instances of TraxTransformer) you will get issues because BCEL is not (by design) threadsafe as it users static

Re: Possible threading issues with xsltc + BCEL ???

2003-02-06 Thread Andy Lewis
I've hit this - it only happens when compiling the stylesheet though. Concurrent requests right at startup do not do wel...I had no workaround...but that would be a GOOD THING to have fixed... Hi Cocooners, Are their any other Cocoon users having Threading Issues with xsltc? Its seems that

Re: [gump] cocoon2 build error

2003-02-06 Thread Leo Simons
Sam Ruby wrote: What's the status of this? still TODO. my current priority list: 1) fix up all places that need fixing because of avalon cvs rename 2) check out latest logkit RC, then vote on release 3) figure out then fix up jarlicensingautoconf (in preparation for avalon-framework release)

Re: [gump] cocoon2 build error

2003-02-06 Thread Sam Ruby
What's the status of this? Leo Simons wrote: Berin Loritsch wrote: Leo Simons wrote: hi, It looks like the problem is that an extra required first argument, namely role, was added to the ComponentHandler methods. This role in the end results in a call to