Joao Vieira wrote:
> I've installed postgre 8.1 with pl/java (default installation), and
> when i try to execute some function that call the database again, i
> got the message above.
PL/Java is used to write procedural code within the database, i.e.,
stored functions. JDBC is used by external applications to connect to
the database. One is independent of the other. Are you saying that
from within a Java stored function, you are trying to execute a JDBC
connect to connect to a different database? Show us the code you are
using to connect, and clarify where this code is running: in an external
application or from within a Java stored function.
--
Guy Rouillier