I have tried put a try/catch block in BELArray::Select() as below:

try {
..... code block
}
catch(FlexWikiAuthorizationException ex) {
     if (ex != null) {
            ex = null;
     }
}

This appear to correct the error I was seeing. If this means of
handling the error seems acceptable I will check it in after creating
a bug report.

John Davidson



On 9/28/07, Craig Andera <[EMAIL PROTECTED]> wrote:
> > I think the correct behavior should be that when the WikiTalk finds it
> > is not able to read a Topic it should ignore that particular Topic,
> > rather than return an error that stops the process.
>
> Yeah, I had to make pretty much exactly this change several other places in
> the web app. In the absence of any exception handling capability in WikiTalk
> (right?) your suggestion seems sound. There's a distinguished exception that
> gets thrown (FlexWikiAuthorizationException, I think) in this situation, so
> it should be a matter of a few well-placed try/catch statements.
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to