David Corbin wrote: > On Friday 07 July 2006 05:33, Ola Bini wrote: > > Our failures are invariably about XML parsing, and there's no indication that > it is getting "type confused". However, it very well may have to do with > the overall volume of data (tests). > >> Regards >> Ola Bini >> >>> We have a "whole bunch" (~75) of tests written in JRuby that test >>> portions of >>> our J2EE app which runs on JBoss and WebLogic (simultaneously). >>> Most of >>> these take the form of testing our ReST API. >>> >>> We get intermittent failures out of these. Nearly always, the >>> failure seems >>> to have to do with XML parsing (REXML). REXML failures tend to >>> come in a one >>> of several different ways. Two of the most common are an error >>> saying you >>> can only have one root node, or that some XPath is not present >>> (even though >>> it is). I've seen a few other REXML problems, but those are two I >>> really >>> remember.
Ah, yes, but an error about more than one root node may come because there for some reason has been created more than one root node, or REXML at least thinks so. In that way the objects are getting confused. At least it's a theory. /O Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jruby-devel mailing list Jruby-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jruby-devel