Re: Cant create JDBC DS (4.0.2)

2015-11-11 Thread Jean-Baptiste Onofré
Hi, I plan to add the postgres adaptor in pax-jdbc (it will require a new pax-jdbc release), as I said in this thread. Regards JB On 11/11/2015 09:31 AM, ellirael wrote: And check this thread: http://karaf.922171.n3.nabble.com/Karaf-4-ds-create-command-creates-wrong-config-for-Postgres-tp404

Re: Cant create JDBC DS (4.0.2)

2015-11-11 Thread ellirael
And check this thread: http://karaf.922171.n3.nabble.com/Karaf-4-ds-create-command-creates-wrong-config-for-Postgres-tp4043304.html -- View this message in context: http://karaf.922171.n3.nabble.com/Cant-create-JDBC-DS-4-0-2-tp4043368p4043421.html Sent from the Karaf - User mailing list archive

Re: Cant create JDBC DS (4.0.2)

2015-11-09 Thread Christian Schneider
Jdbc now only creates a config for pax-jdbc. So you might need to install pax-jdbc too. feature:repo-add pax-jdbc 0.7.0 feature:install pax-jdbc-config pax-jdbc-pool-dbcp2 Eventually you also need to install the DataSourceFactory adapter. What does "service:list DataSourceFactory" show? Chri

Cant create JDBC DS (4.0.2)

2015-11-09 Thread Bellski
Hello. After executing jdbc command ds-create -dn postgres -u user -p password -url 192.168.1.167:5432/db dbName jdbc:ds-list is empty. ds-create -dn derby dName - doesn't work too. -- View this message in context: http://karaf.922171.n3.nabble.com/Cant-create-JDBC-DS-4-0-2-tp4043368.html Sent