Re: Out of the blue I got problems with the PostgreSQL JDBC driver

2016-11-04 Thread Steinar Bang
> Steinar Bang : > [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 ea

Re: felix.fileinstall.enableConfigSave = false ignored?

2016-11-04 Thread Kai Kreuzer
Hi, I just came across the same issue. I would like to treat the etc folder as read-only and thus prevent Karaf from doing changes to it. Nonetheless, I want to keep fileinstall to read configs from etc and push them to ConfigAdmin. I would have expected this to work by merely setting "felix.file

Re: Apache Shiro in Karaf

2016-11-04 Thread Steinar Bang
> Bengt Rodehav : > It seems that if I comment away the following line in etc/system.properties > then the basic authentication goes away: > *karaf.local.roles = admin,manager,viewer,systembundles* > Not sure how this works. Would appreciate if someone could explain. Except for the fact tha

Re: Out of the blue I got problems with the PostgreSQL JDBC driver

2016-11-04 Thread Steinar Bang
> Jean-Baptiste Onofré : > Hi Steinar, > thanks for the update. > Just for the record, how do you define the PostgreSQL datasource ? Here: https://github.com/steinarb/ukelonn/blob/using-primefaces/ukelonn.bundle.postgresql.db/src/main/java/no/priv/bang/ukelonn/bundle/postgresql/db/PGUkelonn

Re: Apache Shiro in Karaf

2016-11-04 Thread Bengt Rodehav
It seems that if I comment away the following line in etc/system.properties then the basic authentication goes away: *karaf.local.roles = admin,manager,viewer,systembundles* Not sure how this works. Would appreciate if someone could explain. /Bengt 2016-11-04 16:42 GMT+01:00 Bengt Rodehav : >

Apache Shiro in Karaf

2016-11-04 Thread Bengt Rodehav
Hi, I'm using Apache Shiro in Karaf 4.0.7. Not sure if the problem I have is a Karaf related problem or just a Pax-Web related problem so I post in both foras. Here is an extract of my Shiro ini file: [urls] /api/getCurrentUser = anon /login = authc /logout = logout /admin/** = authc The intent

Re: Out of the blue I got problems with the PostgreSQL JDBC driver

2016-11-04 Thread Jean-Baptiste Onofré
Hi Steinar, thanks for the update. Just for the record, how do you define the PostgreSQL datasource ? Regards JB On 11/04/2016 04:15 PM, Steinar Bang wrote: Steinar Bang : Platform: Windows 7, Intel i7 Java SDK 1.8 update 112 Karaf 4.0.7 PostgreSQL JDBC driver

Re: Out of the blue I got problems with the PostgreSQL JDBC driver

2016-11-04 Thread Steinar Bang
> Steinar Bang : > Platform: Windows 7, Intel i7 > Java SDK 1.8 update 112 > Karaf 4.0.7 > PostgreSQL JDBC driver 9.4.1211.jre7 [snip!] > karaf@root()> feature:install ukelonn-db-postgresql > Error executing command: Unable to resolve root: missing requirement [

Re: ssh:ssh fails on karaf 4.0.7

2016-11-04 Thread Jean-Baptiste Onofré
Hi, I guess you changed the key config in etc/org.apache.karaf.shell.cfg right ? Regards JB On 11/03/2016 04:23 PM, conejo wrote: I tried the next command: ssh:ssh -p 22 user@server using karaf console and I have the next message in the log: (I can connect to the same server using putty) ja

Re: ssh:ssh fails on karaf 4.0.7

2016-11-04 Thread conejo
Thank you Zoran. I will wait to version 4.1.0 -- View this message in context: http://karaf.922171.n3.nabble.com/ssh-ssh-fails-on-karaf-4-0-7-tp4048558p4048562.html Sent from the Karaf - User mailing list archive at Nabble.com.