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.

<database>
         <jndi-name>jdbc/db</jndi-name>
         <driver>
             <type>org.postgis.DriverWrapper</type>
             <url>jdbc:postgresql_postGIS://pgdb:5432/db</url>
             <user>xxx</user>
             <password>yyy</password>
         </driver>
     </database>

Thanks,

Claire





_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to