Re: Could you please tell me how to set the directory of Lucene index?

2005-03-09 Thread Jeremy Quinn
Hi Daniel, If no index directory parameter is supplied to Lucene, it uses the Servlet work directory. Jetty naturally deletes the contents of this on restart, hence your problem. The way you set the index directory depends on what components you use with Lucene. The LuceneIndexTransformer

Re: i18n issues with 2.1.7-dev

2005-03-07 Thread Jeremy Quinn
On 4 Mar 2005, at 04:19, Vadim Gritsenko wrote: Jeremy Quinn wrote: On 3 Mar 2005, at 13:05, Vadim Gritsenko wrote: Try files instead of proj:. Reloading always worked for me. proj is just an input module that expands to : I must hadn't slept well :-) Ah, no problem Feeling better now? ;) Not sure

i18n issues with 2.1.7-dev

2005-03-03 Thread Jeremy Quinn
Hi All One of the differences between 2.1.6 and 2.1.7-dev that is a bit of a nuisance is i18n reloading. eg. map:transformer name=i18n src=org.apache.cocoon.transformation.I18nTransformer catalogues default=forms catalogue id=main name=main

XMLFileModule issue with 2.1.7-dev

2005-03-03 Thread Jeremy Quinn
Hi All There has been an issue with the XMLFileModule that still exists in 2.1.7-dev, it would be nice to clear before release. eg. component-instance class=org.apache.cocoon.components.modules.input.XMLFileModule logger=core.modules.xml

Re: OJB Block: Mark as Stable

2005-02-24 Thread Jeremy Quinn
Hi Vadim I have very little experience of OJB, but I did use it for persisting the QueryBean in trunk. I have only used the PB API. On 23 Feb 2005, at 22:02, Vadim Gritsenko wrote: Hi all, I'd like to propose following plan towards stable OJB block. Currently, OJB block has: * OJB Logging

Re: [proposal] move cforms in core

2005-02-24 Thread Jeremy Quinn
Hi Sylvain Hope you are having a nice holiday ;-) On 22 Feb 2005, at 21:52, Sylvain Wallez wrote: Stefano Mazzocchi wrote: The more I go around talking about what cocoon is, the more I think that cforms should not be a block. This also requires the 'template' system to reside in the core. So,

Re: Documentation system status + call for help!

2005-02-08 Thread Jeremy Quinn
On 8 Feb 2005, at 16:50, Andrew Savory wrote: Hi, On 8 Feb 2005, at 16:46, Stefano Mazzocchi wrote: Also, should be update the slide webdav lib in the distro as well? There's no released version of the updated lib, only milestone release ... i.e. we had to backgrade the slide libs from a release

Re: Documentation system status + call for help!

2005-02-08 Thread Jeremy Quinn
Sorry, I am still not sure I made that clear ;) On 8 Feb 2005, at 19:20, Jeremy Quinn wrote: i.e. we had to backgrade the slide libs from a release version to a milestone version to make this work. So I don't know what the solution is right now. We had to backgrade from a release version

Re: Documentation system status + call for help!

2005-02-07 Thread Jeremy Quinn
On 27 Jan 2005, at 13:42, Reinhard Poetz wrote: Additionally to (re)writing the docs, I will work on the online application. Find a more detailed roadmap at the wiki page. If *you* can spend some time, I would need help to figure out what's the best strategy to access SVN (WebDAV, JavaSVN)

[ANN] I have a new ISP

2005-01-31 Thread Jeremy Quinn
Hi All This is to announce that I am moving away from my old ISP, Demon.net and have setup a new domain at fiveone.org. media.demon.co.uk will cease to exist in approximately one month. [any user] at fiveone.org will reach me. Why Five One? My birthday is the 5th of January ;) My new homepage

Re: [ANN] I have a new ISP

2005-01-31 Thread Jeremy Quinn
On 31 Jan 2005, at 13:13, Ugo Cei wrote: Il giorno 31/gen/05, alle 13:13, Jeremy Quinn ha scritto: Why Five One? My birthday is the 5th of January ;) Ah ha, I thought it was your age ;) Thanks Ugo . I would not want to go through this hassle every year ;) regards Jeremy

Re: [ANN] I have a new ISP

2005-01-31 Thread Jeremy Quinn
On 31 Jan 2005, at 14:03, Sylvain Wallez wrote: Jeremy Quinn wrote: Hi All This is to announce that I am moving away from my old ISP, Demon.net and have setup a new domain at fiveone.org. media.demon.co.uk will cease to exist in approximately one month. [any user] at fiveone.org will reach me

o.a.c.components.jms.AbstractMessagePublisher

2005-01-28 Thread Jeremy Quinn
In o.a.c.components.jms.AbstractMessagePublisher there is the following comment in the initialize method: private int m_acknowledgeMode; . . . public void initialize() throws Exception { // set the default acknowledge mode // concrete implementations may override

Re: [QVOTE] Removing CForms' dependency on XSP

2005-01-24 Thread Jeremy Quinn
On 24 Jan 2005, at 09:31, Ugo Cei wrote: Dear Cocooners, currently the Forms block depends on the XSP block for samples, and just for displaying the success pages after a successful submission. Since we agreed to move away form XSP and since it bugs me having to include the XSP block when all I

Configuring OJB and HSQLDB

2005-01-18 Thread Jeremy Quinn
Hi All I have been working on adding the ability to save favourite queries to HSQLDB using OBJ, to the QueryBean Block in trunk. While doing this work, several issues arose in the configuration of OJB in Cocoon. Sequences: Even though the

Re: Configuring OJB and HSQLDB

2005-01-18 Thread Jeremy Quinn
On 18 Jan 2005, at 12:30, Jeremy Quinn wrote: Hi All I have been working on adding the ability to save favourite queries to HSQLDB using OBJ, to the QueryBean Block in trunk. While doing this work, several issues arose in the configuration of OJB in Cocoon. Sequences: Even though

Re: trunk build broken (Was: how to list all sitemap components)

2005-01-11 Thread Jeremy Quinn
I am getting the same problem, but with : BUILD FAILED /Users/jerm/Development/Checkouts/Apache/Cocoon/trunk/tools/targets/ docs-build.xml:55: Sitemap component org.apache.cocoon.generation.NekoHTMLGenerator does not implement a sitemap component interface. This was after a ./build.sh clean

Re: reaching viewData in a CForms event handler

2004-12-08 Thread Jeremy Quinn
regards Jeremy On 7 Dec 2004, at 14:28, Jeremy Quinn wrote: Sorry to bug you guys about this again, but I still have no solution. According to the docs, I am supposed to have access to BizData sent with the sendForm function, from within CForms EventHandlers, but still cannot work out how to do

Re: reaching viewData in a CForms event handler

2004-12-07 Thread Jeremy Quinn
/apache/cocoon/forms/flow/javascript/Form.js Form.js seems to add the bizData to the ContextObject, but I do not see how to retrieve it. Should I be able to do this? Or is it a bug in the code or the docs? Thanks for any help regards Jeremy On 1 Dec 2004, at 19:29, Jeremy Quinn wrote: Hi All

encoding problem in textarea

2004-12-03 Thread Jeremy Quinn
Hi All I have an editor for XHTML snippets built in CForms using 2.1.7-dev. It is very basic, it just uses a textarea. I am having encoding issues, that appeared only in the last week or so, I cannot work out the solution. Symptoms: I have an accented character in my source document. The

Re: encoding problem in textarea

2004-12-03 Thread Jeremy Quinn
On 3 Dec 2004, at 14:47, Torsten Curdt wrote: Mate, Thanks for your reply. I am not totally sure but... Technique: I read the XML Source to a String (to add to the textarea widget) like this: var string = org.apache.avalon.excalibur.io.IOUtil.toString( new java.io.BufferedInputStream(

Re: encoding problem in textarea

2004-12-03 Thread Jeremy Quinn
Torsten You are my hero ! function getSourceAsString(uri) { return ( org.apache.avalon.excalibur.io.IOUtil.toString( new java.io.BufferedInputStream( org.apache.cocoon.components.source.SourceUtil.getInputSource(

Re: XMLSerializer replaces tabs with #9;

2004-12-02 Thread Jeremy Quinn
On 2 Dec 2004, at 07:20, Stefan Pietschmann wrote: I already sent this to the users list but was asked to redirect this problem to the dev list, so here it is: Instead of the normal tab indentation of my xml files, all files serialized by the XMLSerializer have the tabs replaced with #9;

reaching viewData in a CForms event handler

2004-12-01 Thread Jeremy Quinn
Hi All A little problem I cannot solve .. and I cannot find any samples tat do this .. Part of a form I am working on has a couple of menus. The menu called 'group' is a list of folders grabbed dynamically from the filesystem by the flowscript that calls the form. The menu called 'cid'

Re: Cleanup forms/samples/resources

2004-11-29 Thread Jeremy Quinn
On 27 Nov 2004, at 17:26, Sylvain Wallez wrote: Reinhard Poetz wrote: After working a lot with cForms the last week I was fed up by looking at the resources directory and always having a sense of staring at a big mess. I moved all images, css and js into their own directories. Unfortunatly this

Re: Cleanup forms/samples/resources

2004-11-29 Thread Jeremy Quinn
On 29 Nov 2004, at 13:16, Jorg Heymans wrote: Jeremy Quinn wrote: snip/ Yes, I was one of the people always doing that !!! I always assumed you needed to add the mime-type to the map:read/ so needed specific pipelines for each type. Thanks for the tip !!! How does cocoon send the mimetype

Re: i18n and CForms

2004-11-26 Thread Jeremy Quinn
Hi Sylvain On 25 Nov 2004, at 22:45, Sylvain Wallez wrote: Jeremy Quinn wrote: snip/ 2. I submit the form in such a way that will invoke validation errors, the first error message about the missing '}' is highly suspicious to me. I have no such characters in my messages (not using

svn down ?

2004-11-26 Thread Jeremy Quinn
Hi All Having problems with svn : $ svn update subversion/libsvn_ra_dav/util.c:670: (apr_err=160029) svn: PROPFIND request failed on '/repos/asf/cocoon/branches/BRANCH_2_1_X' subversion/libsvn_ra_dav/util.c:367: (apr_err=160029) svn: Could not open the requested SVN filesystem any ideas ?

Re: i18n and CForms

2004-11-26 Thread Jeremy Quinn
On 25 Nov 2004, at 22:45, Sylvain Wallez wrote: Mmmmh... are you sure no message file uses parameters, or that a message contains an opening brace? Unfortunately, the ParamSaxBuffer class isn't friendly enough though to tell us _what_ file is faulty. Using the Locator object could reveal it!

Re: i18n and CForms

2004-11-26 Thread Jeremy Quinn
On 26 Nov 2004, at 12:59, Jeremy Quinn wrote: On 25 Nov 2004, at 22:45, Sylvain Wallez wrote: Mmmmh... are you sure no message file uses parameters, or that a message contains an opening brace? Unfortunately, the ParamSaxBuffer class isn't friendly enough though to tell us _what_ file is faulty

i18n and CForms

2004-11-25 Thread Jeremy Quinn
Hi All I am finding that the default FormsMessages that come with CForms do not appear to be working in 2.1.7-dev. My default browser locale (I tried both Safari and Firefox) is 'en_US', so should be using context://samples/blocks/forms/messages/FormsMessages.xml. This is not happening,

Re: i18n and CForms

2004-11-25 Thread Jeremy Quinn
is configured. If you have only one catalogue, and add the contents of FormsMessages.xml to it, it should work. Bart. -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: i18n and CForms Hi All I am finding

Re: i18n and CForms

2004-11-25 Thread Jeremy Quinn
Thanks for your response Sylvain. On 25 Nov 2004, at 18:36, Sylvain Wallez wrote: Jeremy Quinn wrote: Hi All I am finding that the default FormsMessages that come with CForms do not appear to be working in 2.1.7-dev. My default browser locale (I tried both Safari and Firefox) is 'en_US', so

Re: i18n and CForms

2004-11-25 Thread Jeremy Quinn
On 25 Nov 2004, at 19:38, Jeremy Quinn wrote: Thanks for your response Sylvain. On 25 Nov 2004, at 18:36, Sylvain Wallez wrote: Are you using the i18n transformer in a subsitemap of the sitemap where it is declared? I was originally. OK, I misunderstood that on first reading .. I had

Re: QueryBean in blocks.properties

2004-11-23 Thread Jeremy Quinn
It looks like Joerg has already done this. Thanks . sorry I was a bit slow there . regards Jeremy On 19 Nov 2004, at 15:39, Reinhard Poetz wrote: The new QueryBeanBlock hasn't been added to blocks.properties. AFAIK this needs a new project in gump.xml and then there is an Ant task

Re: QueryBean in blocks.properties

2004-11-22 Thread Jeremy Quinn
My apologies, I will fix this. regards Jeremy On 19 Nov 2004, at 15:39, Reinhard Poetz wrote: The new QueryBeanBlock hasn't been added to blocks.properties. AFAIK this needs a new project in gump.xml and then there is an Ant task generating blocks.properties. Could someone knowing about the

Re: [VOTE] Release of 2.1.6

2004-11-18 Thread Jeremy Quinn
On 17 Nov 2004, at 21:32, Carsten Ziegeler wrote: Please cast your votes for releasing the current SVN of 2.1.x as 2.1.6. The vote will end on friday morning. If this vote passes, I will assemble the new release on friday morning based on the SVN of that date! So, please, only commit things that

Re: luceneINdexTransformer not optimized

2004-11-17 Thread Jeremy Quinn
Many thanks I will review this as soon as I can. regards Jeremy On 16 Nov 2004, at 23:03, Nicolas Maisonneuve wrote: see http://issues.apache.org/bugzilla/show_bug.cgi?id=32263 On Tue, 16 Nov 2004 11:04:39 +, Jeremy Quinn [EMAIL PROTECTED] wrote: Dear Nicolas If you were to provide a patch

Re: Rhino Usage Warning

2004-11-17 Thread Jeremy Quinn
On 17 Nov 2004, at 06:35, Reinhard Poetz wrote: Jeremy Quinn wrote: On 16 Nov 2004, at 13:02, Reinhard Poetz wrote: Jeremy Quinn wrote: Hi All, I am getting this message appearing in my console for Cocoon 2.2.0-dev : file:/Users/jerm/Development/Checkouts/Apache/Cocoon/trunk/build/ webapp

Re: luceneINdexTransformer not optimized

2004-11-16 Thread Jeremy Quinn
Dear Nicolas If you were to provide a patch and send it to bugzilla (then notify me of the bug #) I would be happy to review it. regards Jeremy On 15 Nov 2004, at 23:34, Nicolas Maisonneuve wrote: the method to update a document is not optimized (reindexDocument method). this actual behavior is

Re: Rhino Usage Warning

2004-11-16 Thread Jeremy Quinn
On 16 Nov 2004, at 13:02, Reinhard Poetz wrote: Jeremy Quinn wrote: Hi All, I am getting this message appearing in my console for Cocoon 2.2.0-dev : file:/Users/jerm/Development/Checkouts/Apache/Cocoon/trunk/build/ webapp/samples/blocks/querybean/flow/QueryHistory.js, line 25: RHINO USAGE

Rhino Usage Warning

2004-11-09 Thread Jeremy Quinn
Hi All, I am getting this message appearing in my console for Cocoon 2.2.0-dev : file:/Users/jerm/Development/Checkouts/Apache/Cocoon/trunk/build/ webapp/samples/blocks/querybean/flow/QueryHistory.js, line 25: RHINO USAGE WARNING: Missed Context.javaToJS() conversion: Rhino runtime detected

Re: [VOTE] Remove FlowScript Function Parameters Support

2004-11-09 Thread Jeremy Quinn
On 9 Nov 2004, at 13:38, Vadim Gritsenko wrote: Hi Guys, As discussed before, and several times already, it is time to phase out feature of passing parameters from the sitemap into flowscript as positioned function parameters: function myflow (a, b, c) { ... } Because this syntax

Re: Persisting SimpleLuceneQuery [Long]

2004-11-08 Thread Jeremy Quinn
On 6 Nov 2004, at 15:43, Antonio Gallardo wrote: Jeremy Quinn dijo: I will try to get a new Block working, to put it in. Great! I have a 'querybean' block almost ready to commit, made for 'trunk'. The existing querybean sample needs stripping from the Lucene block, but the package names

Problems with Quartz JobStore

2004-11-08 Thread Jeremy Quinn
Hi All Has anyone got any experience using a persistable JobStore with Quartz ? I am trying to use Postgresql to persist Quartz jobs across restarts of Cocoon. I have the following setup : 1) Using the script in docs/dbTables/tables_postgres.sql that comes with Quartz 1.4.2 distribution,

Re: Problems with Quartz JobStore

2004-11-08 Thread Jeremy Quinn
On 8 Nov 2004, at 14:15, Vadim Gritsenko wrote: Unico Hommes wrote: What if, instead of using the short names datasources and jdbc, you declare the datasource like so: component role=org.apache.avalon.excalibur.datasource.DataSourceComponent/ quartz

Re: Problems with Quartz JobStore

2004-11-08 Thread Jeremy Quinn
. (serviceManager.lookup(DataSourceComponent.ROLE + /quartz)) Perhaps I was wrong and it is only Fortress that does that. Thanks for the suggestion Unico, I will try this. regards Jeremy Jeremy Quinn wrote: Hi All Has anyone got any experience using a persistable JobStore with Quartz ? I am

Re: Problems with Quartz JobStore

2004-11-08 Thread Jeremy Quinn
/ pipelinex\000 [See nested exception: org.postgresql.util.PSQLException: Bad Integer etc. regards Jeremy Jeremy Quinn wrote: Hi All Has anyone got any experience using a persistable JobStore with Quartz ? I am trying to use Postgresql to persist Quartz jobs across restarts of Cocoon. I have

Re: Problems with Quartz JobStore

2004-11-08 Thread Jeremy Quinn
On 8 Nov 2004, at 14:55, Jeremy Quinn wrote: Caused by: org.quartz.impl.jdbcjobstore.InvalidConfigurationException: Invalid delegate class: org.quartz.impl.jdbcjobstore.PostreSQLDelegate at org.quartz.impl.jdbcjobstore.JobStoreSupport.setDriverDelegateClass(Job StoreSupport.java:427

Re: [GT2004] I've put my presentation online, could others do the same?

2004-11-07 Thread Jeremy Quinn
On 6 Nov 2004, at 16:39, Bertrand Delacretaz wrote: I have put my presentation files in /www/www.apache.org/dist/cocoon/events/gt2004/presentations on cvs.apache.org so that they can be found (once mirrors are updated) at http://cocoon.apache.org/mirror.cgi. Could other speakers do the same

Re: Persisting SimpleLuceneQuery [Long]

2004-11-03 Thread Jeremy Quinn
On 2 Nov 2004, at 21:45, Antonio Gallardo wrote: Hi Jeremy: I was suddenly busy again. Sorry for that. Please do not apologise !!! :) But, I don't forgot about this mail. In the last weekend, I tried to see at the Lucene sample, but it was not working. :-( Fortunately, Sylvain fixed the small

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-30 Thread Jeremy Quinn
On 28 Oct 2004, at 16:04, Torsten Curdt wrote: Folks please cast your votes for: [ X ] Leszek [ X ] Ralph as Apache Cocoon committers. My belated +1 Well done guys, and Welcome !!! regards Jeremy If email from this address

Persisting SimpleLuceneQuery [Long]

2004-10-29 Thread Jeremy Quinn
Hi All At the GT, I got the chance to meet Antonio (oh joy !!) and one of the many things we talked about was the possibility of him giving me some help learning Apache ORO. He very graciously accepted!!! I have a project, the o.a.c.bean.query.SimpleLuceneQuery, in Cocoon, which is possibly an

Re: Persisting SimpleLuceneQuery [Long]

2004-10-29 Thread Jeremy Quinn
On 29 Oct 2004, at 13:23, Ugo Cei wrote: Il giorno 29/ott/04, alle 12:41, Jeremy Quinn ha scritto: What I hope to do is to make the Queries persistable in HSQLDB via ORO and add this to Cocoon as a new Block, both as a sample and as a useful module that should be easy to add to your own project

Re: Persisting SimpleLuceneQuery [Long]

2004-10-29 Thread Jeremy Quinn
On 29 Oct 2004, at 13:21, Bertrand Delacretaz wrote: Le 29 oct. 04, à 12:41, Jeremy Quinn a écrit : ...What I hope to do is to make the Queries persistable in HSQLDB via ORO... ORO? That's a regexp package, do you mean OJB instead? Yes groan ;) ...I suppose one of the first questions that needs

Re: Persisting SimpleLuceneQuery [Long]

2004-10-29 Thread Jeremy Quinn
On 29 Oct 2004, at 13:37, Unico Hommes wrote: Jeremy Quinn wrote: If email from this address is not signed IT IS NOT FROM ME Always check the label, folks

Re: Persisting SimpleLuceneQuery [Long]

2004-10-29 Thread Jeremy Quinn
On 29 Oct 2004, at 13:49, Ugo Cei wrote: Il giorno 29/ott/04, alle 14:36, Jeremy Quinn ha scritto: On 29 Oct 2004, at 13:23, Ugo Cei wrote: Il giorno 29/ott/04, alle 12:41, Jeremy Quinn ha scritto: What I hope to do is to make the Queries persistable in HSQLDB via ORO and add this to Cocoon

Re: problems starting 2.1.6-dev

2004-10-18 Thread Jeremy Quinn
Quinn wrote: On 17 Oct 2004, at 14:02, Steven Noels wrote: On 17 Oct 2004, at 12:17, Jeremy Quinn wrote: I can re-factor this Steven. What is the procedure for getting this on cocoondev.org? Nothing special: * read http://new.cocoondev.org/main/32 * think of a name some short form of that: Pier

Re: problems starting 2.1.6-dev

2004-10-18 Thread Jeremy Quinn
On 18 Oct 2004, at 10:24, Steven Noels wrote: On 18 Oct 2004, at 10:18, Jeremy Quinn wrote: So, to summarise What package names should I use? org.cocoondev should be OK. eg. org.cocoondev.cocoon.hibernate ??? or org.cocoondev.hibernate ?? etc. What license should I add? You

Re: problems starting 2.1.6-dev

2004-10-18 Thread Jeremy Quinn
On 18 Oct 2004, at 18:27, Stefano Mazzocchi wrote: Sylvain Wallez wrote: Stefano Mazzocchi wrote: Sylvain Wallez wrote: Instead of creating yet-another-small-project at cocoondev.org (like my own CVSSource), what about creating a general-purpose project that would host all interesting

Re: problems starting 2.1.6-dev

2004-10-17 Thread Jeremy Quinn
I can re-factor this Steven. What is the procedure for getting this on cocoondev.org? thanks regards Jeremy On 17 Oct 2004, at 09:43, Steven Noels wrote: On 17 Oct 2004, at 09:57, Ugo Cei wrote: Il giorno 16/ott/04, alle 23:16, Pier Fumagalli ha scritto: If someone has some space on SourceForge

Re: problems starting 2.1.6-dev

2004-10-17 Thread Jeremy Quinn
On 17 Oct 2004, at 14:02, Steven Noels wrote: On 17 Oct 2004, at 12:17, Jeremy Quinn wrote: I can re-factor this Steven. What is the procedure for getting this on cocoondev.org? Nothing special: * read http://new.cocoondev.org/main/32 * think of a name some short form of that: Pier/Jerm * set up

Re: problems starting 2.1.6-dev

2004-10-17 Thread Jeremy Quinn
On 17 Oct 2004, at 14:45, Pier Fumagalli wrote: On 17 Oct 2004, at 14:29, Jeremy Quinn wrote: On 17 Oct 2004, at 14:02, Steven Noels wrote: On 17 Oct 2004, at 12:17, Jeremy Quinn wrote: I can re-factor this Steven. What is the procedure for getting this on cocoondev.org? Nothing special: * read

Re: GT2004 was brilliant

2004-10-16 Thread Jeremy Quinn
On 15 Oct 2004, at 20:31, Stefano Mazzocchi wrote: Ugo Cei wrote: Il giorno 15/ott/04, alle 12:04, Gianugo Rabellino ha scritto: Any chance you can just iDVD it for now with just separate chapters per session? I know this would mean a hefty download, but isn't this why bittorrent is there? Others

problems starting 2.1.6-dev

2004-10-16 Thread Jeremy Quinn
Hi All I have today's checkout of BRANCH_2_1_X and cannot get it started. I get this error when I hit localhost:: Message: jar:file:/Users/jerm/Development/Checkouts/Apache/Cocoon/BRANCH_2_1_X/ build/webapp/WEB-INF/lib/cocoon-2.1.6-dev.jar!/org/apache/cocoon/

Re: problems starting 2.1.6-dev

2004-10-16 Thread Jeremy Quinn
On 16 Oct 2004, at 15:05, Ugo Cei wrote: Il giorno 16/ott/04, alle 16:02, Jeremy Quinn ha scritto: Message: jar:file:/Users/jerm/Development/Checkouts/Apache/Cocoon/ BRANCH_2_1_X/build/webapp/WEB-INF/lib/cocoon-2.1.6-dev.jar!/org/ apache/cocoon/components/store/impl/ehcache.xml:66: Element

Re: GT2004 was brilliant

2004-10-15 Thread Jeremy Quinn
On 14 Oct 2004, at 17:31, Jeremy Quinn wrote: We videoed all of the sessions, processing it all will take a while, I hope to begin uploading one per day from tomorrow. Having spent a long night of compressor-hell, the timescale above may prove to be a bit optimistic. Working with Steven's

Re: GT2004 was brilliant

2004-10-15 Thread Jeremy Quinn
On 15 Oct 2004, at 11:04, Gianugo Rabellino wrote: On Fri, 15 Oct 2004 09:56:16 +0100, Jeremy Quinn [EMAIL PROTECTED] wrote: On 14 Oct 2004, at 17:31, Jeremy Quinn wrote: We videoed all of the sessions, processing it all will take a while, I hope to begin uploading one per day from tomorrow

Re: Possible security problem with flowscript

2004-10-15 Thread Jeremy Quinn
Hi Carsten, I can concur. I found this out recently to my surprise, when I realised any sitemap continuation handler (using a request parameter) would handle any continuation it received, regardless of where it came from. It was actually useful to me at the time, but I had not considered the

Re: GT2004 was brilliant

2004-10-14 Thread Jeremy Quinn
Hi Vadim Your presence was sorely missed this year along with your delightful sarcasm ;-) We videoed all of the sessions, processing it all will take a while, I hope to begin uploading one per day from tomorrow. regards Jeremy On 14 Oct 2004, at 13:42, Vadim Gritsenko wrote: Sylvain

LDAP Component

2004-10-11 Thread Jeremy Quinn
Hi All I just added a new Component, designed to be used from Flowscript, that can create, update, read and find Entries in an LDAP. I have not added any samples, because I do not know of a suitable public LDAP server to hook the samples up to, can anyone suggest one ? thanks regards Jeremy

Re: adding a close control to help popups

2004-09-03 Thread Jeremy Quinn
On 2 Sep 2004, at 13:55, Steven Noels wrote: On 02 Sep 2004, at 13:55, Jeremy Quinn wrote: Does anyone object to my adding this modification to the CForms XSLT ? Please do. It's been annoying me as well. Top left might be better since sometimes these pop-ups are chopped off by my right browser

mega multivaluefield

2004-09-01 Thread Jeremy Quinn
Hi All I am making a widget for CForms that allows you to populate a multivaluefield from a massive list of possible values. The widget has an iframe that allows you to search and browse 24k records, any of which may be added to the multivaluefield. We clearly wanted to avoid forcing CForms

flowscript execution order going wrong

2004-08-19 Thread Jeremy Quinn
Hi All I am wracking my brains over a strange problem in FlowScript. I have a form, where you can add items to a Repeater. As there are 24,000 possible items that may be added, I have a separate (non-cforms) screen to allow you to search and browse for items to add. When this function returns,

Re: [Help]How can I use non-ascii file name?

2004-08-17 Thread Jeremy Quinn
On 17 Aug 2004, at 11:03, Pier Fumagalli wrote: On 16 Aug 2004, at 14:02, Pier Fumagalli wrote: I'll see why this happens in Jetty, I'll poke Jen and Greg to have either a fix, or an explaination and workaround... For now, b, I think that the hack is the only way to go... I don't know about

Re: [QVOTE] Locking Down CVS

2004-07-23 Thread Jeremy Quinn
On 23 Jul 2004, at 12:52, Vadim Gritsenko wrote: Hi All, Next step in CVS to SVN migration is locking down CVS and doing real conversion into SVN. I propose to lock down CVS today evening (say, 4pm on US east coast). How is everybody with this decision? Thanks for taking the initiative Vadim. my

Re: cronjob and cocoonpipelinecronjob

2004-07-08 Thread Jeremy Quinn
Could you show us your configuration? How have you configured the CocoonPipelineCronJob and it's trigger. Have you tested the pipeline it calls, independently? regards Jeremy On 7 Jul 2004, at 14:57, arnaud DANEELS wrote: Hi, I need some help with cocoon-2.2.0-dev with cronjob and

Re: Nasty flowscript issue - nailed

2004-07-06 Thread Jeremy Quinn
On 6 Jul 2004, at 10:04, Andrew Savory wrote: Hi, On 5 Jul 2004, at 22:16, Gianugo Rabellino wrote: I changed that to private String getSitemapPath() throws Exception { return ObjectModelHelper.getRequest( EnvironmentHelper.getCurrentEnvironment().getObjectModel()).getSitemap

Re: [RT] The API for the request object

2004-07-06 Thread Jeremy Quinn
On 6 Jul 2004, at 11:13, Sylvain Wallez wrote: Now, the basic mechanism for this could be to scan all attribute values of the request and find out if the value should be cleaned up or not. This could be done by either testing for the usual suspects from Avalon (Disposable, Recyclable) or by

Problems with i18n in latest CVS

2004-07-05 Thread Jeremy Quinn
Hi All I got an update to Cocoon 2.2.0-dev this morning, and pipelines that use i18n like this: map:transformer name=i18n src=org.apache.cocoon.transformation.I18nTransformer catalogues default=forms catalogue id=local name=upload location=content/i18n/ catalogue id=forms

Re: cvs commit: cocoon-2.1 gump.xml

2004-07-01 Thread Jeremy Quinn
Hi Unico, Not 100% this is the cause, but I am getting this build error: BUILD FAILED /Users/jerm/Development/Checkouts/Apache/cocoon-2.1/tools/targets/ compile-build.xml:210: Following error occured while executing this line Circular dependency: eventcache-prepare - jms-prepare -

Re: cvs commit: cocoon-2.1 gump.xml

2004-07-01 Thread Jeremy Quinn
yet. time for lunch I think ;) regards Jeremy On 1 Jul 2004, at 15:07, Unico Hommes wrote: Very sorry about that :-( I've commented out the samples dependency from jms to eventcache. I hope to come up with a better solution later. -- Unico Jeremy Quinn wrote: Hi Unico, Not 100% this is the cause

Re: component lifecycles

2004-06-29 Thread Jeremy Quinn
On 29 Jun 2004, at 02:39, Ralph Goers wrote: Not to throw a wrench in the works, but if I was to implement something like this (I have, in fact), I would make it ThreadSafe and create a new naming context every time it is accessed. OK, I have it create a new Context when you instantiate the

component lifecycles

2004-06-28 Thread Jeremy Quinn
Hi All I am making a (non-SiteMap) Avalon Component that allows you to manage LDAP Entries from FlowScript. (LDAPEntryManager). I am loading the Component in FlowScript using it's Interface: var users = cocoon.getComponent (EntryManager.ROLE); and disposing it using:

Re: component lifecycles

2004-06-28 Thread Jeremy Quinn
On 28 Jun 2004, at 12:43, Unico Hommes wrote: Unico Hommes wrote: Jeremy Quinn wrote: Hi All I am making a (non-SiteMap) Avalon Component that allows you to manage LDAP Entries from FlowScript. (LDAPEntryManager). I am loading the Component in FlowScript using it's Interface: var users

Re: component lifecycles

2004-06-28 Thread Jeremy Quinn
On 28 Jun 2004, at 14:50, Unico Hommes wrote: Jeremy Quinn wrote: On 28 Jun 2004, at 12:43, Unico Hommes wrote: Unico Hommes wrote: Jeremy Quinn wrote: Hi All I am making a (non-SiteMap) Avalon Component that allows you to manage LDAP Entries from FlowScript. (LDAPEntryManager). I am loading

Re: component lifecycles

2004-06-28 Thread Jeremy Quinn
On 28 Jun 2004, at 14:52, Stephan Coboos wrote: Jeremy Quinn wrote: How would I organise this differently, in the situation where I had several of these Components, each differently configured, that I wanted to be able to load in FlowScript in a similar way. Maybe we want one setup for read

Re: Serious FlowScript problem

2004-06-26 Thread Jeremy Quinn
On 25 Jun 2004, at 13:31, Bertrand Delacretaz wrote: Le 25 juin 04, à 13:42, Jeremy Quinn a écrit : ...The really strange thing is, I can see this happening with our own FlowScripts in our own Project. I have never seen this problem with any of the FlowScripts in Cocoon Samples (except

Re: Serious FlowScript problem

2004-06-25 Thread Jeremy Quinn
On 25 Jun 2004, at 12:29, Jon Evans wrote: Hi, On 24 Jun 2004, at 13:49, Jeremy Quinn , Jeremy Quinn wrote: Thanks for your suggestion, but context:// has never been an issue for me in the past. There has been a bug in the latest CVS for the last few weeks, that Carsten fixed yesterday. Have

Re: Serious FlowScript problem

2004-06-24 Thread Jeremy Quinn
the Lucene Sample works. regards Jeremy Bye, Helma -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 June 2004 17:08 To: [EMAIL PROTECTED] Subject: Re: Serious FlowScript problem On 23 Jun 2004, at 13:08, Jeremy Quinn wrote: On 23 Jun 2004, at 10:58, Jeremy

Re: Serious FlowScript problem

2004-06-24 Thread Jeremy Quinn
On 24 Jun 2004, at 14:21, Bertrand Delacretaz wrote: Le 23 juin 04, à 17:07, Jeremy Quinn a écrit : ...in the first case it is loaded like this: map:flow language=javascript map:script src=context://samples/blocks/lucene/query/query.js/ /map:flow in the second case

Serious FlowScript problem

2004-06-23 Thread Jeremy Quinn
Hi All As reported before, I am still having a serious problem with FlowScript giving me Function not found errors. The problem appears to be semi-random. For example, I have a URL: moderate/index.html Which calls a FlowScript: flow/moderate.js showJobs() Which calls the

Re: Serious FlowScript problem

2004-06-23 Thread Jeremy Quinn
On 23 Jun 2004, at 12:11, Jeremy Quinn wrote: On 23 Jun 2004, at 10:58, Jeremy Quinn wrote: I have been seeing this problem ever since I moved to 2.1.5. Interestingly, I never once saw this problem while I was working on the Query Bean addition to Cocoon I recently added. I am wondering if we

Re: Serious FlowScript problem

2004-06-23 Thread Jeremy Quinn
On 23 Jun 2004, at 12:55, Jeremy Quinn wrote: On 23 Jun 2004, at 12:11, Jeremy Quinn wrote: On 23 Jun 2004, at 10:58, Jeremy Quinn wrote: I have been seeing this problem ever since I moved to 2.1.5. Interestingly, I never once saw this problem while I was working on the Query Bean addition

Re: Serious FlowScript problem

2004-06-23 Thread Jeremy Quinn
On 23 Jun 2004, at 13:08, Jeremy Quinn wrote: On 23 Jun 2004, at 10:58, Jeremy Quinn wrote: I have been seeing this problem ever since I moved to 2.1.5. Interestingly, I never once saw this problem while I was working on the Query Bean addition to Cocoon I recently added. One of my pipelines

[ANN] Query Bean

2004-06-21 Thread Jeremy Quinn
Hi All I just added a Query Bean and documentation to the Lucene Samples. http://localhost:/samples/blocks/lucene/query/ This sample uses a Bean. FlowScript and CForms to query a Lucene Index. CForms allows you to add a remove multiple Search Criteria on the Query Bean. This allows

Re: dynamic selection-lists

2004-06-17 Thread Jeremy Quinn
On 17 Jun 2004, at 11:17, Sylvain Wallez wrote: Jeremy Quinn wrote: Hi All I am trying to generate a selection-list for CForms via JXTemplate, so it can be populated by static constants from Java Objects. No bizdata is being passed to the template. something like this: fd:selection-list

dynamic selection-lists

2004-06-17 Thread Jeremy Quinn
Hi All I am trying to generate a selection-list for CForms via JXTemplate, so it can be populated by static constants from Java Objects. No bizdata is being passed to the template. something like this: fd:selection-list xmlns:jx=http://apache.org/cocoon/templates/jx/1.0;

Re: [VOTE] Unrestricting the FOM

2004-06-17 Thread Jeremy Quinn
On 15 Jun 2004, at 18:04, Sylvain Wallez wrote: Jeremy Quinn wrote: snip/ Should I hold back on committing my changes to make ContextHelper Contextualizable, to wait to see what comes out of this proposal ? Wait a bit ;-) You can still use the ContextAccess class in your own source tree, though

Re: [VOTE] Unrestricting the FOM

2004-06-15 Thread Jeremy Quinn
On 15 Jun 2004, at 10:11, Sylvain Wallez wrote: Reinhard Poetz wrote: Sylvain Wallez wrote: Hi all, More and more, the limitations of objects provided by the FOM seem like arbitrary constraints that go in the way of people and produce confusion. Furthermore, these restrictions only apply to the

<    1   2   3   4   5   >