Re: PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-21 Thread Justin Fagnani-Bell
On Saturday, September 21, 2002, at 05:37 PM, Steven Punte wrote: > PERFUME: > > 1) The implementation of Perfume shall result > in three distinct Cocoon components: > > a) A generator that can receive a soap > message and turn i

PERFUME PROPOSAL: SOAP FOR COCOON

2002-09-21 Thread Steven Punte
PERFUME PROPOSAL: SOAP FOR COCOON For the web application project I'm orchestrating, we wish to add commercial quality support for SOAP messaging: both act as a client and as a server. I have examined the existing soap client package, and new soap package, but I'm uncomfortable with them becau

RE: Cocoon 2.0.3 and CastorTransformer

2002-09-21 Thread Michael Homeijer
Hi, I have successfully used the CastorTransformer. I am working on a new version that can be used to marshal and unmarshal, and doesn't use deprecated classes/code anymore. It's not finished, but I allready use it in a project. I have it working in the latest CVS version of Cocoon, but it will

Re: web app design

2002-09-21 Thread Barbara Post
- Original Message - > As a comment to this question: For some weeks I'm looking for some people > with experience in NXDB ( Native XML DataBases), but it seems there aren't > much people working with NXDB because I have not still found anybody ... I > thought that if normally we access

XMLForm Example is not working

2002-09-21 Thread Antonio Gallardo Rivera
I downloaded the lastest CVS 2.1 and trying to see the XMLForm example. It returns: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that org.apache.cocoon.ProcessingException says: Failed to execute pipeline. More precisely: org.apache.cocoon.ProcessingExcepti

Re: web app design

2002-09-21 Thread Raúl Wild-Spain
I'm sorry, Peter, but although I know it's important I've not quantified yet questions as users max or transactions per second. I'm not accustomed nor have experience in performance metrics. I've docs about engineering studies for these practices and the only one I've deduced is that I will need

RE: Authentication framework (sunshine in 2.0.3) and modular database actions

2002-09-21 Thread Hugo Burm
Hi, Meanwhile I have built an inputmodule that gets the login ID (and other user info) from the authentication manager and feeds it as an attribute to the modular database actions. You can find the source at http://www.datagram.nl/AuthAttributeModule.java Configure: 1) put the compiled class in

Re: SimpleFormTransformer

2002-09-21 Thread Barbara Post
Hello, I guess only the javadoc you find in SimpleFormTransformer.java, download it from CVS. Yeah, it seems not to be in the apache's website javadoc... Once you've gotten it, it's a fun component ;-) -- website : www.babsfrance.fr.st ICQ : 135868405 - Original Message - From: "Marcin St

Re: Cocoon 2.1 Build Problem

2002-09-21 Thread Jeff Turner
On Sat, Sep 21, 2002 at 02:18:54AM -0500, Ivelin Ivanov wrote: > > For the last few nights I have been trying to build the latest code from CVS > HEAD. > build clean webapp-local > always succeeds, but the generated class files are corrupted. > Also the libraries files copied under WEB-INF/lib ar

Re: About Auth Framework -> Caching

2002-09-21 Thread Antonio Gallardo Rivera
Many thanks Alan. Of course it helped. Antonio Gallardo El Sábado, 21 de Septiembre de 2002 04:58, Alan Hodgkinson escribió: > Antonio Gallardo Rivera wrote: > > I have a little web application with aprox. 123 pages. I need to setup > > the users and groups permisions to this pages. I am using t

Re: About Auth Framework -> Caching

2002-09-21 Thread Alan Hodgkinson
Antonio Gallardo Rivera wrote: > I have a little web application with aprox. 123 pages. I need to setup the > users and groups permisions to this pages. I am using the Authentication > Framework. All this permisions are stored in a database in the server. The > question is: > > Where are all th