On 16/03/07, Andrew Borley <[EMAIL PROTECTED]> wrote:
On 3/15/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > On 3/15/07, Andrew Borley <[EMAIL PROTECTED]> wrote: > > > > > > > > On 3/15/07, Pete Robbins < [EMAIL PROTECTED]> wrote: > > > > > > Here is the latest candidate with fixes to the samples deploy location > > > on > > > linux/mac > > > > > > http://people.apache.org/~robbinspg/M3-RC3/< http://people.apache.org/%7Erobbinspg/M3-RC3/> > > > > > > If there are no major issues with this I will start a vote tomorrow. > > > > > > Cheers, > > > > > > -- > > > Pete > > > > > > > I'm having trouble with RubyBigBank on Windows. It's crashing when it > > tries to convert an SDO into a Rexml document - anyone else see this or is > > it just my Ruby? > > The line that's failing is 357 in RubyServiceProxy.cpp: > > > > value = rb_class_new_instance(1, vstr, > > RubyImplementation::getXMLDocumentClass()); > > > > This is trying to instantiate a new Document object from the serialized > > XML > > > > Cheers > > Andy > > > > > The sample works fine on Linux BTW, it's just Windows that's failing. > > Andy > Ruby REXML problem found and fixed in r518904. A static method was being called & returning variables that were only being initialized in the constructor... Cheers Andy
Great. I have added the copyright to the Notice files and applied Caroline's patch to SDO. I think we are at a point where I can generate a candidate to vote on. Cheers -- Pete
