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 in advance
johann


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 the flow, and that 
Slide is a bit more decoupled from that stuff, but I not sure I 
understands the implications of taking one block or the other...  And my 
last question: .what version of Slide is currently integrated in Cocoon?

Thanks in advance,
johann



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



Re: rich clients and macromedia flex

2003-11-19 Thread Johann Romefort
   I m also using Flash as a frontend, for a complex form generation + 
Cocoon with flow (based on linotype)
for storage in file based XML repository and aggregation.
   I agree with you Bertrand, the combination is really a killer, since 
the Flash player offers XML parsing and
generation capabilities (with support for XPath directly built-in the 
player since FP7.0). I could write a little
overview of the possible architectures if anyone is interested in 
playing with this kind of things.

johann





Bertrand Delacretaz wrote:

Le Mardi, 18 nov 2003, à 17:27 Europe/Zurich, Robert Koberg a écrit :

...checkout Flex and MXML:
http://www.macromedia.com/devnet/flex


Thanks Robert, this is very interesting.

I'm currently using Flash, remote-controlled from java code, for an 
interactive exhibition display project and the combination is killer, 
I'm sure we will hear more about this!

-Bertrand






[wiki] Cocoon jobs section

2003-10-17 Thread Johann Romefort
Hi,

Sorry if this is a bit off-topic, but what about adding a Cocoon Jobs 
section to the wiki?
This could be divided into two subsections, developers searching for a 
Cocoon job, and
companies looking for developpers with Cocoon skills.
We sometimes have some needs in Cocoon developpements and we find it 
quite hard to
find people with at least some elementary Cocoon knowledge.

Then if we could add an RSS feed to the section...

Johann





Class reloading in flow

2003-09-29 Thread Johann Romefort
Hi,

I would like to know if there is some way to enable class reloading for 
import called from the FlowScript, without restarting Tomcat?

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




Re: Flow - problem with processPipelineTo (precisions)

2003-09-02 Thread Johann Romefort
It seems that my problem with processPipelineTo has nothing to do with 
the type
of object passed, but that the object never get passed to the target 
pipeline.

I browsed the source code and if I follow the calls starting from 
FOM_Cocoon,
the only place where the biz object is used 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 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:
org.apache.commons.jxpath.JXPathException: No value for xpath: msg
The same thing with a sendPage directive works well:

cocoon.sendPage("logdebug.jxpath", {msg : "blabla"});

My question is : Do I need to wrap my string into a Javascript object 
( the doc refers to
a "business data object"), or is this simply a bug?

Thanks,

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:
org.apache.commons.jxpath.JXPathException: No value for xpath: msg
The same thing with a sendPage directive works well:

cocoon.sendPage("logdebug.jxpath", {msg : "blabla"});

My question is : Do I need to wrap my string into a Javascript object ( 
the doc refers to
a "business data object"), or is this simply a bug?

Thanks,

Johann



Linotype

2003-07-03 Thread Johann Romefort
Hi,

Is there any CVS version of Linotype somewhere, or any mailing-list 
related to this project?
I made some enhancements to the 1.0 version, like adding the possibility 
to add comments,
basically as an excercise to learn the Flow, and I would be glad to 
contribute some code.

Regards,

Johann