Re: Postgres 8 & JBuilder X - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Postgres 8 & JBuilder X
Date
Msg-id 4142A77D.2060203@opencloud.com
Whole thread Raw
In response to Postgres 8 & JBuilder X  (guillermo@gnsis.net (Guillermo))
List pgsql-jdbc
Guillermo wrote:

> Chained exception:
>
> javax.naming.NoInitialContextException: Need to specify class name in
> environment or system property, or as an applet parameter, or in an
> application resource file:  java.naming.factory.initial
>
>  at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
>
>  at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
>
>  at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
>
>  at javax.naming.InitialContext.lookup(Unknown Source)
>
>  at com.borland.dx.sql.dataset.q.a(Unknown Source)

This seems to be a JBuilder JNDI configuration problem, not a driver
problem.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: JDBC driver for Postgresql 7.5-devel version
Next
From: Oliver Jowett
Date:
Subject: Re: problems returning a resultset from a function