DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31649>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31649

[Patch] Flowscript: Switch to re-implementation of official Rhino





------- Additional Comments From [EMAIL PROTECTED]  2004-10-19 15:12 -------
And if you do not see the exception cause, could you wrap the body of
jsConstructor method in
src/java/org/apache/cocoon/components/flow/javascript/fom/FOM_WebContinuation.java 
in 

try {
...
} catch (Exception ex) {
    print_ex;
    throw ex;
}

since AFAICS the execption is generated there.

Reply via email to