Mario> Fixed them, is now ok?

Almost :)

Mario> +        InternalError ie = new InternalError();
Mario> +        ie.initCause(cnse.getCause());

This should be just

    ie.initCause(cnse);

There are a couple of these... make this change and check it in.
Thanks.

Tom

Reply via email to