esql-patch

2001-08-07 Thread Enke Michael
Hi, I'd like to use esql:get-string column=abc encoding=UTF-8/ but for the encoding we have to catch java.io.UnsupportedEncodingException These exception is not catched yet. Because I have no access to cvs I post the patch as diff -u esql.xsl.orig esql.xsl Regards, Michael --- esql.xsl.orig

Re: AW: [C2] Release

2001-08-16 Thread Enke Michael
Yes, it is fine now. Michael Carsten Ziegeler wrote: 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

session invalidator and back button

2001-08-16 Thread Enke Michael
Hi, I'm using the example from cocoon for Protected Area and wonder why after logout I can push the back button and I'm back inside the protected area. The page from which I logout should have the expire hint. Here the diff -u for webapp/protected/stylesheets/simple-page2html.xsl ---

Re: [C2.1-dev] I18n samples are broken

2001-08-28 Thread Enke Michael
I'll do it tomorrow. Michael Piroumian, Konstantin wrote: Hi *! FYI, in the latest CVS snapshot i18n samples are broken. I get an IOException in _setup() method where XMLResourceBundle is configured. I suspect that transformer is incorrectly configured. I will take a look at it, but

Re: [C2.1-dev] I18n samples are broken

2001-08-28 Thread Enke Michael
I wanted to check this, but I have no cvs access. And in the dev-snapshot area there is only cocoon2(.0 I guess). Is there a reason why not to publish cocoon2.1 in dev snapshots? Michael Piroumian, Konstantin wrote: Hi *! FYI, in the latest CVS snapshot i18n samples are broken. I get an

esql-patch: tag-name

2001-09-04 Thread Enke Michael
Hi. I had the problem that I have to receive rows from a table where the number of columns is variable (because the query is variabe). For this reason it is useful to have the element names the same for each column. I introduced the tag-name attribute in esql:get-columns. E.g. esql:get-columns

esql-patch: tag-name WITH attachment!

2001-09-04 Thread Enke Michael
Enke Michael wrote: Hi. I had the problem that I have to receive rows from a table where the number of columns is variable (because the query is variabe). For this reason it is useful to have the element names the same for each column. I introduced the tag-name attribute in esql:get

Re: esql-patch: tag-name

2001-09-04 Thread Enke Michael
] -Original Message- From: Enke Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 9:30 AM To: [EMAIL PROTECTED] Subject: esql-patch: tag-name Hi. I had the problem that I have to receive rows from a table where the number of columns is variable (because

I18nTransformer patch

2001-09-07 Thread Enke Michael
Hi folks, here is a patch for I18nTransformer: 1) new tag int-currency introduced: In merchandise calculations often the calculations are done not with double ($1,23+$4,56) but with integers: (cent 123+cent 456) Soo give the value 579 will result in 5.79 for US locale but 579

anybody heared about jakarta-struts?

2001-10-02 Thread Enke Michael
Hi! in the last days I have heared about the jakarta struts project: http://jakarta.apache.org/struts There are the very same ideas behind (?) than by cocoon. Does anybody know if we have 2 parallel developments? Or where the differences lie? They are talking about Controller Servlet, JSP,

Re: C2/Linux: Problems using current IBM JDK

2001-10-04 Thread Enke Michael
Matthew Langham wrote: We are currently experimenting with different Java JDKs under SuSE Linux 7.2 and have a problem with the current IBM JDK. After compilation the sitemap.class cannot be loaded and we get an appopriate error message Cant find class for Nothing further is traced.

Re: AW: C2/Linux: Problems using current IBM JDK

2001-10-05 Thread Enke Michael
Matthew Langham wrote: Hi Michael, thanks for your message. We are now testing all combinations :-) and will post our results. Just one question: Which JDK did you use to compile Cocoon? With the IBM JDK from SuSE7.2: me@laptop:~ java -version java version 1.3.0 Java(TM) 2 Runtime

found serious bug: Transformer or Parser?

2001-10-24 Thread Enke Michael
Hi people! I found a dirty bug and I don't know where to dig to throw it away. I have translations (I18nTransformer) for lt;= (quotation marks only to clarify here) to lower or equal and gt;= to greater or equal. All right. Now I have included another xsp with util:include-uri also with these

Re: Questrion about the pipelining

2001-11-01 Thread Enke Michael
Jörn Heid wrote: As far as I tested my my idea of C2 seems to be wrong. Instead of an contious processing of XML-XSLT-HTML I found about that the serializer starts working if all of the xslt processing has finished. Is this right? I found this too. But as I begun working with C2 it was

Re: i18n number formatting (was: [C2.0] Error in sitemapconfiguration : org.apache.cocoon.transformation.I18nTransformer)

2001-11-09 Thread Enke Michael
/ results in: English1,703.74 Russian001 703 German170.374 This must be 1,703.74 for English 1 703,74 for Russian 1 703.74 for German (?) I suspect, that this happened after applying the patch from Enke Michael(from Sep 7) that added int-currency and fixed

Error correction for esql.xsl

2002-01-07 Thread Enke Michael
Hi committer, this doesn't work because the last but one is repeated nonterminating: xsl:template name=nextRow //checking out early? if (_esql_query.getMaxRows() != -1 amp;amp; _esql_query.getCurrentRow() - _esql_query.getSkipRows() == _esql_query.getMaxRows() - 1 ) { } else {//if

Re: Re: Error correction for esql.xsl

2002-01-08 Thread Enke Michael
Hi Torsten, you have forgotten to insert one line: _esql_query.setKeepGoing(false); If this line is missing the last DB entry will be repeated infinitely. Michael Torsten Curdt wrote: On Mon, 7 Jan 2002, Enke Michael wrote: Hi committer, this doesn't work because the last but one

incremental-processing with D14

2002-01-09 Thread Enke Michael
Hi, I guess we can now (with xalan-D14) set this true per default in cocoon.xconf. I saw that it's working fine. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Improved the feeled performance!

2002-01-17 Thread Enke Michael
Hi people, as we have a default Buffer of 8192 byte in the AbstractTextSerializer sometimes it takes very long until any result is visible in the browser. Therefore I introduced an OutputFlusher which flushes the BufferedOutputStream per default every 500 ms. Now the pageheader is shown

compilation hang??

2002-01-22 Thread Enke Michael
Hi! I use a dev snapshot from end of december and I found every time I get an exception from the page (NullPointerException or SQLException) I'm not able to reload the page after editing them. To solve this I have to load another page, also this page hangs. A reload on this other page gives me

Re: i18n transformer update

2002-01-24 Thread Enke Michael
Hi Konstantin, that is fine that you have a little time ;-) 1) I have a whish: Could we introduce a new cocoon.xconf parameter for i18n called empty-translation, e.g. empty-translation=.? At this time it is not possible to have an empty translation. I need this for generic formular

Re: i18n transformer update

2002-01-24 Thread Enke Michael
Piroumian, Konstantin wrote: ... 1) I have a whish: Could we introduce a new cocoon.xconf parameter for i18n called empty-translation, e.g. empty-translation=.? Do you mean sitemap.xmap? Doesn't matter. I'm not so deep in the internals to know what to configure in cocoon.xconf or

Re: i18n transformer update

2002-01-24 Thread Enke Michael
Peter Royal wrote: On Thursday 24 January 2002 06:48 am, Sylvain Wallez wrote: I also had a look at the key lookup stuff (including XMLResourceBundle), and it seems to me it is really performance-killing. Since I also need pluggable sources for translations, I will take this subject if

xml.apache.org/cocoon - missing pics

2002-01-24 Thread Enke Michael
Hi, if this is read by a cocooner which have file access to http://xml.apache.org/cocoon/ There are some pictures missing in the left navigation field: - XML Links - Who we are - 3rd Party - Patch Queue - FAQ File - Live Sites - Cocoon Hosting - Bug Database - Code Repository - Dev Snapshot -

Re: Improved the feeled performance!

2002-02-05 Thread Enke Michael
Vadim Gritsenko wrote: Hi Enke, From: Enke Michael [mailto:[EMAIL PROTECTED]] Hi people, as we have a default Buffer of 8192 byte in the AbstractTextSerializer sometimes it takes very long until any result is visible in the browser. It is configurable in the sitemap.xmap

Re: Improved the feeled performance!

2002-02-05 Thread Enke Michael
Berin Loritsch wrote: Enke Michael wrote: Vadim Gritsenko wrote: Hi Enke, From: Enke Michael [mailto:[EMAIL PROTECTED]] Hi people, as we have a default Buffer of 8192 byte in the AbstractTextSerializer sometimes it takes very long until any result is visible in the browser

Unicode in Strings?

2002-02-06 Thread Enke Michael
Hi, maybe this is not the right forum, but probably interesting here too. I used for the Euro-sign (new european currency) this construct: String cur = #x20AC;; This was working for JDK from IBM 1.3.0 Now I installed Suns 1.3.2 and this gives me an error. Here I have to use: String cur = \u20AC;

Re: [C2.0.1] Precompiled XSP's and Sitemap's for WAR deployment.

2002-02-10 Thread Enke Michael
Davanum Srinivas wrote: Setting the work-directory is not really needed. Just the build.precompile flag on the command line and the flags in cocoon.xconf as we talked about earlier is enough. Thanks, dims ... with this build flag: Are the source files in the generated war or are they

problems using j2sdk1.4.0 rc

2002-02-12 Thread Enke Michael
Hi people, I installed version 1.4.0 release candidate from Sun (under Linux) but cocoon seems to have problems with this. I recompiled cocoon-2.1-dev.jar By calling the first page I got the following error: ProcessingException: Language Exception ... Note: sun.tools.javac.Main has been

Sun's SDK1.4 license terms

2002-02-19 Thread Enke Michael
Hi, as I see some people using SDK version 1.4: Did you guys read the license terms? Especially VERSION 1.4.X SUPPLEMENTAL LICENSE TERMS? 5. Notice of Automatic Software Updates from Sun. 6. Notice of Automatic Downloads. I refuse to use SDK 1.4 with such conditions. Has anybody more

Re: embedding fonts with cocoon

2002-02-28 Thread Enke Michael
There was a thread about one month ago which covered this (I think). If I remember correct this was a bug in fop. You can go around by putting the font specification in another init file, but for details look into the archive. Michael Adnan Zelkanovic wrote: Hello together, I have a

getRemoteAddr from XSPRequestHelper missing

2002-03-05 Thread Enke Michael
Hi (especially Vadim), since version 1.3 of XSPRequestHelper.java the request.getRemoteAddr (and maybe others too) are removed from this file. Where do they went to? Regards, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [showstopper] xalan hangs in incremental processing

2002-03-19 Thread Enke Michael
My be this has the same reason: If a page results in a runtime exception (like Sql-, ArrayIndexOutOfBounds-, NullPointer- ... exception): If I call the buggy page x times than x requests to other (non buggy) pages fail (no answer, timeout). Setting incremental-processing to false solves the

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

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]

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

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]

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

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

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

2002-04-02 Thread Enke Michael
? Regards, Michael Christopher Watson wrote: -Original Message- From: Enke Michael [mailto:[EMAIL PROTECTED]] Sent: 29 March 2002 08:21 To: [EMAIL PROTECTED] Subject: SOLVED: Pool: NoValidConnectionException on jdk1.4

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] Hello guys, if I use

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 showblockers? In particular I mean - AbstractValidatorAction? - new excalibur to handle

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 esql:get-columns/ than the page crahses because the column type for bit and bit varying is

i18n: empty translation in XMLResourceBundle?

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

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? Hello, I saw in I18nTransformer.java a comment

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: From: Enke Michael [mailto:[EMAIL PROTECTED]] 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

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

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 ;-)

xsp content in a method possible?

2002-04-26 Thread Enke, Michael
Hi, I have following problem: Usually we have xsp like this: xsp:page page ... esql:execute-query ... /esql:execute-query ... /page /xsp:page Because I have to repeat often the execute-query (with different arg) my idea was to write: xsp:page xsp:logic void myMethod(MyObject myArg) {

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

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 thing to

Re: ESQL Error in Cocoon 2.0.3-branch

2002-05-02 Thread Enke, Michael
(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]] Sent: Thursday, 2 May 2002 9:53 am To: [EMAIL PROTECTED] Subject: Re: ESQL Error in Cocoon 2.0.3

Need help: attruibutes at runtime

2002-05-06 Thread Enke, Michael
Hi, is it possible to make an attributes value variable? esql:group group-on=... ^^ I tried with esql:group xsp:attribute name=group-onxsp:logic.../xsp:logic/xsp:attribute but this seems not to work. Thanks in advance, Michael

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]

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 link

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 the binary ones :( Or to make two

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

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-type). Long time ago I noticed the same and Diana Shannon wrote

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://10277 (mime-type). Long time ago I noticed the same and Diana

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 anyone know

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

2002-07-03 Thread Enke, Michael
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: -Original Message- From: Enke, Michael

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 poor guy who

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.latest+1 branch? I don't know anything about the dev-snapshots. But

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 this? Because simply

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

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

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. map:serializer logger=sitemap.serializer.text mime-type=text/text name=text src=org.apache.cocoon.serialization.TextSerializer

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 [win32] .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war=%TOMCAT_HOME

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 [win32] .\build.bat -Dinclude.webapp.libs=yes -Dinstall.war

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

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

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

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,

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 this and knows how to solve

Re: cocoon on tomcat 4.1.9

2002-08-28 Thread Enke, Michael
of the current context (i.e. too many .. path elements * are present), return codenull/code instead. * * @param path Path to be normalized */ private String normalize(String path) { ... Regards, Michael Enke, Michael wrote: Sorry, that is not true, init

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 pipeline. What makes you think

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

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 is the

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 stops the system. Is

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

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 Java - Java's total memory is limited to ... whatever you

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) :-( But this means that this is not related to Java - Java's total memory

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) :-( But this means that this is not related

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: !-- NOTE: This used to be the default XSLT processor. The default now is XSLTC -- map:transformer logger=sitemap.transformer.xslt name=xalan pool-grow=2 pool-max=32 pool-min=8

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 transformer-factory/ is given? From configuration only. From cocoon.roles? I have the problem that if I use xsl:strip-space/ in xsl

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

?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

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. Michael

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

2002-09-05 Thread Enke, Michael
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- From: Enke, Michael [mailto:[EMAIL PROTECTED

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

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 left: I get

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

2002-09-10 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: xsp:page page xsp:logic if

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!!! So, I

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 seems to

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

  1   2   >