On Mon, Mar 12, 2012 at 10:21 PM, <[email protected]> wrote:

>     myAdminCFC.setCallbackHandler( rUserI );
>     myAdminCFC.setSyncMode();
>

Unless I'm missing something, setting a callback handler and setting things
to run synchronously are mutually exclusive. You'd use a callback handler
to fire a method when you get a response from an asynchronous call (since
you don't know when you'll get a response). If things are running in
sequence there's no need for a callback handler because you're waiting for
a response before proceeding.

Based on that and your code the behavior seems to be correct to me.

-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca / Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to