Not sure why you have to use \ as we (running on Linux + hibernate/4.3.6.Final) use the following
osgi.jdbc.driver.name=PostgreSQL JDBC Driver-pool-xa url=jdbc:postgresql://localhost:5432/xxxx databaseName=xxxx serverName=localhost portNumber=5432 user= password= dataSourceName=xxxx However I did notice you are using PostgreSQL 9.4 JDBC4.1 (build 1200), we struck this bug https://github.com/pgjdbc/pgjdbc/pull/257 -- View this message in context: http://karaf.922171.n3.nabble.com/Problem-with-Karaf-4-0-3-and-Postgres-db-tp4044862p4044882.html Sent from the Karaf - User mailing list archive at Nabble.com.
