Sorry for having a conversation with myself on this list, but it appears
that the new implementation of
SendPageAndWait is causing the trouble.
In my Tomcat console I found a message:
"resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js",
line 5: The undefined value has no properties.
It looks like (fun instanceof Function) gives an error when the fun argument
is not defined in:
FOM_Cocoon.prototype.sendPageAndWait = function(uri, bizData, fun) {
this.sendPage(uri, bizData, new Continuation());
if (fun instanceof Function) {
fun();
}
FOM_Cocoon.suicide();
}
Hugo Burm
> -----Original Message-----
> From: Hugo Burm [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 10, 2004 5:05 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Woody samples: files missing?
>
>
> Oops, these files are not missing, but for some reason the Woody pipelines
> in the sitemap are broken.
> The error message is: Resource Not Found, The requested resource
> "/cocoon/samples/woody/form2bean.flow" could not be found.
> I have to find out what is going on. I did a clean build from CVS
> on Win XP,
> with JVM 1.4.2, Tomcat 4.1.27. The only modification a made was excluding
> the Deli block.
>
> Hugo
>
> > -----Original Message-----
> > From: Hugo Burm [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, January 10, 2004 1:57 PM
> > To: [EMAIL PROTECTED]
> > Subject: Woody samples: files missing?
> >
> >
> > I just did a clean build from CVS. It looks like the Woody samples are
> > broken because the .flow files in
> > /cocoon/samples/woody/ are missing. I checked the Woody source
> > dir. Or did I
> > miss something?
> >
> > Hugo Burm
> >
> >
>
>