Huey Vo wrote:
> The strange thing is that if I do NOT use CORBA and just call the
> parse() method from some client program, it works fine.

But it's running in an ORB! So it sounds like the ORB is
catching the exception and wrapping it to pass it up the
call chain. If you want to find out what it is, put your
call to parse() in a try-catch block that prints the
stack trace. Also, do you have an ErrorHandler registered
with the parser? Are you seeing any fatal parsing errors?

-- 
Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]

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

Reply via email to