From: joves.luo at gmail.com (Joves Luo) Date: Tue, 29 Mar 2005 11:20:20 -0500 Subject: [Pljava-dev] java.lang.SecurityException In-Reply-To: <42497E58.4060001@mailblocks.com> References: <42497E58.4060001@mailblocks.com> Message-ID: > Yes, that's possible although all things that are standardized should > work the same way. The conversion from boolean to string is standardized > so you have encountered a bug in PL/Java. > > Regards, > Thomas Hallgren When you say a bug in PL/Java, does that mean there isn't much I can do to fix it? What about the: LOG: An unexpected exception has been detected in native code outside the VM. LOG: Unexpected Signal : 4 occurred at PC=0x4915444C LOG: Function= LOG: [Unknown. Is that also a bug in PL/java, or is that something I should be looking to fix? If that is indeed something I can't fix, is there anywhere I can get the 1.0.0 release so that I can rool everything back to when it was working? I don't mind the performance really since the java application will be runned maybe once or twice per day. Thank you