AW: pax-jdbc-config breaking changes in Karaf 4.4.x

2024-01-17 Thread 'Lukasz Lech' via OPS4J
Hello, I don’t see any errors or stack traces that there’s something wrong with my config files. It looks like they were ignored… I’m declaring following dependencies in my private feature: pax-jdbc-config pax-jdbc-postgresql

Re: pax-jdbc-config breaking changes in Karaf 4.4.x

2024-01-17 Thread Grzegorz Grzybek
Hello Only Pax Web has changed dramatically (7 → 8) between Karaf 4.3 and 4.4... What's the issue you're getting? Any stack trace? Which bundles/features related to PostgreSQL and Pax JDBC did you install? Can you send your `la -l` output? regards Grzegorz Grzybek śr., 17 sty 2024 o 15:14

pax-jdbc-config breaking changes in Karaf 4.4.x

2024-01-17 Thread 'Lukasz Lech' via OPS4J
Hello, I've tried migrating our application from Karaf 4.3.x to 4.4.x. Application doesn't start. After reading timeouts, I've noticed, that javax.sql.DataSource were not created. Were there any breaking changes in configuration file formats? I have pax-jdbc-config installed in console, it's

Re: Pax Web 8.0.22 (Karaf 4.4.4) - Session cookie config support

2024-01-17 Thread Grzegorz Grzybek
Hello I think there may be something wrong with the "secure" flag... Just as with the timeout (https://github.com/ops4j/org.ops4j.pax.web/issues/1912), I may have missed something... Good that there's a workaround for Jetty. Please create an issue at

Pax Web 8.0.22 (Karaf 4.4.4) - Session cookie config support

2024-01-17 Thread Ivaylo M
Hi Grzegorz , First off, thank you so much for the Pax Web 8 effort. It really helps to have a proper implementation of the OSGi R6/7 http and whiteboard service specs. Quick question - are the and elements in web deployment descriptors supported now? I found a note they weren't in Pax