Re: [daisy] Re: Forrest Daisy integration scenarios

2005-05-15 Thread Ross Gardler
[Originally sent pnly to Daisy list in error, did,'t realise the original mail had been cross posted] Stefano Mazzocchi wrote: Steven Noels wrote: ... In perfect do-ocracy, who makes it work first, gets my vote. :-) I'm not sure it's enough to get your vote as there is still more to do, but I

Re: [IMP] synchronization on session object in Cocoon

2005-05-15 Thread Jochen Kuhnle
Am I not getting it, or is the implementation broken (see below)? /** The map to assure 1:1-mapping of server sessions and Cocoon session wrappers */ private static final Map sessions = Collections.synchronizedMap(new WeakHashMap()); public Session getSession(boolean create) {

Re: JavaFlow

2005-05-15 Thread Eric Gulatee
I've noticed a few items with javaflow from svn under jakarta, when you suspend the continuation, the thread continues executing. I believe the old javaflow blocked the thread. With the new javaflow how can you then resume where you suspended? This is most likely because you are going

Online Bookstore

2005-05-15 Thread Ted Husted
I think it's safe to say that users of ASF software buy their share of computer books. The online retailers, like Amazon.com, offer commission programs for people who link to their site. The Apache Software Foundation is a not-for-profit corporation funded solely through donations from the

Re: JavaFlow

2005-05-15 Thread Torsten Curdt
I'll stick with the Asynchronous class loader, I will try to make some changes to it, so it uses ASM instead of BCEL since the use of Annotations would simplify my dev. If I ever get to that point, I'll ask how to submit a patch. Actually I would like to look into that as well. I just don't

Re: Online Bookstore

2005-05-15 Thread Ted Husted
On 5/15/05, Ted Husted [EMAIL PROTECTED] wrote: I'm sending this message to dev@ for each Project with a category in the online bookstore. This should have said: I'm sending this message to fundraising@ and the dev@ for each Project with a category in the online bookstore.

Re: [IMP] synchronization on session object in Cocoon

2005-05-15 Thread Ralph Goers
Yes, there was considerable discussion about this. Yes, the version in svn is wrong. I was hoping it would get fixed after our discussion, but that hasn't happened, so I'll try to commit something tonight (it is still Sunday night here in California). Ralph Jochen Kuhnle wrote: Am I not