[Resin-interest] Postgis driver wrapper?

2008-10-09 Thread Claire McLister
Has anyone successfully used a Postgis driver wrapper for a Resin Data Source? We tried the following configuration but are getting a class org.postgresql.Connection not found error. Both postgresql.jar and postgis.jar are in the ext-lib directory. jdbc/db o

Re: [Resin-interest] Obtaining a PGConnection object

2008-10-09 Thread Claire McLister
sql.UserConnection) > conn).getConnection(); > > -- Scott > -- Claire McLister[EMAIL PROTECTED] 21060 Homestead Road Suite 150 Cupertino, CA 95014408-733-2737(fax) http://www.zeemaps.com _

[Resin-interest] Obtaining a PGConnection object

2008-10-01 Thread Claire McLister
Hi, We have an application running on Tomcat and are evaluating migration to Resin. One of the current sticking points is the use of Postgresql Large Objects. In the Tomcat configuration, we could use the 'allowAccesstoUnderlyingConnection' property to access the PGConnection object a