cocoon-upload.jar on wiki corrupted

2004-07-05 Thread Johann Romefort
Hi, I would need to upload images using Cocoon, so I was looking at how it works with flow, but unfortunatelly, the cocoon-upload.jar file provided on the wiki (http://wiki.apache.org/cocoon/FileUploadsWithFlow) is corrupted. Anyone could provide me with the FileUploadManager.java file? Thanks

Status of repository block and webdav question.

2004-05-18 Thread Johann Romefort
Hi, Could someone provide me with a quick note status about the repository block? Is there something already useable in the CVS? Also I m wondering what are the pros and cons about using Slide block or WebDAV block. I assume that the WebDav block is planned to work with the repository block and

WebDAV status in cocoon

2004-03-17 Thread Johann Romefort
Hi, I m about to choose a WebDAV server in the next days, because of strong needs in ACL / Versionning/ Locking on document. So here is my question : what is the current status of WebDAV in Cocoon? Also what is the status of the Slide integration? Thanks in advance! Johann

callback when a session expire?

2003-09-23 Thread Johann Romefort
Hi, I would like to call a flow method when the current session expire, is there any way to get a callBack, or maybe to regulary poll the session with getLastAccessedTime and do all the invalidating stuff manually? johann

Help needed on AxisRPC Reader...

2003-09-21 Thread Johann Romefort
Hi, I would like to use Cocoon as a SOAP server. Any examples out there? I already looked in the documentation, but I still cannot figure out how to use it. Thanks in advance, Johann

Flow - problem with processPipelineTo

2003-09-02 Thread Johann Romefort
Hi, I need to pass an object in a processPipelineTo directive (a string for instance) where the called pipeline use JXPath generator to retrieve the value of the object. cocoon.processPipelineTo(logdebug.jxpath,{msg : blabla },output); ...but I m getting the following exception:

Re: Flow - problem with processPipelineTo (precisions)

2003-09-02 Thread Johann Romefort
is in the flow AbstractInterpreter: wrapper.setAttribute(bean-dict, biz); From here I cannot figure how and where the biz object is used... Any help welcome Johann Johann Romefort wrote: Hi, I need to pass an object in a processPipelineTo directive (a string for instance) where the called