Re: xsp upload nightmare

2004-03-06 Thread Z.Z.
Hello All, 2004. március 4. 14.47 dátummal [EMAIL PROTECTED] ezt írta: take a look here http://wiki.cocoondev.org/Wiki.jsp?page=RecipeUploadUsingAction it working Thanks a lot, it working really. I use it in Linux and my context is my home directory, link is: server/cocoon/~zamek/app/ I

How to disable AbstractCachingProcessingPipeline ?

2004-03-06 Thread Z.Z.
Hello All, I would like to make a directory handling app. I need to delete and upload files to this directory. It works well, but after delete or upload I get a cached directory content which is not modified. After I refresh it, the content is right. I set sitemap logger to debug, and it seems

Re: How to disable AbstractCachingProcessingPipeline ?

2004-03-06 Thread Z.Z.
Hello All, Sorry for asking I found solving: map:pipeline caching=off isn't right, valid is: map:pipeline type=noncaching 2004. március 6. 11.13 dátummal Z.Z. ezt írta: Hello All, I would like to make a directory handling app. I need to delete and upload files to this directory. It

Re[2]: how does CronJob/test work

2004-03-06 Thread Grzegorz Goliatus Taczyk
Witaj Reinhard, W Twoim licie datowanym 5 marca 2004 (17:51:02) mona przeczyta: RP have a look at cocoon.xconf . RP As jobs are Avalon components they need a role name so that you can look RP up them. And why it is called like this(org.apache.cocoon.components.cron.CronJob/test)? Is it any

Re: Woody Calendar Dropdown position

2004-03-06 Thread Ugo Cei
Joerg Heinicke wrote: On 05.03.2004 00:15, Tony Edwards wrote: This morning I was reading the mailing list and I noticed that Brent Johnson had noticed a change in the doctype output by 2.1.4. Inspired, I commented out the doctype-public-//W3C//DTD HTML 4.01

AW: Re[2]: how does CronJob/test work

2004-03-06 Thread Marco Rolappe
hi grzegorz, org.apache.cocoon.components.cron.CronJob/test is a combination of role name and hint. a role name identifies a work interface (think Java interfaces). if there are several components available to be used for the role/interface a hint is used to select one of them. just think of

How to getSitemapComponentManager() inside CronJob.execute()

2004-03-06 Thread Grzegorz Goliatus Taczyk
Witajcie! I have no idea how to to this. I want to use esql code generated by xsp to do some db operations, but first problem is how to get datasource. getSitemapComponentManager() gives null. What should I do? -- Pozdrowienia, Grzegorz mailto:[EMAIL

RE: Strange output from aggregator (bug?)

2004-03-06 Thread David Leangen
Jorg, Sorry for my late reply. I thought that I would have the time to do this, but I had a very busy week. So, attached is the test file that I mentioned along with a minimal sitemap. You can use this and view a.xml, b.xml or ab.xml. In each case, the extra appears. Regards, David

[custom components] Woody validator

2004-03-06 Thread skyfire0
Hello I'm have to write custom validator. This validator need to read some files, so I belive it needs reference to SourceResolver. SourceResolver is not Avalon component, so I cannot obtain it via component manager. Do you have any suggestions, walkarounds ? ps sorry for bad English -- Best

Re: application web cocoon 2.0.4 to 2.1.4

2004-03-06 Thread Andres Taborda
Hello, My problem of sitemap.xmap to cocoon 2.1.4 is solution add to configuration file ... context://my_application/descriptors/params.xml"/ the directory my_application are in the context of cocoon build/webapps Bye. I'am new with cocoon. I have developed an application web in the

exist database

2004-03-06 Thread lionel crine
Hello, I'm trying to use exist database but ii'm a little bit confused. Must I use the exist database locally in my cocoon instance ? For example, if I have cocoon from one side and exist as a standalone, how can i access exist with cocoon using xmldb ? And has someone already used exist

Re: [custom components] Woody validator

2004-03-06 Thread Reinhard Pötz
skyfire0 wrote: Hello I'm have to write custom validator. This validator need to read some files, so I belive it needs reference to SourceResolver. SourceResolver is not Avalon component, so I cannot obtain it via component manager. Do you have any suggestions, walkarounds ? The

Bug in ServerPages Generator ??

2004-03-06 Thread Yves Vindevogel
Hi, I'm still searching on this ... I think it could be a bug ... Exception in ServerPagesGenerator.generate() org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): org.apache.avalon.framework.CascadingRuntimeException: Error getting ascii data for column namenl

RE: Bug in ServerPages Generator ??

2004-03-06 Thread Yves Vindevogel
Pff, I'm clueless ... I added encodingISO-8859-1/encoding almost everywhere in my sitemap. Still, both HTML and XML serializer return plain ? instead of my é or à. It will not return any non-ascii chars. My dburl is ...mydatabase?charSet=ISO-8859-1, so that's okay, right. Is there any place

Re: Strange output from aggregator (bug?)

2004-03-06 Thread Jorg Heymans
just tried this in 2.1.5dev and got ?xml version=1.0 encoding=ISO-8859-1? root a a-tagSomething/a-tag /a b b-tagSomething/b-tag /b /root This does look ok to me :) I had to remove the doctype declaration from your xml files. HTH Jorg David Leangen wrote: Jorg, Sorry for my late reply. I

Re: [OS-X] Serious Encoding Problems (VM Bug?)

2004-03-06 Thread Stephen Winnall
I had a similar problem storing German text in a Postgresql database under Mac OS X. I discovered that 1) Java stored data in the database in UTF-8; 2) Java does not necessarily read Strings in the format you would expect. I populated the database from a Microsoft Excel source using a Java

RE: [OS-X] Serious Encoding Problems (VM Bug?)

2004-03-06 Thread Yves Vindevogel
My problem (see: Bug in ServerPages Generator ??) could be related to this. If I declare some string in Java within XSP, I have to use unicode for (in my case) french characters. I now experience the same problems with data coming from my database. I think it could also be VM related (I'm using

Re: [OS-X] Serious Encoding Problems (VM Bug?)

2004-03-06 Thread Alexander Schatten
Yves Vindevogel wrote: My problem (see: Bug in ServerPages Generator ??) could be related to this. If I declare some string in Java within XSP, I have to use unicode for (in my case) french characters. I now experience the same problems with data coming from my database. I think it could also

Re: binding params in dynamic queries in ESQL

2004-03-06 Thread Christopher Painter-Wakefield
Well, for what it's worth, using Oracle's jdbc drivers and putting a second query in the esql:query block results in this error: java.sql.SQLException: ORA-00911: invalid character I separated the two queries using ;, which is presumably the invalid character Oracle is complaining about. I

Re: exist database

2004-03-06 Thread Christofer Dutz
You can also embd eXist as a JBoss Service (look at the eXist source) There are some JBoss classes. I would prefer the JBoss Service version since you can access eXist from Cocoon and all JBoss applications and can access eXist via the local interface. When using eXist through Cocoon remember