Re: [Geotools-devel] password in postgres problem

2018-04-06 Thread Ben Caradoc-Davies
Julio, the "user" and "passwd" used for the connection are provided in the Map supplied to DataStoreFinder (or directly to PostgisNGDataStoreFactory): http://docs.geotools.org/stable/userguide/library/jdbc/datastore.html - What "dbtype" did you supply? - Are gt-jdbc-postgis and its dependencie

[Geotools-devel] password in postgres problem

2018-04-06 Thread jmonetti
Hello List, I'm trying to connect from my Java program to my Postgresql 9.2. The Geotools jars I am using aparently try to connect to postgres using the "Geotools" user. The problem is, acoording what i've just read in Postgres forum, in the case sensitive condition in user name. (Postgres i