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=41083>.
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=41083





------- Additional Comments From [EMAIL PROTECTED]  2006-12-11 05:59 -------
I still can't reproduce it, but maybe this helps:

In usecases.js, you could move the loopFlow fall in line 332 out of the try 
block:

Change

        try {
            loopFlow(view, proxy, generic); //usecase must be released here!
        } catch (exception) {

to

        loopFlow(view, proxy, generic); //usecase must be released here!
        try {
        } catch (exception) {

This could output the real cause of the error instead of this useless exception
message.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to