From: thhal at mailblocks.com (Thomas Hallgren) Date: Tue, 29 Mar 2005 18:25:24 +0200 Subject: [Pljava-dev] java.lang.SecurityException In-Reply-To: References: <42497E58.4060001@mailblocks.com> Message-ID: <42498174.2090501@mailblocks.com> Joves Luo wrote: >>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? > > You can always change your code to do a getBoolean() to fetch boolean values instead of getString(). >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? > > I don't know. That's why I want you to send me the "hs_err_pid2317.log" file. >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. > > If it's broke in 1.1, I doublt it will be working in 1.0. Regards, Thomas Hallgren