RE: Source and SourceResolver confusion

2002-09-03 Thread Carsten Ziegeler
Nicola Ken Barozzi wrote: > > Carsten Ziegeler wrote: > > > >>-Original Message- > >>From: Bruno Dumon [mailto:[EMAIL PROTECTED]] > >>Sent: Tuesday, September 03, 2002 5:23 PM > >>To: [EMAIL PROTECTED] > >>Subject: Source and SourceResolver confusion > >> > >> > >>I'm a bit confused about

cannot upload the image

2002-09-03 Thread ch ku
Hi Please help. When I try to upgrade from cocoon 2.0.1 to 2.0.3, I am facing problem when I try to upload an image. With cocoon 2.0.1 it works fine. The functionality is, when I click on browse button, it opens the window where I can c In Image upload page. 4/9/2002 15:36:25: file_path =

Xopus2 has been open sourced

2002-09-03 Thread Michael Wechner
Hi As you probably have heard or read somewhere, Xopus 2 (or at least the most important modules of it) has been open sourced under the Apache license on August 30th: http://www.xopus.org We already have built an "interface" for an alpha version of Xopus 2 (which we kindly received from Q42 s

DO NOT REPLY [Bug 12264] - [PATCH] fix for build.xml target webapp-local

2002-09-03 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

cvs commit: xml-cocoon2 build.xml

2002-09-03 Thread nicolaken
nicolaken2002/09/03 15:20:41 Modified:.build.xml Log: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12264 [PATCH] fix for build.xml target webapp-local [EMAIL PROTECTED] (Marcus Crafter) Revision ChangesPath 1.261 +5 -5 xml-cocoon2/build.xm

DO NOT REPLY [Bug 12264] - [PATCH] fix for build.xml target webapp-local

2002-09-03 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: DO NOT REPLY [Bug 12235] New: - [PATCH] XPathTransformer

2002-09-03 Thread J.Pietschmann
Nicola Ken Barozzi wrote: > Why use Cocoon at all? Pipelined XML processing is great. Also, Cocoon is really great for mapping URLs to content. Including dynamic content (with some work flow support it would be even better). As for Cocoon aggregation vs. document(): aggregation is good if the st

Re: DO NOT REPLY [Bug 12235] New: - [PATCH] XPathTransformer

2002-09-03 Thread J.Pietschmann
Jeff Turner wrote: > The problem is conceptual, that document() breaks SoC, as described at > http://localhost:8787/cocoon/documents/faq/faq-xslt.html#faq-6 Hopefully > things like XPathTransformer will remove the need for document() > altogether. I'd be bothered more with the problem that docume

DO NOT REPLY [Bug 12264] - [PATCH] fix for build.xml target webapp-local

2002-09-03 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 12264] New: - [PATCH] fix for build.xml target webapp-local

2002-09-03 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: Source and SourceResolver confusion

2002-09-03 Thread Nicola Ken Barozzi
Carsten Ziegeler wrote: > >>-Original Message- >>From: Bruno Dumon [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, September 03, 2002 5:23 PM >>To: [EMAIL PROTECTED] >>Subject: Source and SourceResolver confusion >> >> >>I'm a bit confused about the Source & SourceResolver in HEAD. Apparentl

RE: DO NOT REPLY [Bug 12235] New: - [PATCH] XPathTransformer

2002-09-03 Thread Robert Koberg
Hi, > -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 8:15 AM > Robert Koberg wrote: > > >>The problem is conceptual, that document() breaks SoC, as described at > >>http://localhost:8787/cocoon/documents/faq/faq-xslt.html#faq-

RE: Source and SourceResolver confusion

2002-09-03 Thread Carsten Ziegeler
> -Original Message- > From: Bruno Dumon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 5:23 PM > To: [EMAIL PROTECTED] > Subject: Source and SourceResolver confusion > > > I'm a bit confused about the Source & SourceResolver in HEAD. Apparently > the org.apache.cocoon.

Source and SourceResolver confusion

2002-09-03 Thread Bruno Dumon
I'm a bit confused about the Source & SourceResolver in HEAD. Apparently the org.apache.cocoon.environment.Source has been deprecated, but the org.apache.cocoon.environment.SourceResolver is not (and still returns deprecated cocoon Source objects). In the act method of the Action interface, a ref

Re: DO NOT REPLY [Bug 12235] New: - [PATCH] XPathTransformer

2002-09-03 Thread Nicola Ken Barozzi
Robert Koberg wrote: >>The problem is conceptual, that document() breaks SoC, as described at >>http://localhost:8787/cocoon/documents/faq/faq-xslt.html#faq-6 Hopefully >>things like XPathTransformer will remove the need for document() >>altogether. > > > Yea, I have heard the argument. > > I

[mark your calendars] Cocoon GetTogether / Belgium - 2002-11-19

2002-09-03 Thread Steven Noels
Dear all, Outerthought is happy to announce its one-year anniversary, and is hosting a Cocoon/Forrest-related event on November 19th 2002 to celebrate this. In the 'morning' (10AM-2:30PM), we will host an informal Cocoon Users and Developers get-together with a couple of presentations, in the aft

Re: default xsl transformer?

2002-09-03 Thread Enke, Michael
> >Original exception : java.lang.NullPointerException > > at java.lang.System.arraycopy(Native Method) > > at org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java:642) > > at org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.characters(SAX2DTM.java:1825) > > at >org.apache.xml.dtm.ref.Increme

RE: DO NOT REPLY [Bug 12235] New: - [PATCH] XPathTransformer

2002-09-03 Thread Robert Koberg
Hi, > -Original Message- > From: Jeff Turner [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 02, 2002 6:35 PM > > On Mon, Sep 02, 2002 at 05:11:28PM -0700, Robert Koberg wrote: > > Hi, > > > > For the record, I would say it is very easy in XSL. This was from > the original > > bug r

Re: default xsl transformer?

2002-09-03 Thread Vadim Gritsenko
Enke, Michael wrote: >Vadim Gritsenko wrote: > > >>Enke, Michael wrote: >> >> >> >>>Vadim Gritsenko wrote: >>> >>> >>> >>> >Q.2) From where TraxTransformer knows which one to use if no > is given? > > > > > From configuration only.

Re: default xsl transformer?

2002-09-03 Thread Enke, Michael
Vadim Gritsenko wrote: > > Enke, Michael wrote: > > >Vadim Gritsenko wrote: > > > > > >>>Q.2) From where TraxTransformer knows which one to use if no > is given? > >>> > >>> > >>> > >> From configuration only. > >> > >> > > > >>From cocoon.roles? > > > >I have the problem that if I use in xsl

Re: default xsl transformer?

2002-09-03 Thread Vadim Gritsenko
Enke, Michael wrote: >Vadim Gritsenko wrote: > > >>>Q.2) From where TraxTransformer knows which one to use if no >is given? >>> >>> >>> >> From configuration only. >> >> > >>From cocoon.roles? > >I have the problem that if I use in xsl transformation >I get a NullpointerException a

Cocoon 2.1-dev in Tomcat 4.1.7

2002-09-03 Thread Matthew Langham
Hi, does anyone have this combination running (jdk 1.3.1)? We have just tried to deploy a war file of the current 2.1 CVS version but without luck. Tomcat unpacks the war but doesn't seem to actually mount anything. Calling any Cocoon URI gives a 404. The log lists this exception: >> 2002-09-03

Re: default xsl transformer?

2002-09-03 Thread Enke, Michael
Vadim Gritsenko wrote: > >Q.2) From where TraxTransformer knows which one to use if no >is given? > > > > From configuration only. >From cocoon.roles? I have the problem that if I use in xsl transformation I get a NullpointerException after some hundred elements. I now removed xalan.jar and

Re: default xsl transformer?

2002-09-03 Thread Vadim Gritsenko
Enke, Michael wrote: >Hi, >I'm wondering what is the xsl-transformer used by current sitemap.xmap? >I found there: > > >pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer"> > false > false > false > > > >pool-max="32" pool-min="8"

DO NOT REPLY [Bug 12256] New: - Caching Problem of static Content (specially images)

2002-09-03 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

Caching Problem of static Content (specially images)

2002-09-03 Thread Andreas Neuenschwander
Hi Cocooners, It seems that there is still a problem with the caching in cocoon. First, images cannot be cached by browsers. Second, all static content in the cache is a repsonse which is already commited. This will lead to problems if you are adding a filter to the cocoon servlet which tries t

Re: Flow status and report.

2002-09-03 Thread Ramy Mamdouh
Per-Olof Norén wrote: > Hi cocooners, > I´d like to give a real-life scenario using flowscripts. > We are currently in the end phase of developing the base of an > enterprise system used for ordering/invoicing/crm tasks. > All of this is done in cocoon using the flowscript and Jakarta OJB, > Ax

default xsl transformer?

2002-09-03 Thread Enke, Michael
Hi, I'm wondering what is the xsl-transformer used by current sitemap.xmap? I found there: false false false false false false Both use the same src="org.apache.cocoon.transformation.TraxTransformer", they are different o

Re: All database using samples broken in the HEAD.

2002-09-03 Thread Vadim Gritsenko
Andrew C. Oliver wrote: >Every single sample using HSQL datasources are all broken. I tried >upping the connections to 5 but that didn't work either. Anyone been >playing in the datasource area lately? > See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11400 I guess if you attach the patc

Re: DO NOT REPLY [Bug 12235] New: - [PATCH] XPathTransformer

2002-09-03 Thread Peter Nuetzel . inglobo
It could also be done with the evaluate() extension function most XSLT processors provide. Don't know if it should be included in XSLT 2.0 (?) but it is included in EXSLT (exslt.org). -peter -Ursprüngliche Nachricht- Von: Joerg Heinicke <[EMAIL PROTECTED]> > > While this sort of filte

cvs commit: xml-cocoon2/lib/core xercesImpl-2.1.0.jar xercesImpl-2.0.0.jar

2002-09-03 Thread cziegeler
cziegeler2002/09/03 03:24:36 Modified:lib jars.xml Added: lib/core xercesImpl-2.1.0.jar Removed: lib/core xercesImpl-2.0.0.jar Log: Updating to latest xerces - fixing some serious dom serialization bugs Revision ChangesPath 1.35 +1 -1 xml-coc

cvs commit: xml-cocoon2 changes.xml

2002-09-03 Thread stephan
stephan 2002/09/03 03:10:47 Modified:.changes.xml Log: Add new point about the profiler components. Revision ChangesPath 1.238 +6 -1 xml-cocoon2/changes.xml Index: changes.xml === R

cvs commit: xml-cocoon2/src/webapp/samples/profiler page2html.xsl profile2page.xsl test.xml test2page.xsl xml2html.css xml2html.js xml2html.xsl profile2html.xsl samples.xml sitemap.xmap

2002-09-03 Thread stephan
stephan 2002/09/03 03:07:31 Modified:src/webapp/samples/profiler profile2html.xsl samples.xml sitemap.xmap Added: src/webapp/samples/profiler page2html.xsl profile2page.xsl test.xml test2page.xsl xml2html.css xml2html.js

Flow status and report.

2002-09-03 Thread Per-Olof Norén
Hi cocooners, I´d like to give a real-life scenario using flowscripts. We are currently in the end phase of developing the base of an enterprise system used for ordering/invoicing/crm tasks. All of this is done in cocoon using the flowscript and Jakarta OJB, Axis and torque. We decided to us

Re: 2: Please help! Caching or Threadproblem or what else?

2002-09-03 Thread Enke, Michael
"Enke, Michael" wrote: > > "Enke, Michael" wrote: > > > > Vadim Gritsenko wrote: > > > > > > Enke, Michael wrote: > > > > > > >I tried it now under Windows ME: > > > >The swap file C:\WINDOWS\WIN386.SWP > > > >was growing until C:\ was full (swap file size about 500 MB) :-( > > > > > > > > > > Bu

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

2002-09-03 Thread stephan
stephan 2002/09/03 00:46:14 Modified:src/java/org/apache/cocoon/generation ProfilerGenerator.java Log: Extend the profiler components to store intermediate SAX fragments, and also the some informations about the environment, thanks to Bruno Dumon. Revision ChangesPath

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/profiler EnvironmentInfo.java ProfilerImpl.java Profiler.java ProfilerData.java ProfilerResult.java ProfilingCachingProcessingPipeline.java ProfilingNonCachingProcessingPipeline.java ProfilingXMLPipe.java profiler.xconf profiler.xroles ProfilingSAXBufferConnector.java ProfilingSAXConnector.java SimpleProfiler.java

2002-09-03 Thread stephan
stephan 2002/09/03 00:44:32 Modified:src/java/org/apache/cocoon/components/profiler Profiler.java ProfilerData.java ProfilerResult.java ProfilingCachingProcessingPipeline.java ProfilingNonCachingProcessingPipeline.j