Given a script: require 'xsl/xmlparser' I get error in Scope.getValue. It looks like we are popping back down to an existing Scope and then calling resetLocalVariables on it via DefaultMethod. This in turn nulls out localValues causing a NPE in getValue.
It dies trying to access loaded on line 55 of xmlparser.rb. xmlparser.rb appears to be requiring itself from several files and I wonder if somehow that has something to do with it (though in theory it should acknowledge that it has already been required and not reparse it). I am taking a break ... -Tom -- + http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+ | Thomas E Enebo, Protagonist | "Luck favors the prepared | | | mind." -Louis Pasteur | ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
