Any news about this Tom? I'm still striving to understand what's exactly happening but it's a bit troublesome since my only access to a Solaris machine is via a slow line, so it's a bit painful to code&debug with a mere shell access and no debugging tools. However now it *seems* that I can make it in storing the documents correctly, but I still have problems in retrieval...
Another user pointed out some issues in how we serialize our strings out that may address the problems. I was calling getBytes, and basing array size on the string.length() method, when I should be calling getBytes with a proper encoding, and basing the array size on the byte array that is yield. I'll try to get this all fixed this afternoon.
Oh well, I can have fun even from the most boring code around :) Actually I was thinking of reformatting code so that there are no more import.*... go figure ;) I sure hope I can be of some help pretty soon.
But then I'll be forced to not be lazy anymore.
-- Tom Bradford - http://www.tbradford.org Developer - Apache Xindice (Native XML Database) Creator - Project Labrador (XML Object Broker)
