From: johann at 2ndquadrant.com (Johann 'Myrkraverk' Oskarsson) Date: Mon, 05 Dec 2011 23:07:06 +0000 Subject: [Pljava-dev] java.lang.NoSuchMethodError: method java.sql.ResultSet.isClosed with signature ()Z was not found. In-Reply-To: (vorarlberger@gmail.com's message of "Mon, 5 Dec 2011 21:08:42 +0100") References: Message-ID: Vorarlberger writes: > PS This is on Linux postgres 9.1 and pljava 1.4.3 PL/Java 1.4.3 is built with Java 1.5 and hence implements JDBC 3. Are you running it with Java 1.6? Normally that works fine because JNI is backwards compatible. You are using the JDBC 4 driver. Please either use the JDBC 3 driver and compile and run your code with Java 1.5 or upgrade PL/Java to CVS HEAD with Java 1.6. Then let us know if it works or not. -- Johann Oskarsson http://www.2ndquadrant.com/ |[] PostgreSQL Development, 24x7 Support, Training and Services --+-- | Blog: http://my.opera.com/myrkraverk/blog/