[Minor] Adding deregister of PostgreSQL driver and change to 9.4

(Need a break =)) )
This commit is contained in:
Robert von Burg 2016-02-27 16:35:06 +01:00
parent e2366f3242
commit e886041ab7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class PostgreSqlPersistenceHandler extends StrolchComponent implements Pe
@Override
public void initialize(ComponentConfiguration componentConfiguration) throws Exception {
if (Driver.isRegistered())
if (!Driver.isRegistered())
Driver.register();
DbConnectionBuilder connectionBuilder = new PostgreSqlDbConnectionBuilder(getContainer(),