Re: 'http:list' command missing in Karaf 4.4.2

2022-11-04 Thread Oliver Fürniß
I believe I have found the replacement. feature:install pax-web-karaf web:servlet-list Am Fr., 4. Nov. 2022 um 09:19 Uhr schrieb Oliver Fürniß < oliver.fuern...@virtimo.de>: > Hi, > > Is there a replacement for 'http:list' or why has the ServletListCommand > removed?

'http:list' command missing in Karaf 4.4.2

2022-11-04 Thread Oliver Fürniß
Hi, Is there a replacement for 'http:list' or why has the ServletListCommand removed? Related Ticket: https://issues.apache.org/jira/browse/KARAF-7392 (Upgrade to Pax Web 8.0.2) Commit: https://github.com/apache/karaf/commit/773f17a39400219fa8eec55004137449edf3ea79 All the best, Oliver

Re: org.eclipse.jetty.rewrite.handler.RewriteHandler not found by org.ops4j.pax.web.pax-web-jetty

2022-11-04 Thread Oliver Fürniß
install > "pax-web-jetty-extras" feature to get access to the rewrite handler ;) > > regards > Grzegorz Grzybek > > pt., 4 lis 2022 o 07:51 Oliver Fürniß > napisał(a): > >> Hi, >> >> I'm trying to upgrade from Karaf 4.3.7 to Karaf 4.4.2 (uses p

org.eclipse.jetty.rewrite.handler.RewriteHandler not found by org.ops4j.pax.web.pax-web-jetty

2022-11-04 Thread Oliver Fürniß
Hi, I'm trying to upgrade from Karaf 4.3.7 to Karaf 4.4.2 (uses pax-web 8.0.11 and Jetty 9.4.49.v20220914). In the ${karaf.etc}/jetty.xml I have a insertHandler (RewriteHandler) instruction which fails now due to a class not found exception: org.eclipse.jetty.rewrite.handler.RewriteHandler

Re: Custom Karaf 4.2.16 with pax-jdbc 1.5.3

2022-07-04 Thread Oliver Fürniß
apache.karaf.features.xml. > > Then you can simply use your 1.5.3 version of features. > > regards > Grzegorz Grzybek > > pon., 4 lip 2022 o 08:27 Oliver Fürniß > napisał(a): > >> Good morning, >> >> Karaf 4.2.16 embeds pax-jdbc 1.5.0. I would like to

Custom Karaf 4.2.16 with pax-jdbc 1.5.3

2022-07-04 Thread Oliver Fürniß
Good morning, Karaf 4.2.16 embeds pax-jdbc 1.5.0. I would like to replace this version with pax-jdbc 1.5.3. Is this possible? In my custom Karaf build I was able to update/replace the pre-installed pax-jdbc bundles with a processing.xml (featuresProcessing -> bundleReplacements -> bundle) but

Re: Configuration cannot be overwritten by environment variable

2022-01-25 Thread Oliver Fürniß
-web-jsp > org.apache.karaf.features.configKey = org.ops4j.pax.web > org.ops4j.pax.web.config.file = > /home/jbonofre/Downloads/apache-karaf-4.3.5/etc/jetty.xml > org.osgi.service.http.port = 8186 > service.pid = org.ops4j.pax.web > > > So, you can check using

Configuration cannot be overwritten by environment variable

2022-01-25 Thread Oliver Fürniß
Greetings, I try to overwrite a configuration (Karaf 4.3.3) by using environment variables like mentioned in the Karaf documentation: https://svn.apache.org/repos/asf/karaf/site/production/manual/latest/configuration.html It works fine for simple names like `sshPort`, but fails when the variable

Re: Feature install of pax-jdbc-oracle fails

2021-10-15 Thread Oliver Fürniß
orrect. > > Let me provide a wrapping to you as workaround. > > Regards > JB > > On 07/10/2021 10:52, Oliver Fürniß wrote: > > > > Hi John, > > > > Thanks for your response. I tried your suggestion, but it does not work > > due to a wir

Re: Feature install of pax-jdbc-oracle fails

2021-10-07 Thread Oliver Fürniß
n osgi bundle) and a wrapper from pax > mvn:org.ops4j.pax.jdbc/pax-jdbc-oracle/1.5.0 > > So you could try not installing the bundle and just install the > pax-jdbc-spec and the mvn:org.ops4j.pax.jdbc bundle along with the driver > jar you put in deploy. > > -John > > On Wed, Oct 6, 2021

Feature install of pax-jdbc-oracle fails

2021-10-06 Thread Oliver Fürniß
Hello, I'm trying to upgrade from Karaf 4.2.8 to 4.3.3. With 4.2.8 I was able to place the required Oracle driver to the deploy-folder and do a "feature:install pax-jdbc-oracle". With 4.3.3 it seems to be a little bit different. When I place the ojdbc6.jar or ojdbc7.jar or ojdbc8.jar in the