Re: RequestDataStore and dispose()

2004-06-13 Thread Michal Stochmialek
On Sun, Jun 13, 2004 at 11:16:12AM +0200, Carsten Ziegeler wrote: Can i rely on this auto-releasing (with dispose calling) from requestdatastore? Is this implemented, yet? No, unfortunately, it's not implemented yet :( :/ I've a feeling that deprecating of RequestLifecycleComponent

RE: RequestDataStore and dispose()

2004-06-13 Thread Carsten Ziegeler
Michal Stochmialek wrote: On Sun, Jun 13, 2004 at 11:16:12AM +0200, Carsten Ziegeler wrote: Can i rely on this auto-releasing (with dispose calling) from requestdatastore? Is this implemented, yet? No, unfortunately, it's not implemented yet :( :/ I've a feeling that

typo in build-cocoon-targets.xml

2004-06-13 Thread Michael Wechner
there seems to be a typo within build-cocoon-targets.xml of http://wiki.apache.org/cocoon/YourCocoonBasedProjectAnt16 target name=-cocoon:check depends=-cocoon:test unless=cocoon.ok failNo cocoon available. Run 'ant cocoon.get' first./fail /target I think it should say cocoon:get instead

Bug report for Cocoon 2 [2004/06/13]

2004-06-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 29547] New: - can't use singleton classes in Continuable

2004-06-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29547. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Avalon Context from FlowScript

2004-06-13 Thread Jeremy Quinn
Hi All I am working on a search form to add to the Lucene samples, that uses CForms to manipulate a QueryBean that performs queries for you. The Bean assembles LuceneQueries directly, so you don't use text expressions, you add Criteria to the Query's CForms repeater. I am trying to work out

New Cocoon PMC members

2004-06-13 Thread Sylvain Wallez
Dear board, Could you please ack that the following people are now members of the Cocoon PMC: - Tony Collen ([EMAIL PROTECTED]) - Ugo Cei ([EMAIL PROTECTED]) Thanks, Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain

Re: Avalon Context from FlowScript

2004-06-13 Thread Sylvain Wallez
Jeremy Quinn wrote: Hi All I am working on a search form to add to the Lucene samples, that uses CForms to manipulate a QueryBean that performs queries for you. The Bean assembles LuceneQueries directly, so you don't use text expressions, you add Criteria to the Query's CForms repeater. I am

Re: flow: release resources after the view is generated

2004-06-13 Thread Sylvain Wallez
Vadim Gritsenko wrote: What worries me is that sendPageAndWait provides an argument, which is reference to the cleanup function. AFAIU, this function should be invoked after page is sent. If you take a look at sendPageAndWait, it looks like: FOM_Cocoon.prototype.sendPageAndWait = function(uri,

Re: flow: release resources after the view is generated

2004-06-13 Thread Vadim Gritsenko
Sylvain Wallez wrote: Vadim Gritsenko wrote: What worries me is that sendPageAndWait provides an argument, which is reference to the cleanup function. AFAIU, this function should be invoked after page is sent. If you take a look at sendPageAndWait, it looks like: