aggregator element question

2002-09-10 Thread Nick Airey
Hi everyone, I posted this earlier on the users' list, and no reply. So here it is for the gurus. Question: when using the aggregator, is it possible to specify an attribute as well as the name of the parent element, eg if I have: it will give me something like whe

RE: JAAS support in Cocoon

2002-06-21 Thread Nick Airey
That's interesting. If I understand you, you are running tomcat4.0.4b2 standalone - ie. not the jboss/tomcat bundle, and you have JAAS working. I haven't been able to do this. What is the trick in getting tomcat & jboss exchanging principal information? (sorry that this is not a specifically coc

cinclude problem in "shared" pipelines

2002-06-06 Thread Nick Airey
Hello everyone, I have a problem with the way I am using the cinclude transformer, as follows. I have 2 pages, A and B, each on a pipeline. Each page is a simple xml file, then the cinclude transformer, then an xslt and a serializer to html. Here is the input xml for page A: http://apache.o

Crimson parser and cocoon202

2002-05-21 Thread Nick Airey
Hello everyone, Does anyone know a reason if cocoon202 will work with the crimson parser? I have tried it and it seems to work. Is something bad going to come and bite me when all seems ok? (I am having various jboss problems which makes it necessary for me to use crimson rather than xerces.)

Re: Caching for database driven sites

2002-05-14 Thread Nick Airey
Hello Steven, ** First let me say that I am not a developer of cocoon, but a developer who uses cocoon, so it's possible that I have something wrong here. If so, anyone please feel free to correct me. This code works with the released version, cocoon2.0.2 Additionally, I am running all o

RE: Programmatic invalidation of cache

2002-05-10 Thread Nick Airey
p the Store containing the cached responses - the > role for this is Store.TRANSIENT_CACHE - and then remove it by > hand. > > Carsten > > > -Original Message- > > From: Nick Airey [mailto:[EMAIL PROTECTED]] > > Sent: Friday, April 26, 2002

Programmatic invalidation of cache

2002-04-26 Thread Nick Airey
This is reposted to dev list because there was no answer on the users list. -Forwarded Message- From: Nick Airey <[EMAIL PROTECTED]> To: Cocoon Users <[EMAIL PROTECTED]> Subject: Programmatic invalidation of cache Date: 25 Apr 2002 17:29:55 +0100 Hello everyone, I have

Re: [vote] Diana Shannon as Documentation Coordinator

2002-04-16 Thread Nick Airey
+1 thanks Diana! > Ah, one more thing: she asked me if the community needed samples of her > skills to provide a vote and I admit it's a little strange to ask to > give commit access to somebody without having to do anything. I vote for giving her commit access. Anyway, we can always roll back

Bean generator

2002-04-12 Thread Nick Airey
Hello everyone, I think it would be useful to have a "BeanGenerator", which basically generates SAX events based on a java bean. I already have written several of these, customized according to various java bean structures, but I see I am going to need more of them, so it would be cool to repl

Re: AbstractAction Poolable?

2002-04-10 Thread Nick Airey
On Wed, 2002-04-10 at 17:48, Berin Loritsch wrote: > > It used to be THreadSafe. In fact, most of the actions should be marked > ThreadSafe--that way there is only one instance. Well that's interesting, and makes sense. So my actions will be either Poolable or Threadsafe. The AbstractActi

AbstractAction Poolable?

2002-04-10 Thread Nick Airey
Hello everyone, I have also posted this question on cocoon-users today - apologies to those who have seen this there: Currently AbstractAction doesn't implement Poolable (itself or in base classes). That explains why there are no examples of pooled actions in the current sample sitemap. Also,