From: Thomas.K.Hill at t-online.de (Thomas Hill) Date: Tue, 16 Oct 2012 21:01:32 +0200 Subject: [Pljava-dev] ERROR: java.lang.UnsupportedOperationException: Procedure calls are not yet implemented Message-ID: <507DAF0C.4060609@t-online.de> Hi, I am currently trying to re-use java procedures written for Apache Derby (running fine there) on PostgreSQL. Does the message in the title mean that when using pl/Java the java procedure itself can NOT call another stored procedure using a JDBC callable statement object? Thanks