Re: extending the Request object!?

2003-06-30 Thread Enke, Michael
"Geissel, Adrian" wrote: > > > -Original Message----- > > From: Enke, Michael [mailto:[EMAIL PROTECTED] > > Sent: Monday 30 June 2003 14:12 > > To: [EMAIL PROTECTED] > > Subject: extending the Request object!? > > > > > > Hi g

extending the Request object!?

2003-06-30 Thread Enke, Michael
Hi group, I often need to manipulate the queryString from the Request, so that I can use the manipulated one in links. Manipulate the String object is ugly and error prone. What do you think about extending the Request object, so that we can 1) delete Request Parameter 2) add Request Parameter 3) g

Re: Compressing output from Cocoon

2003-02-03 Thread Enke, Michael
Bart Guijt wrote: > > Hi all, > > I'm interested to see whether the following technique is useful for Cocoon apps as >well: compressing requested content if the client supports it. The article at the >following > link illustrates this best: > > > http://www.servletsuite.com/servlets/compr

Re: [Proposal] A little reworking of the Cocoon Command Line

2002-12-12 Thread Enke, Michael
Hi, if you are working on this, please have a look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12154 and http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12158 Michael Upayavira wrote: > > Dear All, > > I would like to do some minor rewriting of the command line Main class, particul

Re: Shopping Cart

2002-11-19 Thread Enke, Michael
Hi Marco, I'm developing a reporting system for several months. I want to convince my boss to give this away into cocoon scratchpad. So I will talk about this to my boss short before xmas. Short description: I use one big table which defines the menu structure. The same table also defines the sql q

Re: default attr for transformer not inherited in subsitemaps?

2002-11-15 Thread Enke, Michael
Vadim Gritsenko wrote: > > Enke, Michael wrote: > > >I have defined in my sitemap.xmap > >In a mounted sitemap I have also a transformer tag but I omitted the > >default attribute (I thought it would be inherited from parent sitemap

default attr for transformer not inherited in subsitemaps?

2002-11-15 Thread Enke, Michael
I have defined in my sitemap.xmap In a mounted sitemap I have also a transformer tag but I omitted the default attribute (I thought it would be inherited from parent sitemap) and got this exception: org.apache.cocoon.ProcessingException: Failed to load sitemap from file:/home/me/NEW/webapp/rep

Re: Exception with current CVS of 2.1

2002-11-14 Thread Enke, Michael
Tomcat looks into all WEB-INF/lib directorys and into $CATALINA_HOME/common/endorsed. To work properly you must have xerces, xml-apis, xalan and xslt in common/endorsed. Probably this one are old ones and in latest cocoon you have new one. But be careful with throwing away your old ones: xml-form

Re: [advice needed] New i18n implementation

2002-11-13 Thread Enke, Michael
Hi Konstantin, nice to hear from you. Because you asked for advise, I have a desire: Could you include an empty translation please. At the time a construct like this one: results in a translation "empty translation" (or what is given in sitemap transformator initialization). I wish to have the

Re: don't you want a bug fixed? I've even submitted a patch!

2002-11-13 Thread Enke, Michael
Of course we want, but please be patient, I've learned it already ;-) As I learned most patches will be included short before release. Michael Ivan Mikushin wrote: > > Dear Cocoon developers, > > I want to discuss fixing some strange behaviour that I'm confident is a bug. > I've already posted

Re: DO NOT REPLY [Bug 11935] - format properties for Text/XMLSerializernot working

2002-11-11 Thread Enke, Michael
Ugo Cei wrote: > > Is there a workaround for this bug? How do the users of C2.1 deal with > the situation? > > If I revert the fix in AbstractTextSerializer, the handling of > namespaces is broken. > > If I leave the fix as is, pages are served in UTF-8 and that stupid > excuse for a browser tha

What is Cocooning? ;-) (german only)

2002-11-08 Thread Enke, Michael
http://www.max.msn.de/multimedia_style/trends2003/cocooning Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

parameters from global sitemap in mounted sitemaps

2002-11-04 Thread Enke, Michael
Hello, some months ago there was a discussion, that parameters to are ignored. There was also a discussion that setting globale parameters dynamically was not able. Anybody who knows if there are already solutions for this? Thanks, Michael

Re: New ZipArchiveSerializer

2002-11-04 Thread Enke, Michael
gzip or zip. I you have a download programm which doesn't send this accept header, tomcat does not compress the output. Maybe for this or also to be independant of any url pattern a Helper class and a "compression" parameter to the serializer would be of interest. > > Ivelin M

Re: New ZipArchiveSerializer

2002-10-31 Thread Enke, Michael
Sylvain Wallez wrote: > > Enke, Michael wrote: > > >Cool. > >But two questions: > >1) can we configure if zip or gzip? > > > > Nope, this is zip only. Using gzip would mean producing a tar.gz. > > >2) wouldn't it be better to add zip/gzip

Re: New ZipArchiveSerializer

2002-10-31 Thread Enke, Michael
Cool. But two questions: 1) can we configure if zip or gzip? 2) wouldn't it be better to add zip/gzip functionallity to AbstractSerializer so that we have it for all? I thing that someone want to have html zipped ... Michael Sylvain Wallez wrote: > > Hi team, > > I just added a new ZipAr

Re: [XSP:util] Formatting Date to String....

2002-10-30 Thread Enke, Michael
Antonio Gallardo Rivera wrote: > > El Miércoles, 30 de Octubre de 2002 02:00, Enke, Michael escribió: > > There is a place where all this is done for formatting dates, numbers, > > currencies, percentages depending on the requests locale: I18nTransformer > > What about

Re: [XSP:util] Formatting Date to String....

2002-10-30 Thread Enke, Michael
There is a place where all this is done for formatting dates, numbers, currencies, percentages depending on the requests locale: I18nTransformer Michael Antonio Gallardo Rivera wrote: > > Hi, > > I saw that in XSP there is a logicsheet called util. There is a function tag > called: > > > >

Re: XSP vrs. transforms.

2002-10-24 Thread Enke, Michael
Also in computer magazin articles from Matthew and Carsten I read the same: XSP has no future in Cocoon. But in my mind I can do things with xsp much easier and more flexible than with transformers. I did not follow the discussions about this topic but I cann't imagine that xsp will really be throw

Re: Use of Xalan 2.4

2002-10-22 Thread Enke, Michael
t; Has this been reported to Xalan developers? I'd really like to move to > Xalan 2.4 because that version of XSLTC appears to have many bug fixes. > > Steve > > > -----Original Message- > > From: Enke, Michael [mailto:michael.enke@;wincor-nixdorf.com] > >

Re: Why has gone from AbstractTextSerializer?

2002-10-22 Thread Enke, Michael
Vadim Gritsenko wrote: > > Enke, Michael wrote: > > >It is commented out and never else to find. > >Why this? > > > > AFAIU, it's gone (for good) into AbstractProcessingPipeline. But seems to be nowhere in the conf

Re: [2.1]Lastest CVS build broken...

2002-10-21 Thread Enke, Michael
I got a snapshot from October, 16th 10:21:46 and this builds ok on SDK 1.4.1. Michael Antonio Gallardo Rivera wrote: > > Hi, > > I recently updated the 2.1 CVS to make rebuild cocoon. It does not compile: > > Compiling 27 source files to /xml-cocoon2/build/cocoon/blocks/databases/dest > >/xml

Why has gone from AbstractTextSerializer?

2002-10-18 Thread Enke, Michael
It is commented out and never else to find. Why this? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Use of Xalan 2.4

2002-10-11 Thread Enke, Michael
I don't know the reason so I tried xalan2.4.1: XSLTExtension:escape (required for xsp.xsl) was not working. Michael Antonio Gallardo Rivera wrote: > > Just a question. Why Cocoon still use Xalan 2.3.1 and not 2.4.0? > > Antonio Gallardo > >

Re: Serializer and Xalan Bug

2002-09-19 Thread Enke, Michael
Frank Taffelt wrote: > > Hi, > > it seems that the Xalan-Bug > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5779 doesn't affect > current cocoon codebase. > > The current AbstractTextSerializer has a workarround for this which uses a > simple identity transform Stylesheet. This Solution se

Re: Big problems with JispFilesystemStore

2002-09-12 Thread Enke, Michael
Carsten Ziegeler wrote: > > Hi, > > the JispFilesystemStore has some serious problems/bugs - it does > not implement the free() or the keys() method! - So if you use > this store for caching (and it's the default) your cache > might grow and grow - because the store janitor cannot free it!!! > S

Re: XSP bug: can get generate() to skip elements using java 'if's

2002-09-09 Thread Enke, Michael
Per Kreipke wrote: > > The following XSP snippet will cause an ArrayIndexOutOfBoundsException in > Cocoon 2.0.3 because the start of the outer element is never emitted to the > SAX stream. > > XSP Snippet: I would always write it as: if (!request.isUserInRole("root")) {

Re: default xsl transformer?

2002-09-06 Thread Enke, Michael
Vadim Gritsenko wrote: > >>Try Saxon. I always try Saxon before blaming Xalan. > > > >Where and how to configure? Do I need an additional jar? > > > > Remove xalan-2.3.1.jar from the WEB-INF/lib, drop saxon-6.5.2.jar > instead, restart. Hi Vadim, thank you for your help. I only have one problem

caching pipeline problems

2002-09-06 Thread Enke, Michael
Hi, doing actually some mass tests, I found a problem with caching pipeline (using 2.1 dev). If I use caching pipeline, after a huge amount of retreived data (about 40MB) there are double entries and missing entries. If I change to noncaching pipeline, all is working well. I have no idea where to

Re: ?overwrite libs in $JAVA_HOME/jre/lib/endorsed

2002-09-05 Thread Enke, Michael
> With other servlet engines the procedure described by you works > fine for me. But probably only with a non-Sun classloader (which is looking in JAVA_HOME/jre/lib/endorsed) or the Sun documentation is invalid? Thanks, Michael > Carsten > > > -Original Message- > >

Re: iText jars

2002-09-05 Thread Enke, Michael
Denis wrote: > > Hi all, > > Does anybody has a description of the XML format used by iText? > I tried to find it from the home site of iText without success. I also didn't found a description but I will start from tutorial.tar.gz and examples.tar.gz, there are some xml files included. Michae

?overwrite libs in $JAVA_HOME/jre/lib/endorsed

2002-09-05 Thread Enke, Michael
Hi cocooners, in the Cocoon installation website there is description for installation on sdk1.4: -> copy xerces.jar, xalan.jar and xml-api.jar to $JAVA_HOME/jre/lib/endorsed/ -> to use newer versions than included with sdk. But I cann't manage to get it running with the newer version, I always e

Re: iText jars

2002-09-05 Thread Enke, Michael
Piroumian Konstantin wrote: > Don't both FOP and iText implement the same specification? Why would there > be difference in functionality? FOP uses the formatting objects specification, itext has its own input format. I will start playing with itext in 2 or 3 weeks. Than I can generate a small ex

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: 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 onl

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

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: 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

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

2002-09-02 Thread Enke, Michael
"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) :-(

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

2002-08-30 Thread Enke, Michael
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) :-( > > > > But this means that this is not related to Jav

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

2002-08-30 Thread Enke, Michael
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) :-( Michael "Enke, Michael" wrote: > > Klaus Bertram wrote: > > > > Michael wrote: > > >Vadim Gritsenko wrote: > > >&g

Re: i18n:attr trouble

2002-08-30 Thread Enke, Michael
Koen Pellegrims wrote: > > thanks for pointing me to the FAQ. I missed that one. > Commenting out the removeAttributes() call fixed it (for now). > > As I've stated, I already tried to upgrade to Xerces 2.1.0, but that didn't > solve it for me. > Do I have to do anything else besides placing xer

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

2002-08-29 Thread Enke, Michael
Klaus Bertram wrote: > > Michael wrote: > >Vadim Gritsenko wrote: > >> > >> >It does also not help to call this xsp ones with small data amount > >> >and the second time with large data amount (giving the amount as request value). > >> > > >> >I know the process ID (Linux) of the thread which sto

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

2002-08-29 Thread Enke, Michael
Vadim Gritsenko wrote: > > >It does also not help to call this xsp ones with small data amount > >and the second time with large data amount (giving the amount as request value). > > > >I know the process ID (Linux) of the thread which stops the system. > >Is there any way to know if this thread i

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

2002-08-29 Thread Enke, Michael
Vadim Gritsenko wrote: > >That would mean cocoon cann't serve complex xsp's with more than > > > > Why can't? You said that there is delay, that's it. So, it can, but with > delay, and only after XSP is modified (AFAIU). What's wrong with it, > especially if it is garbage collector cleaning up co

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

2002-08-29 Thread Enke, Michael
Vadim Gritsenko wrote: > > Enke, Michael wrote: > > >I forgot one important detail: > >This happens only if tomcat was restarted or if the xsp-file changed on disk. > >The second and all follwing requests come out super fluid, > >even if I use noncaching pipeli

Re: cocoon on tomcat 4.1.9

2002-08-28 Thread Enke, Michael
ath attempts to go outside the * boundaries of the current context (i.e. too many ".." path elements * are present), return null instead. * * @param path Path to be normalized */ private String normalize(String path) { ... Regards, Michael "Enke, Michael"

Re: cocoon on tomcat 4.1.9

2002-08-28 Thread Enke, Michael
Sorry, that is not true, init() is called. But the output goes not to catalina.out but to localhost_log "Enke, Michael" wrote: > > Hi, > I found that in CocoonServlet the init method is not called > from tomcat 4.1.9 > Does anybody have heared about th

cocoon on tomcat 4.1.9

2002-08-28 Thread Enke, Michael
Hi, I found that in CocoonServlet the init method is not called from tomcat 4.1.9 Does anybody have heared about this and knows how to solve? Thanks, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

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

2002-08-27 Thread Enke, Michael
I forgot one important detail: This happens only if tomcat was restarted or if the xsp-file changed on disk. The second and all follwing requests come out super fluid, even if I use noncaching pipeline. Regards, Michael - To uns

Please help! Caching or Threadproblem or what else?

2002-08-27 Thread Enke, Michael
Hi all, after playing with xsp I started to get mass data out of xsp. But I run into a serious problem: After some thousend elements my systems disk spins up, I could not get any reaction from my system for most of the time, only reset helped. Sometimes I could see the xload window: There were 15

Re: zip/gzip serializer?

2002-08-20 Thread Enke, Michael
Jens Lorenz wrote: > Hi, > > > I want to download my generated data in gzipped or zipped > > but I didn't found a gzip or zip serializer in cocoon. > > > > Is it possible in another way to setup this or > > do I have to start writing such a serializer? > > Have a look at this link. This will com

zip/gzip serializer?

2002-08-19 Thread Enke, Michael
Hi cocooners, I want to download my generated data in gzipped or zipped but I didn't found a gzip or zip serializer in cocoon. Is it possible in another way to setup this or do I have to start writing such a serializer? Regards, Michael --

pizza compiler error

2002-07-17 Thread Enke, Michael
Hi, I started using Reflection and I had the problem that code which compiles with Sun's javac gives me errors when compiling with pizza compiler. Here is the example: Class argType[] = new Class[4]; argType[0] = String.class; argType[1] = String[].class; argType[2] = double.class; //

Re: INSTALL file: small cleanup (for Diana)

2002-07-14 Thread Enke, Michael
Diana Shannon wrote: > > On Thursday, July 11, 2002, at 11:35 AM, Enke, Michael wrote: > > > Hi Diana, > > in section 3b) Manual install: > > > > [unix] ./build.sh -Dinclude.webapp.libs=yes > > -Dinstall.war=$TOMCAT_HOME/webapps webapp > >

Re: INSTALL file: small cleanup (for Diana)

2002-07-14 Thread Enke, Michael
Piroumian Konstantin wrote: > > > From: Enke, Michael [mailto:[EMAIL PROTECTED]] > > > > Hi Diana, > > in section 3b) Manual install: > > > > [unix] ./build.sh -Dinclude.webapp.libs=yes > > -Dinstall.war=$TOMCAT_HOME/webapps webapp >

Re: encoding of serialized output

2002-07-11 Thread Enke, Michael
[EMAIL PROTECTED] wrote: > > Hi all, > I have a problem here regarding the encoding of serialized output. > this is about C2. > > I wrote sitemap like this. > name="text" src="org.apache.cocoon.serialization.TextSerializer"> > > I tried to output text file by cocoon. and it comes out wit

INSTALL file: small cleanup (for Diana)

2002-07-11 Thread Enke, Michael
Hi Diana, in section 3b) Manual install: [unix] ./build.sh -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_HOME/webapps webapp [win32] .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME%\webapps webapp can be written without -Dinstall.war: [unix] ./build.sh -Dinclude.webapp.l

Chinese chars in fop-pdf?

2002-07-11 Thread Enke, Michael
Hi, if I look for in html with zh_CN locale then I see chinese letters. But if I transform to pdf and view with acroread or print it out, these chars are missing, they are replaced with hash marks "#" (netscape from Linux and MSIE 6.0 from Windows). Does anybody know if this is a problem of - s

Re: 2.0.3 Release?

2002-07-05 Thread Enke, Michael
Stuart Roebuck wrote: > I'll have another go at what has failed me in the past - building Avalon > from source. If that works I can post some patches to include two sets > of Avalon binaries in the source with a switch on the build to use the > appropriate version. I did it yesterday. If you nee

Re: Having all the sitemaps in one directory

2002-07-04 Thread Enke, Michael
Piroumian Konstantin wrote: > > Hi colleagues! > > An idea just came to me: what if all the sitemap files where located under > the WEB-INF directory and be mounted from the one that is called 'sitemap' > (or configured on xconf)? So, there can be: > sitemap.xmap - the root sitemap >

Re: FOUND! Re: compiling/running dev-snapshot [was: Re: Delaying the release?]

2002-07-04 Thread Enke, Michael
Carsten Ziegeler wrote: > > Michael Enke wrote: > > > > > > esql.xsp also doesn't work. Reason: > > The JdbcConnectionFactory is instantiated > > !BEFORE! > > hsqldb is started. > > Please change this. > > > Hi Michael, > > how did you find this out and do you have a suggestion how to > achieve

FOUND! Re: compiling/running dev-snapshot [was: Re: Delaying the release?]

2002-07-04 Thread Enke, Michael
Carsten Ziegeler wrote: > > Michael Enke wrote: > > > > > > ok, it is 2.1 > > In that case it is probably not a good idea to test for upcoming 2.0.3 > > with dev-snapshot. Whats about an auto generated dev-snapshot for the > > stable 2.0. branch? > > > I don't know anything about the dev-snapshot

Re: compiling/running dev-snapshot [was: Re: Delaying the release?]

2002-07-03 Thread Enke, Michael
Hi Carsten, Carsten Ziegeler wrote: > > Michael Enke wrote: > > > > What is the difference between HEAD and 2.0.3 branch? > The HEAD branch is the development branch for 2.1. Everything there > is considered alpha as we are testing out some new concepts and > features. > > > I'm also such a poo

compiling/running dev-snapshot [was: Re: Delaying the release?]

2002-07-03 Thread Enke, Michael
ption: No pipeline matched request: at org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:162) What is 454:17 in sitemap.xmap? line 454 is inside a comment, line 17 cann't it be too. Michael Carsten Ziegeler wrote: > > > -Orig

Re: Delaying the release?

2002-07-02 Thread Enke, Michael
Of course! My intend was to wait until the links to the samples are working. If this is the case I make a clean download and will have a look for the SQL examples with JDK1.4 Michael Carsten Ziegeler wrote: > > Hello? > > Anyone still interested in a 2.0.3 release? > > Carsten > > Does anyon

Re: Samples from HEAD broken?

2002-06-28 Thread Enke, Michael
Diana Shannon wrote: > > On Thursday, June 27, 2002, at 01:00 PM, Enke, Michael wrote: > > > Stephan Michels wrote: > >> > >> Hi, > >> I noticed that the samples doesn't work anymore? I think the reason > >> are the changes for the bug:/

Re: Samples from HEAD broken?

2002-06-28 Thread Enke, Michael
Stephan Michels wrote: > > On Thu, 27 Jun 2002, Enke, Michael wrote: > > > Stephan Michels wrote: > > > > > > Hi, > > > I noticed that the samples doesn't work anymore? I think the reason > > > are the changes for the bug://10277 (mime-t

Re: Samples from HEAD broken?

2002-06-27 Thread Enke, Michael
Stephan Michels wrote: > > Hi, > I noticed that the samples doesn't work anymore? I think the reason > are the changes for the bug://10277 (mime-type). > Long time ago I noticed the same and Diana Shannon wrote that there is a patch but nobody has time to apply it :-( Seems that we need more c

Re: [Important]: JDK issues

2002-06-26 Thread Enke, Michael
"Andrew C. Oliver" wrote: > > > > > > >>> > >>> Will compilation with JDK1.4 against JDK1.3's rt.jar but with JDBC 3.0 > >>> in front of it help? > >>> > >> > >> > >> Yes, this is much more complicated than it should be. The best solution > >> would be to make only source distributions and skip t

Some broken links in http://localhost:8080/cocoon/samples/welcome

2002-06-13 Thread Enke, Michael
Hi Cocooners, after my vacation I'm back and downloaded the latest dev-snapshot ;-) I guess this are only typos and can be fixed quickly by the person who changed the locations: -All links in "More Samples" (except Portal and Authentication) are broken. -Scratchpad sample doesn't work -Slides lin

Where is esql.xsl in scratchpad?

2002-05-06 Thread Enke, Michael
Hi, I cann't find esql.xsl below scratchpad. What is the path to it? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Need help: attruibutes at runtime

2002-05-06 Thread Enke, Michael
Thank you Christian. I will have a look into esql.xsl and send a patch to bugzilla if I can manage. Michael Christian Haul wrote: > > On 06.May.2002 -- 10:55 AM, Enke, Michael wrote: > > Hi, > > is it possible to make an attributes value variable? > > > > > &g

Need help: attruibutes at runtime

2002-05-06 Thread Enke, Michael
Hi, is it possible to make an attributes value variable? ^^ I tried with ... but this seems not to work. Thanks in advance, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: ESQL Error in Cocoon 2.0.3-branch

2002-05-02 Thread Enke, Michael
out of curiosity, if a column alias (or any other field for that > matter) has a space in it, shouldn't it be referenced: > > [a table].[some field] > > ? > > J. > > > -Original Message- > > From: Enke, Michael [mailto:[EMAIL PROTECTED]] > >

Re: ESQL Error in Cocoon 2.0.3-branch

2002-05-02 Thread Enke, Michael
This will work as a first help. But for column aliases with spaces or capital/non-capital letters it is not possible to change " to ' Another possibility is to escape every " to \" But for a clean solution please create a new bug report via bugzilla. Michael "Morrison, John" wrote: > > Best thi

Re: [???] Where is the 'svg2png' serializer?

2002-04-30 Thread Enke, Michael
This seems related: In the sitemap is a definition for fo2pcl but if I want to use it, cocoon complains about not defined serializer. Konstantin Piroumian wrote: > > Hi! > > Anybody knows where is the 'svg2png' serializer declaration? > > It's used somewhere arround the line 700 in the root s

xsp content in a method possible?

2002-04-26 Thread Enke, Michael
Hi, I have following problem: Usually we have xsp like this: ... ... ... Because I have to repeat often the execute-query (with different arg) my idea was to write: void myMethod(MyObject myArg) { ... } ... myMethod(myArg); ... Because I get compilation errors I gave a second

Re: I18n: What docs are autogenerated?

2002-04-25 Thread Enke, Michael
Gerhard Froehlich wrote: > > Hi, > > ME> src/documentation/xdocs/userdocs/transformers/i18n-transformer.xml > > This should be enough. The rest is auto generated Ok, thanks. > BTW: We habe some Problems with the latest patched, did you > noticed the posting in bugzilla? I'm near the mark ;-)

I18n: What docs are autogenerated?

2002-04-25 Thread Enke, Michael
Hi, I have to document some changes for I18nTransformer. I found 3 locations where this must be taken into account: src/documentation/xdocs/userdocs/transformers/i18n-transformer.xml docs/userdocs/transformers/i18n-transformer.html docs/apidocs/org/apache/cocoon/transformation/I18nTransformer.htm

Re: i18n: empty translation in XMLResourceBundle?

2002-04-03 Thread Enke Michael
Konstantin Piroumian wrote: > > > From: Enke Michael [mailto:[EMAIL PROTECTED]] > > Konstantin Piroumian wrote: > > > > > > > -Original Message- > > > > From: Enke Michael [mailto:[EMAIL PROTECTED]] > > > > Sent: We

I18nTransformer.java patch

2002-04-03 Thread Enke Michael
Hi Konstantin, I finalized the change of sub-type to type for i18n:number and introduced the code again for yet missing types (int-currency, currency-no-unit, int-currency-nu-unit) As new attribute I added fraction-digits="..." for i18n:number so we can now print out gasoline prices etc. Regards,

Re: i18n: empty translation in XMLResourceBundle?

2002-04-03 Thread Enke Michael
Konstantin Piroumian wrote: > > > -Original Message- > > From: Enke Michael [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 03, 2002 5:02 PM > > To: [EMAIL PROTECTED] > > Subject: i18n: empty translation in XMLResourceBundle? > > > > &

Re: esql.xsl and postgres datatypes

2002-04-03 Thread Enke Michael
Christian Haul wrote: > > On 03.Apr.2002 -- 12:34 PM, Enke Michael wrote: > > Hi, > > in postgres you have datatypes which are not in the sql standard > > and you can define your own datatypes. > > Two datatypes from postgres that I use often are bit() and bit vary

i18n: empty translation in XMLResourceBundle?

2002-04-03 Thread Enke Michael
Hello, I saw in I18nTransformer.java a comment: Introduce empty translation (XMLResourceBundle) How does it work? Or is it only planned? Thanks, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

esql.xsl and postgres datatypes

2002-04-03 Thread Enke Michael
Hi, in postgres you have datatypes which are not in the sql standard and you can define your own datatypes. Two datatypes from postgres that I use often are bit() and bit varying(). If I call than the page crahses because the column type for bit and bit varying is java.sql.Types.OTHER Look at thi

Re: update cocoon-2.0.2.tar.gz / .zip?

2002-04-03 Thread Enke Michael
Carsten Ziegeler wrote: > > Vadim Gritsenko wrote: > > > > > From: Enke Michael [mailto:[EMAIL PROTECTED]] > > > > > > Hi, > > > shouldn't we make new cocoon-2.0.2 download files with corrections > > > if they solve showblocker

update cocoon-2.0.2.tar.gz / .zip?

2002-04-02 Thread Enke Michael
Hi, shouldn't we make new cocoon-2.0.2 download files with corrections if they solve showblockers? In particular I mean -> AbstractValidatorAction? -> new excalibur to handle jdk1.4 jdbc? Michael Nicola Ken Barozzi wrote: > > From: "Enke Michael" <[EMAIL PROTECTED

AbstractValidatorAction.getDefault: NullPointerException

2002-04-02 Thread Enke Michael
Hello guys, if I use the SessionValidatorAction or FormValidatorAction I get a NullPointerException in getDefault, line 576 in AbstractValidatorAction.java because the Configuration cons is null. This can be reproduced by the samples in cocoon-2.0.2, /cocoon/protected/login -> insert name and pres

Re: SOLVED: Pool: NoValidConnectionException on jdk1.4 -> Berin, please read this

2002-04-02 Thread Enke Michael
Christopher Watson wrote: > > Michael, > Well done, many thanks. You are welcome ;-) > I've meantime gone back to jdk1.3 ! Now, dare I go back forward again to > jdk1.4 ? (Guess that's my problem to decide!) No other limitations known. > I'm guessing your excellent work is so far a kind of te

Re: SOLVED: Pool: NoValidConnectionException on jdk1.4 -> Berin, please read this

2002-04-02 Thread Enke Michael
it in both classes"? Regards, Michael Christopher Watson wrote: > > > -Original Message- > > From: Enke Michael [mailto:[EMAIL PROTECTED]] > > Sent: 29 March 2002 08:21 > &g

Re: SOLVED: Pool: NoValidConnectionException on jdk1.4 -> Berin, please read this

2002-04-02 Thread Enke Michael
Christopher Watson wrote: > ... > and I can see the port connections getting dropped > > Hit refresh and it works again. > Hit refresh and it fails again as above. > > Eventually, I get nothing back at all > > :-{ > > Is this just me? > If not, is it something that could be fixed soon, or woul

SOLVED: Pool: NoValidConnectionException on jdk1.4 -> Berin, please read this

2002-03-28 Thread Enke Michael
Hi, Tonight I found the solution: We have a ClassCastException. To solve this for jdk1.4: Get the daily build from excalibur, change both JdbcConnection to Jdbc3Connection in line 106 in scratchpad/org/apache/avalon/excalibur/datasource/ResourceLimitingJdbcConnectionPool.java Thats it. But - THIS

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Enke Michael
Christopher Watson wrote: > ... > I've just extracted EsqlConnection.java again this minute from the > 2.0.2.tar.gz I downloaded then - it is attached to this message. > > I'm loath to download it again, at 56kbps (UK's not really grasped broadband > yet!). > Would it have changed since I downloa

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Enke Michael
With the shipped excalibur we have no chance to get pooling running (under jdk1.4). I download excalibur4.1 and compiled it: (build.sh missing, may be other files too? Berin is checking this) But with this, Cocoon is not started! So I got the daily build from excalibur (avalon-framework is also re

Re: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-03-28 Thread Enke Michael
Did you ever unpack 2.0.2.tar.gz? It seems no. If I unpack the 2.0.2.tar.gz there is not @JDBC3_START@ in, there is a comment /* in. Michael Torsten Curdt wrote: > > On Thu, 28 Mar 2002, Christopher Watson wrote: > > > RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection Pooling Doesn't Wor

someone from excalibur here?

2002-03-28 Thread Enke Michael
Hi, I need to recompile excalibur with jdk1.4. My question: Why is Excalibur4.0 6.0MB but Excalibur4.1 only 800kB big? build.sh is missing in 4.1, may be others too? Regards, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] F

cocoon2.0.2 and EsqlConnection.java with jdk1.4

2002-03-28 Thread Enke Michael
Hi, this mail is for committer: I tried to compile release version 2.0.2 with jdk1.4 But I got 24 errors complaining about not defined methods so that EsqlConnectionCocoon2 must be declared abstract. Why are these method definitions commented out? I found this: On Wed, 20 Feb 2002, Stefano Mazzo

cocoon2.0.2 release version and build.sh

2002-03-28 Thread Enke Michael
Hi, for a committer: please perform a chmod 755 on build.sh Thanks, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Planning to release 2.0.2

2002-03-25 Thread Enke Michael
Carsten Ziegeler wrote: > ... > The only question remaining is if we really want to binary distributions, > one for jdk 1.2-1.3 and one for jdk 1.4? We need this because of the changes > in jdbc. > ... As I understood Excalibur has to be compiled with 1.4 for 1.4. Would it be enought to have two

  1   2   >