On Sep 30, 2009, at 1:33 PM, Fredrik Jonson wrote:
David Jencks wrote:
IIRC the postgres tranql wrapper uses the postgres
ConnectionPoolDataSource (at least with tranql trunk). To configure
ssl you'd need to be able to configure ssl using this postgres class.
If you can provide info on how to do that in the next day or two we
can make sure tranql can do it too in the next tranql wrapper
release.
David,
I'd be happy to supply a patch, if only I knew which svn trunk you're
talking about. The tranql svn repo at codehaus is, well, confusing,
and I
don't even have enough svn-fu to know where to point 'svn co'. ;)
I've had that problem too and recently reorganized it. Try this:
https://svn.codehaus.org/tranql/ra/trunk
Otherwise, for the properties Paul asked about, there is a boolean
property
for SSL and a string property sslsocketfactory on the base class of
PGConnectionPoolDataSource[0]. Might be relevant to expose the other
"public" properties in that class too though.
<http://jdbc.postgresql.org/documentation/publicapi/index.html?
org/postgresql/ds/common/BaseDataSource.html>
A patch would be great, if you don't get to it I'll try to look into it.
thanks
david jencks
--
Fredrik Jonson