From: jrjsmrtn at gmail.com (Georges Martin) Date: Tue, 3 Apr 2012 15:26:24 +0200 Subject: [Pljava-dev] Building and testing on MacOS X Message-ID: Hello, FYI, I just submitted a small patch (#1011183) to make PL/Java build and install on MacOS X. I ran the "java -cp test.jar org.postgresql.pljava.test.Tester" and I got some "UnsupportedFeatureException" errors: Failed: ERROR: java.sql.SQLException: org.postgresql.pljava.jdbc.UnsupportedFeatureException: Feature not supported: DatabaseMetaData.getSuperTables Failed: ERROR: java.sql.SQLException: org.postgresql.pljava.jdbc.UnsupportedFeatureException: Feature not supported: DatabaseMetaData.getSuperTypes Failed: ERROR: java.sql.SQLException: org.postgresql.pljava.jdbc.UnsupportedFeatureException: Feature not supported: getAttributes Should I worry ? Everything else I tested was working fine... Regards, Georges Martin