AW: Problem writing a BetwixtTransformer

2003-03-12 Thread Marco Rolappe
Title: Problem writing a BetwixtTransformer hi keith,   which exceptions did you catch? AFAIK NullPointerException and RuntimeException are unchecked exceptions, so they most probably inhreit from Throwable not from Exception. please make sure that you are catching those Throwables (for

Re: Problem writing a BetwixtTransformer

2003-03-12 Thread Charles Yates
ee all your debugging messages. Charles Keith. -Original Message- *From:* Marco Rolappe [mailto:[EMAIL PROTECTED] *Sent:* 12 March 2003 14:43 *To:* [EMAIL PROTECTED] *Subject:* AW: Problem writing a BetwixtTransformer hi keith, I didn't analyze the cod

RE: Problem writing a BetwixtTransformer

2003-03-12 Thread Lyall, Keith
Title: Problem writing a BetwixtTransformer Hi Marco,   I tried putting try / catch blocks round all of the code in the methods I have overridden but no exceptions were caught.   Do you suggest any other ways to debug a transformer?   Keith.   -Original Message-From: Marco

AW: Problem writing a BetwixtTransformer

2003-03-12 Thread Marco Rolappe
Title: Problem writing a BetwixtTransformer hi keith,   I didn't analyze the code and can't tell you directly where the bug is but...   I also got a similar exception which seemed to be an XSLT/xalan exception but actually was an exception thrown from within a custom transforme

Problem writing a BetwixtTransformer

2003-03-12 Thread Lyall, Keith
Title: Problem writing a BetwixtTransformer Hi, I am trying to write a BetwixtTransformer based on CastorTransformer but have run into a problem. Everything appears to be working Ok according to my logging messages until the XML is serialized when I get this error