I\'m trying to create a datasource from my Heroku/Spring application to postgres.heroku.com postgres database. Here is my applicationContext.xml snippet.
applicationContext.xml
When connecting to Heroku Postgres with jdbc, you will also sometimes get an error unless you add the SSL parameters to the url:
ssl=true sslfactory=org.postgresql.ssl.NonValidatingFactory