RE: What does processPipelineTo() method do ?

2005-06-02 Thread eric . jacob
> What is cocoon.consumer ? http://www.onjava.com/pub/a/onjava/2003/10/08/multithreaded_xml.html Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: SpringAndAuthentication - SecurityManager question

2005-05-11 Thread eric . jacob
What about Acegi (http://acegisecurity.sourceforge.net/) for Spring? I think you should look at it and see if it can easily be integrated with Cocoon... Just my two cents, Eric > -Original Message- > From: Sebastien Arbogast [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 11, 2005 9:55

RE: Spring and Cocoon ?

2005-04-18 Thread eric . jacob
Here a link to a presentation given by Ugo at Gent: http://www.axint.net/apache/cocoon/events/gt2004/presentations/Ugo_Cei_G T2004.pdf HTH Eric > -Original Message- > From: Sebastien Arbogast [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 17, 2005 7:24 PM > To: Cocoon users list > Sub

RE: SOAP client

2005-02-17 Thread eric . jacob
Hi Bastian, You may want to look at the HTTPRequestTransformer for doing SOAP call: http://issues.apache.org/bugzilla/show_bug.cgi?id=32541 HTH Eric > -Original Message- > From: Bowe, Bastian [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 7:24 AM > To: 'users@cocoon.apac

RE: Load Testing / Profiling

2004-12-23 Thread eric . jacob
Apache JMeter (http://jakarta.apache.org/jmeter/index.html) can surely help in this. HTH. Eric > -Original Message- > From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 23, 2004 10:44 AM > To: users@cocoon.apache.org > Subject: Re: Load Testing / Profiling >

RE: [HOW-TO] Build and deploy Cocoon with Maven

2004-12-01 Thread eric . jacob
g/cocoon/HowToBuildAndDeployCocoonWithMaven   It is not perfect, but it’s a start.   I hope this help.   Eric Jacob   PS: English is not my primary language, so fell free to correct my spelling mistakes and add new stuff J  

RE: Serialize issue with xhtml

2004-11-24 Thread Eric Jacob
Hi Andrew, Check the encoding of your xhtml serializer. By default it is set to UTF-8, but you seem to use a "Latin" encoding (ISO 8879:1986). Hope this help. Eric PS: I've never seen this encoding before :) -Original Message- From: Andrew M [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Deployment of Cocoon apps. Best practices?

2004-11-24 Thread Eric Jacob
ity of the jars you will be using > will be brought in via the cocoon war file, dramatically reducing the > number of dependencies that have to be changed with each cocoon update. > > Ralph > > > Eric Jacob said: > > Hi André, > > > > I'm successfully usi

RE: Deployment of Cocoon apps. Best practices?

2004-11-24 Thread Eric Jacob
re to document what you come up with on the Wiki! Raph Eric Jacob wrote: > Hi Ralph, > > Interesting. I'll try to combine the two approaches. > > Thanks for sharing! > > Eric > > -Original Message- > *From:* Ralph Goers [mailto:[EMAIL PROTECTED] > *S

RE: Deployment of Cocoon apps. Best practices?

2004-11-24 Thread Eric Jacob
Hi Ralph,   Interesting… I’ll try to combine the two approaches…   Thanks for sharing!   Eric   -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 12:42 AM To: [EMAIL PROTECTED] Subject: Re: Deployment of Cocoon apps. Best

RE: Deployment of Cocoon apps. Best practices?

2004-11-23 Thread Eric Jacob
Hi André, I'll send you my entire project offline (zipped files). Thanks, Eric -Original Message- From: Eric Jacob [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 2:33 PM To: [EMAIL PROTECTED] Subject: RE: Deployment of Cocoon apps. Best practices? Hi André,

RE: Deployment of Cocoon apps. Best practices?

2004-11-23 Thread Eric Jacob
Hi André, I'm successfully using Maven to build and deploy my Cocoon projects. Here how I manage it: - Rename blocks.properties and build.properties to local.blocks.properties and local.build.properties; - Uncomment all unused stuff; - Build Cocoon; - Copy all the generated jars to your local Ma