[Pljava-dev] Building and testing on MacOS X

From: jrjsmrtn at gmail(dot)com (Georges Martin)
To:
Subject: [Pljava-dev] Building and testing on MacOS X
Date: 2012-04-03 13:26:24
Message-ID: DEDDFD44-CD62-4D10-94F3-5314A46CBDCD@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

Responses

Browse pljava-dev by date

  From Date Subject
Next Message murthy516 2012-04-10 12:26:14 [Pljava-dev] Calling Java from Postgresql Function
Previous Message Johann 'Myrkraverk' Oskarsson 2012-03-30 18:08:29 [Pljava-dev] -Werror=format-security fixes for 1.4.3