[Pljava-dev] SecurityException on pljava-1.2

From: nagayasus at nttdata(dot)co(dot)jp (Satoshi Nagayasu)
To:
Subject: [Pljava-dev] SecurityException on pljava-1.2
Date: 2006-03-02 07:50:26
Message-ID: 4406A3C2.60706@nttdata.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pljava-dev

Thomas,

Thomas Hallgren wrote:
> You are trying to execute an operating system command. Using a function
> that is declared with 'language java' that will not be permitted since,
> 'java' in PostgreSQL terminology is a 'trusted language'. You need to
> declare your function with 'language javaU' (untrusted). Some relevant
> links:
>
> http://gborg.postgresql.org/project/pljava/genpage.php?userguide#Trusted_language

Thanks for the information. I missed the paragraph you pointed.

> I see that you're using packages that start with
> 'org.postgresql.pljava'. Are you developing something that you plan to
> make part of PL/Java?

No. I think our package should be renamed.
--
NAGAYASU Satoshi <nagayasus at nttdata.co.jp>

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2006-03-10 13:21:27 [Pljava-dev] The 'setFetchSize' method of ResultSet problem
Previous Message Thomas Hallgren 2006-03-02 06:09:28 [Pljava-dev] SecurityException on pljava-1.2