>>>>> Steinar Bang <[email protected]>: > [snip!] >> I tried running karaf on an i5 with debian jessie, and Java SDK 1.8 >> (OpenJava), on that setup the ukelonn-db-postgresql feature installed >> without complaint.
> This proved to me that I wasn't insane when I thought the code had been > starting a little bit earlier. Turns out I was fooling myself. The way I used to do things was to first install the preconditions: feature:install pax-jdbc feature:install pax-jsf-support Then I installed my own features feature:install ukelonn-db-postgresql feature:install ukelonn Then I tried to make the feature file generation more automated and made the ukelonn-db-postgresql feature, and it turns out that this wasn't enough... there is something that pax-jsf-support pulls in that the postgresql JDBC driver needs... I just have to figure what. Sorry about the noise!
