Re: Cocoon on OS/390 Unix System Services

2003-03-19 Thread Oliver Alth
Hello, I haven't just completely unterstood your question. Which jar files did you erase? The ones in /endorsed or the ones in /WEB_INF/classes? Did you perform any other thing? Thanks, Oliver __ IBM Deutschland Entwicklung GmbH

Solution: Errors cause blank document instead of error message

2003-03-19 Thread Sully
rebuilding using clean checkout of head has fixed my problem. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Errors cause blank document instead of error message

2003-03-19 Thread Sully
Hi, I'm having some trouble with a subsitemap of mine... if I access a pipeline which exists and there are no errors anywhere in the execution of that pipeline then it works perfectly. however if there is an error anywhere in the execution of the pipeline then it returns an empty document (0 byt

Weird exception

2003-03-19 Thread Irving Salisbury
We are trying to get pdf stuff working on one of our apps. It works great on our development machine, but our production machine gives the following error (which I have pulled from the sitemap.xmap file). I am happy to send more info, but thought maybe someone could at least point me in the r

Re: Strange behaviour with

2003-03-19 Thread Perry Molendijk
Hi Thorston,   I had the same problem untill I did this:   map:serializer> i.e. put in an absolute path.   Perry - Orig

setting response header late in pipeline

2003-03-19 Thread Robert Douglass
How does one set a response header (204 No Content for example) late in the pipeline, like right befor the serializer or after transformer? Thanks, Robert Douglass - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

RE: Problems basic-link in xsl-fo

2003-03-19 Thread Conal Tuohy
Jessica Niewint wrote: > I got a problem to insert a external link to my xsl file with > . TEST You are missing the "http://"; from the start of the URL. Otherwise I believe FOP will assume a "file:/" protocol? Cheers! Con ---

Re: Lucene index building

2003-03-19 Thread Upayavira
Jeremy, > This all looks fine > My exclude string looks like this though : > > .*\.png$,.*\.js$,.*\.css$,.*\.gif$,.*\.jpg$,.*/search/.*,.*/ > easy/.* > > I believe as soon as you specify an exclude string, the default values > for images etc. are not used. You're a hero. I added a number of e

Antwort: Cocoon on OS/390 Unix System Services

2003-03-19 Thread e nio
Im just speculating as I had a little problem having cocoon2.0.4+Forrest+tomcat 4.1.18 +jdk1.4.0.01. The problem I had was that 2.0.4 did not require those jar files at $TC/common/endorsed since it has the files located at WEB-INF/lib and Forrest is in its own "Context" and not in any of the co

The hsqldb cannot be used inside a WAR file ERROR

2003-03-19 Thread Chad Small
Hello, I'm trying to install Cocoon 2.0.4 on Weblogic 5.1 Thanks to Uwe, and the archived message at the end of this message that I found to get me started. But I'm now getting this error in my WEB-INF/logs/error.log file: ERROR (2003-03-19) 13:15.11:513 [core.manager] (Unknown-URI) Unkn

Re: A Gzipped XML Serializer component for Cocoon

2003-03-19 Thread Scherler
Hi Bruce, nice work! I have not tried it out yet, but it looks promising! Do you work for that projekt http://heml.mta.ca/heml-cocoon/ ? I find it a very nice example using cocoon and SVG! King regards Thorsten Scherler Bruce Robertson wrote: I have posted a Wiki page describing a serializer c

A Gzipped XML Serializer component for Cocoon

2003-03-19 Thread Bruce Robertson
I have posted a Wiki page describing a serializer component I'm using which produces gzipped XML output. This is especially useful for those serving complex SVG and would rather send it off as a svgz file. I'm pretty sure this is something that eventually should be rolled into Cocoon itself, but

Problems basic-link in xsl-fo

2003-03-19 Thread Jessica Niewint
Hi, I am not sure if this is the right mailing list for the question... so if it is not, please give me a hint where to post my question. I am using Cocoon 2.0.4 I got a problem to insert a external link to my xsl file with . It seems that no one else got a problem like this. So may be I forgot t

Re:Weblogic6.1Sp3+cocoon2.1-org.apache.avalon.framework.component.ComponentException:UnnamedSelector:

2003-03-19 Thread Girish Patil
Christoph -Thanks for the reply- I already had the application deployed in exploded form -- I unjarred all the cocoon lib and put them in my classpath -- But, I still get the same exception. Just to check, I deployed the app on Tomcat4.1.8 and it seems to work fine there -is there any thing else

cocoon.xconf error

2003-03-19 Thread Lionel Crine
Hello, I use cocoon 2.0.3 : I tried to add some new "components-instance" in cocoon.xconf as Jeremy Quinn wrote it in http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=104490756424028&w=2 : ... /vars/ ... then I wrote RLR.

[summary] AW: Strange behaviour with

2003-03-19 Thread Scherler, Thorsten
Hello Joerg, I made the FOPSerializer including fonts working for me on a Cocoon 2.0.4. What's your Cocoon version? -> I am using 2.0.4. as well. The *funny* (not so funny after all) thing is that in my other webapp it is working fine! It should be configured using context://global/fonts/ci/co

Re: Strange behaviour with

2003-03-19 Thread Joerg Heinicke
Hello Thorsten, I made the FOPSerializer including fonts working for me on a Cocoon 2.0.4. What's your Cocoon version? Scherler, Thorsten wrote: Hello group, I have written a small app which is working fine. ...but as soon as I want my own fonts for fop it is not working (the pdf). e.g. It s

Strange behaviour with

2003-03-19 Thread Scherler, Thorsten
Hello group, I have written a small app which is working fine. ...but as soon as I want my own fonts for fop it is not working (the pdf). e.g. if I have the code like that the I receive: message UnnamedSelector: ComponentSelector could not find the component for hint [fo2pdf] description org

RE: Weblogic6.1Sp3+cocoon2.1-org.apache.avalon.framework.component.ComponentException:UnnamedSelector:

2003-03-19 Thread Schaper, Christoph
You can try two things to rule out problems which existed with wl6.1 (I don't know whether they were actually solved in SP3): - try deploy exploded (i.e. unjar the cocoon war before placing it in the applications dir) - rename all libraries in cocoon lib directory to contain not more than one "."

Re: Problems Cocoon 2.0.4/FOP 0.20.4

2003-03-19 Thread Andrew Watt
At 18:02 18/03/2003 +0100, you wrote: Hi, I am not sure if this is the right mailing list for the question... so if it is not, please give me a hint where to post my question. I got a problem to insert a external link to my xsl file with . It seems that no one else got a problem like this. So may b

Re: [heads-up] wiki abuse: your advice please

2003-03-19 Thread Martin Holz
SAXESS - Hussayn Dabbous <[EMAIL PROTECTED]> writes: > what about simply reusing the userlist from the cocoon-dev, > cocoon-user, cocoon-doc mailing lists and allow write access only to > these > > registered users ? > > That should make life easy... > I think, authors, who are NOT members of on

Antwort: Cocoon on OS/390 Unix System Services

2003-03-19 Thread manfred . weigel
Hi Oliver! Some components included in Cocoon (like FOP, Batik) need a running XServer. This might be the problem. It should be obsulet with Java 1.4 good luck Manfred [EMAIL PROTECTED] am 19.03.2003 10:06:24 Bitte antworten an [EMAIL PROTECTED]@inet An: [EMAIL PROTECTED] Kopie: The

[SUMMARY] mod_proxy w/ multiple webapps

2003-03-19 Thread Lorenzo De Sio
Thanks, Charles. I ended up with the following: RewriteEngine On RewriteRule "^/webapp/(.*)\.(css|gif|jpg|jpeg)$" "/var/webapps/webapp/$1.$2" [L] ProxyPass /webapp/ http://localhost:8080/webapp/ ProxyPassReverse /webapp/ http://localhost:8080/webapp/ which allows selected static content to be

[SUMMARY] XPathDirectoryGenerator - need help {namespace handling}

2003-03-19 Thread hgadm
Thanks Jeff, that was the solution ! Obviously the XPathDirectoryGenerator does not handle tags with namespaces. These need to be replaced by local-names as indicated by you ! Thanks Holger On Wed, 19 Mar 2003, Jeff Turner wrote: > > On Tue, Mar 18, 2003 at 11:27:27AM -0800, > [EMAIL PROTECT

Re: ???ESQL update table???

2003-03-19 Thread Christian Haul
On 17.Mar.2003 -- 09:48 AM, Delis, Christopher E. wrote: > on a slightly different note, is there "place-holder" functionality in esql > stylesheet language? e.g., > > insert into atable (field1, field2) values (?, ?) > select * from atable where field1 = ? limit ? Yes, see it is equivalent to

Re: Modular Database Actions: Urgently seeking documentation

2003-03-19 Thread Christian Haul
On 18.Mar.2003 -- 03:15 PM, Richard In Public wrote: > Hi Chris > > Firstly, thanks for your response. I have been mulling over this and > revisiting the docs, but I have not managed to get things working. > > I suspect that my problem lies in chanelling the request parameters passed > by the fo

Cocoon on OS/390 Unix System Services

2003-03-19 Thread Oliver Alth
Hello, I am trying to get the tool forrest running on OS/390 Unix System Services. I posted the problem (see below) on the forrest-dev list, and Jeff Turner helped me. We tried different things (mainly encoding workarounds, because we believe its and ASCII-EBCDIC encoding issue). We got to the poi