Stable JDBC drivers for 8.1

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Stable JDBC drivers for 8.1
Date: 2005-11-05 14:45:38
Message-ID: Pine.LNX.4.63.0511051643330.10351@mail.kivi.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi JDBC driver hackers,

When do you plan to release the stable version of 8.1 driver?

I'm in charge of building RPMS and the initial build included build 403
(devel version). If you plan to release the stable version in 24 hours, I
intend to rebuild the packages including the stable JDBC driver version.

Regards,
- --
Devrim GUNDUZ
Kivi Bilişim Teknolojileri - http://www.kivi.com.tr
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDbMWY4zE8DGqpiZARAt8wAJsFgxB5RIbhfk1jrWitTWLj2iZqpwCeLl7W
FF9fG+IIiub3dSDFTHBsI3I=
=gt2J
-----END PGP SIGNATURE-----
>From pgsql-jdbc-owner(at)postgresql(dot)org Sat Nov 5 13:26:27 2005
X-Original-To: pgsql-jdbc-postgresql(dot)org(at)localhost(dot)postgresql(dot)org
Received: from localhost (av.hub.org [200.46.204.144])
by svr1.postgresql.org (Postfix) with ESMTP id 32B00D6876
for <pgsql-jdbc-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>; Sat, 5 Nov 2005 13:26:26 -0400 (AST)
Received: from svr1.postgresql.org ([200.46.204.71])
by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024)
with ESMTP id 01971-07
for <pgsql-jdbc-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>;
Sat, 5 Nov 2005 17:26:23 +0000 (GMT)
X-Greylist: from auto-whitelisted by SQLgrey-
Received: from gwmta.wicourts.gov (gwmta.wicourts.gov [165.219.244.99])
by svr1.postgresql.org (Postfix) with ESMTP id 5024BD7C1A
for <pgsql-jdbc(at)postgresql(dot)org>; Sat, 5 Nov 2005 13:26:21 -0400 (AST)
Received: from Courts-MTA by gwmta.wicourts.gov
with Novell_GroupWise; Sat, 05 Nov 2005 11:26:18 -0600
Message-Id: <436C96CD02000025000004A4(at)gwmta(dot)wicourts(dot)gov>
X-Mailer: Novell GroupWise Internet Agent 7.0
Date: Sat, 05 Nov 2005 11:26:05 -0600
From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-jdbc(at)postgresql(dot)org>, <paveek(at)yahoo(dot)com>
Subject: Re: doubt
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-Virus-Scanned: by amavisd-new at hub.org
X-Spam-Status: No, score=0.002 required=5 tests=[AWL=0.002]
X-Spam-Score: 0.002
X-Spam-Level:
X-Archive-Number: 200511/30
X-Sequence-Number: 14128

Java takes a pretty conservative approach to security. An applet
is only allowed to connect back to the server from which it was
loaded. The database must be on the same computer as the web
app, or you must use tunnelling software.

Without more information I can't be sure that this is your issue,
but it seems likely.

-Kevin

>>> pavi thra <paveek(at)yahoo(dot)com> >>>

how can i run jdbc in applet. it compiled correctly. but in runnig it
gives security error.how can i overcome

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-11-05 17:59:34 Re: Stable JDBC drivers for 8.1
Previous Message Jojo Paderes 2005-11-05 13:16:32 Re: Detailed Stored Proc Exception Message at JDBC Layer