On Wed, Jan 7, 2009 at 12:36 AM, Rahul Akolkar <[email protected]> wrote: > On Tue, Jan 6, 2009 at 9:46 PM, sebb <[email protected]> wrote: <snip/> >> >> By the way, the Exception handling changes have revealed a possible >> bug - a class cast was being swallowed: >> >> testExample01Sample(org.apache.commons.scxml.env.javascript.JSExampleTest) >> Time elapsed: 0.281 sec <<< ERROR! >> java.lang.ClassCastException: java.lang.Double cannot be cast to >> org.w3c.dom.Node >> at >> org.apache.commons.scxml.env.javascript.JSEvaluator.evalLocation(JSEvaluator.java:195) >> >> This was previously being converted to a SCXMLExpressionException. >> > <snap/> > > I'll take a look now -- thats the package I'm least familiar with so > it'll be good to go through it anyway. > <snap/>
Turned out to be an error in the test document, should be fixed. -Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
