Re: CamelContext Java DSL

2024-09-19 Thread Francois Papon
Hi, You can find a sample here: https://github.com/apache/karaf/blob/main/examples/karaf-camel-example and a full ESB example here: https://github.com/yupiik/esb regards, François fpa...@apache.org francois.pa...@openobject.fr Le 18/09/2024 à 21:06, apache-karaf-user.pyr3x.com via user a éc

Re: Karaf and Decanter

2024-06-17 Thread Francois Papon
Hi, I just make some fixes yesterday into the Prometheus collector to manage the metrics because I found that the Prometheus labels were not managed. I will push a PR soon. regards, François On 17/06/2024 14:35, Ephemeris Lappis wrote: Hello. I've had a look at Decanter to collect and exp

Re: Karaf CDI or DS7

2024-03-15 Thread Francois Papon
Hi, May be you can take a look to https://github.com/apache/aries-cdi project. regards, François On 15/03/2024 10:32, Michael Elbaz wrote: Hello i would like to know if is it possible to directly add bean instance to service registry without having a service wrapper like we can do with @Bean

Re: How do I find shiro WebEnvironment in karaf?

2024-03-07 Thread Francois Papon
Hi, Yes you can register whatever instance class you want in the service registry with related properties. For example, you can register a ShiroFilter as an osgi service in the service registry: Dictionary shiroProps = new Hashtable(); String[] urls = {"/*"}; String[] servlets = {restServle

Re: Custom distributions of a custom Karaf distribution

2024-01-15 Thread Francois Papon
Hi Cedric, You can also update all the configuration files of the distribution located in the etc folder, here another example on how to build custom Karaf distribution: https://github.com/yupiik/esb/ This is a full project with user bundle but the distribution module can be used as an exam

Re: Is the karaf 4.4.4 docker image arm only?

2024-01-08 Thread Francois Papon
cker image after each dependencies update. But it's just my opinion for the Karaf docker image usage :) regards, François On 08/01/2024 20:45, Steinar Bang wrote: Francois Papon : Why not using Jib? https://github.com/GoogleContainerTools/jib/tree/master Unless I'm very mistaken th

Re: Is the karaf 4.4.4 docker image arm only?

2024-01-08 Thread Francois Papon
Hi, Why not using Jib? https://github.com/GoogleContainerTools/jib/tree/master regards, François On 08/01/2024 19:36, Steinar Bang wrote: Jean-Baptiste Onofré : Hi Steinar Let me check about the image type. Did you find out anything? The docker-maven-plugin I've been using (the one create

Re: Karaf, Camel, and Spring

2023-04-28 Thread Francois Papon
Hi, The Camel features are using a range for the Spring version:     dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1     spring     spring-tx     camel-core mvn:org.apache.camel/camel-core-xml/3.20.4 mvn:org.apache.camel/camel-spring/3.20.4 mvn:org.apache.camel/came

Re: Happy new year 2023!

2023-01-02 Thread Francois Papon
Happy new year to all Karaf fans :) regards, François On 02/01/2023 07:35, Grzegorz Grzybek wrote: Happy New Year everyone! I wish you all new inspirations, new hopes and new achievements in coming 2023. kind regards Grzegorz Grzybek niedz., 1 sty 2023 o 06:41 Jean-Baptiste Onofré napi

Re: Karaf Minho

2022-11-10 Thread Francois Papon
Hi, We need to go a little deeper with springboot, we have already noted this point here: https://github.com/apache/karaf-minho/issues/7 regards, Francois On 10/11/2022 15:26, Jaap Gordijn wrote: No one who can help me here? Essentially, to build a dynamic frontend/backend plugin system w

Re: Karaf 4.3.3 feature:refresh results in StackOverflowError

2021-09-17 Thread Francois Papon
Hi Thomas, Are you building a custom Karaf distribution from 4.3.3? regards, François fpa...@apache.org francois.pa...@openobject.fr Le 17/09/2021 à 17:00, Thomas Driessen a écrit : > Hi, > > we just updated to the new Karaf 4.3.3 and suddenly we always get a > StackOverflowError as soon as we

Re: Decanter and JMX

2021-06-01 Thread Francois Papon
Hi, You can add a filter on MBean in the cfg file of your collector. Here an example with Camel MBean only: https://github.com/apache/karaf-decanter/blob/main/collector/jmx/src/main/cfg/org.apache.karaf.decanter.collector.jmx-camel.cfg regards, François fpa...@apache.org Le 01/06/2021 à 11:07

Re: Need guide to deploy Spring boot services in Karaf

2021-02-25 Thread Francois Papon
the clean processing endpoints. > > These second app can depend on the rules app and work along contracts. > I see potential in several projects like OpenMRS extensions etc. > > > > On Thu, Feb 25, 2021 at 2:30 AM Francois Papon > wrote: >> Hi, >> >> Can

Re: Need guide to deploy Spring boot services in Karaf

2021-02-24 Thread Francois Papon
Hi, Can you explain your use case a bit more and why you are interesting about running springboot in Karaf? Do you have some features you would have in Karaf around springboot? As JB said, we are currently working on Karaf 5 so every feedback are very valuable for us :) regards, François fpa..

Re: [PROPOSAL] Disable autoRefresh on features service by default and simple optional features service

2021-01-08 Thread Francois Papon
Hi, +1 to introduce the autorefresh property. About the default on/off, it's pretty easy to make a custom distribution with Karaf so users can choose depending on his usage of Karaf. We just have to add documentation about this if we change the default value from 4.2.x to 4.3.x. regards, Franç

Re: [X-Mas Gift] Panel discussion about Karaf 5

2020-12-16 Thread Francois Papon
Hi, I'm also happy to see all the user feedback around Karaf 5. Thanks guys to help us to make Karaf better! regards, François fpa...@apache.org Le 17/12/2020 à 06:06, Jean-Baptiste Onofre a écrit : > Thanks a lot guys for all your interest and positive feedback ! > > I will send an invite soo

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-01 Thread Francois Papon
Hi Alex, Any chances to have a sample project to share on github? regards, François fpa...@apache.org Le 01/12/2020 à 14:50, Alex Soto a écrit : > No problem, thanks. > > I think it will help others to have a working example of a File Upload > using pure OSGi JAX-RS Whiteboard Specification, al

Re: No link to 4.2.10 on Karaf download page

2020-11-01 Thread Francois Papon
Hi, You can download old versions on the archives page: https://karaf.apache.org/archives.html regards, François fpa...@apache.org Le 01/11/2020 à 19:29, Paul Spencer a écrit : > Where is the link to Karaf 4.2.10 on the download page, > https://karaf.a

Re: Possible to get config on first component startup?

2020-09-21 Thread Francois Papon
Hi, May be you can try with: @Component(immediate = true, configurationPolicy = ConfigurationPolicy.REQUIRE) regards, François fpa...@apache.org Le 20/09/2020 à 19:00, Steinar Bang a écrit : > I've added config for an Declarative Services component in the > src/main/feature/feature.xml file: >

Re: Karaf 4.3 Assembly add Camel

2020-08-06 Thread Francois Papon
gt; > Should it work OK when installed via console, which does not complain? > > Paul > > > On 6/08/2020 5:25 pm, Francois Papon wrote: >> Hi Paul, >> >> This is an error related to Camel, we will fix it. >> >> regards >> >> fpa

Re: Karaf 4.3 Assembly add Camel

2020-08-06 Thread Francois Papon
Hi Paul, This is an error related to Camel, we will fix it. regards fpa...@apache.org Le 06/08/2020 à 08:07, Paul Fraser a écrit : > Hi, > > Building assembly Karaf 4.3.0-SNAPSHOT, pom attached. > > If I build assembly without Camel and add Camel via console works OK. > > Why is version 4.2.9 r

Re: Disable JMX for Karaf on Linux and custom distribution

2020-07-30 Thread Francois Papon
Hi, You can add/remove feature from you distribution in etc/org.apache.karaf.features.cfg If you are using the karaf-maven-plugin to build your distribution you can choose the included features. Here an example:     org.apache.karaf.tooling     karaf-maven-plugin   

Re: [UPDATE] Karaf Virtual Meetup preparation

2020-05-08 Thread Francois Papon
Thanks Achim! Awesome! regards, François fpa...@apache.org Le 08/05/2020 à 10:46, Achim Nierbeck a écrit : > Hey, > > an update regarding the recording. > We needed to make some "Post"-Production as the video was somehow > stored in Portrait instead of Landscape. > Therefore it did take a bit l

Re: [ANN] Apache Karaf Decanter 2.4.0 has been released

2020-05-03 Thread Francois Papon
Hi, I'm preparing a blog post on a fully Decanter installation, configuration and use cases, it will be available soon ;) regards, François fpa...@apache.org Le 03/05/2020 à 11:29, Maurice Betzel a écrit : > A few years back I tried this monitoring solution but I could not get the > filtering r

Re: Karaf and Libjitsi

2020-05-01 Thread Francois Papon
5, Paul Fraser > <mailto:pa...@qnenet.com>> a écrit : >> >> Hi Francois, >> >> Many thanks for doing this and to JB who probably asked you to do it >> :-) . >> >> Hopefully this will assist others wanting to play with conferencing >> and other AV

Re: Karaf and Libjitsi

2020-04-30 Thread Francois Papon
Hi Paul, I pushed a PR just to fix the dependencies in the feature.xml. I have it works on a fresh Apache Karaf 4.3.0-RC1. You need to add some export package from the JRE in the etc/jre.properties. I added some quotes in the README.md. https://github.com/QNENet/qneav/pull/1 I agree with JB fo

Re: Handling legacy libraries in OSGi/Karaf - Karat Meet-up chat questions

2020-04-30 Thread Francois Papon
Yes! I'm joining Achim, community is very important for the project, don't hesitate to share proposals and ideas :) Every questions and feedbacks are welcome, this how we can improve Apache Karaf and make it great for the users! PS: kudo to JB and Achim for the organization, it was perfect! re

Re: [UPDATE] Karaf Virtual Meetup preparation

2020-04-30 Thread Francois Papon
Yeah! See you soon guys! regards, François fpa...@apache.org Le 30/04/2020 à 15:14, Jean-Baptiste Onofre a écrit : > Hi everyone, > > We are pretty close to the first Karaf Meetup ! I hope you are as excited as > I am ! > > Just last details: the zoom URL is valid and you don’t need password.

Re: [ANN] Apache Karaf Meetup, schedule

2020-04-30 Thread Francois Papon
Good news! Thanks Achim! regards, François fpa...@apache.org Le 30/04/2020 à 11:18, Achim Nierbeck a écrit : > Update: > I was able to configure the meetin in a way, that a password isn't > needed and still we're able to meet in a good manner :) > > best regards, Achim > > Am Mi., 29. Apr. 2020

Re: My first real karaf-based docker image: sonar-collector

2020-04-21 Thread Francois Papon
Nice! Great job Steinar! regards, François fpa...@apache.org Le 21/04/2020 à 18:36, Steinar Bang a écrit : > I have created my first real karaf-based docker image: > > https://github.com/steinarb/sonar-collector#run-the-sonar-metrics-collector-in-docker > > The sonar-collector is intended as

Re: [karaf-site] - Jekyll

2020-04-10 Thread Francois Papon
me ! > > The second step will be to create a dedicated page par projects to give > better visibility. > > Thanks again, > Regards > JB > >> Le 10 avr. 2020 à 09:02, Francois Papon a >> écrit : >> >> Hi all, >> >> I just pushed a PR to

[karaf-site] - Jekyll

2020-04-10 Thread Francois Papon
Hi all, I just pushed a PR to propose a migration of the static actual website to Jekyll generator: https://github.com/apache/karaf-site/pull/57 The effort was just to migrate "as is" the html pages with split some of the html parts (head, nav, footer...). The next step will be to use markdow

Re: Trying out the karaf docker image

2020-04-08 Thread Francois Papon
Hi Steinar, I wrote a blog post on how to create a Karaf custom distribution and create a Docker image with JIB: https://fpapon.github.io/2020/03/21/karaf-custom-distribution/ May be you can find some tips. regards, François fpa...@apache.org Le 08/04/2020 à 12:22, Steinar Bang a écrit : >>>

Re: Decanter Elasticsearch ReST appender network traffic

2020-02-18 Thread Francois Papon
imeout).  > > So the current state is already good. The only drawback is about the > number of append / refresh performed on ES. That?s why bulk could be > interesting.  > > Regards  > JB > > Le mar. 18 f?vr. 2020 ? 15:31, Francois Papon > a ?crit : > > Hi, > >

Re: Decanter Elasticsearch ReST appender network traffic

2020-02-18 Thread Francois Papon
Hi, There is some improvement on the ES7 client so may be we could update the ES appender. Another solution is that we could detect slow down ingestion and add a temporization but I also like the bulk usage :) regards, François fpa...@apache.org Le 18/02/2020 à 09:04, Jean-Baptiste Onofre a

Re: k-4.2.8 scheduler:reschedule cron syntax?

2020-02-11 Thread Francois Papon
Hi, I tested in a fresh Karaf 4.2.8 and it works well: karaf@root()> scheduler:list Name │ Schedule ───┼ decanter-collector-jmx.122 │ cron(0 59 05 * * ?) karaf@root()> scheduler:reschedule --cron "0 55 05 * * ?" decanter-collector

Re: What's needed to make karaf pick up a command?

2020-01-25 Thread Francois Papon
Hi Steinar, I think you have to add the karaf-services-maven-plugin in your build: https://github.com/apache/karaf/blob/2bc547f5e1a8a681333d40aa291ac3cf615c1d2f/examples/karaf-command-example/karaf-command-example-command/pom.xml#L51 regards, François fpa...@apache.org Le 25/01/2020 à 18:55, S

Re: Karaf 4.2.7 shutdown unexpected

2020-01-23 Thread Francois Papon
Hi, It seems like you have the system bundle (0) restarted because of the refresh. You can use the "-v" option with "feature:install" to have more informations. regards, François fpa...@apache.org Le 23/01/2020 à 19:28, Zhendong Chen a écrit : > Hi all, > > we are using Karaf 4.2.7 with Spring

Re: 1.2.8-SNAPSHOT - history command appears to be broken.

2020-01-17 Thread Francois Papon
FYI I created the Jira: https://issues.apache.org/jira/browse/KARAF-6602 regards, François fpa...@apache.org Le 17/01/2020 à 18:33, Francois Papon a écrit : > > I can reproduce from the 4.2.x branch, I will create a Jira for this. > > thanks, > > François > fpa...@apache.

Re: 1.2.8-SNAPSHOT - history command appears to be broken.

2020-01-17 Thread Francois Papon
I can reproduce from the 4.2.x branch, I will create a Jira for this. thanks, François fpa...@apache.org Le 17/01/2020 à 18:13, Francois Papon a écrit : > > Hi Erwin, > > You're talking about 4.2.8-SNAPSHOT right? > > Let me try to reproduce. > > regards, > >

Re: 1.2.8-SNAPSHOT - history command appears to be broken.

2020-01-17 Thread Francois Papon
Hi Erwin, You're talking about 4.2.8-SNAPSHOT right? Let me try to reproduce. regards, François fpa...@apache.org Le 17/01/2020 à 17:47, Erwin Hogeweg a écrit : > Hi, > > It looks like a regression because I am pretty sure this worked in 1.2.6. > > Am I missing something? > > > Cheers, > > Erw

Re: Karaf community Meetup in Karlsruhe (Germany) - "call for Talks"

2020-01-14 Thread Francois Papon
+1 for the open discussion! regards, François fpa...@apache.org Le 14/01/2020 à 09:32, Jean-Baptiste Onofré a écrit : > Hi Achim, > > I would like to submit two talks: > > - Karaf on the cloud > - Karaf as microservices runtime > > I would like also to propose a "discussion panel". I won't be a

Re: Karaf community Meetup?

2020-01-10 Thread Francois Papon
Thanks very much Achim! regards, François fpa...@apache.org Le 10/01/2020 à 13:54, Jean-Baptiste Onofré a écrit : > Hi Achim, > > thanks for leading this up ! > > As said, I will be there wherever it will be, whenever it will be ;) > > Regards > JB > > On 10/01/2020 10:06, Achim Nierbeck wrote:

Re: Happy new Karaf year !

2020-01-01 Thread Francois Papon
Hi, Happy new to all the Karaf team and users! 2020 will be a great year for Karaf! regards, François fpa...@apache.org Le 01/01/2020 à 07:22, Jean-Baptiste Onofré a écrit : > Hi everyone, > > on behalf of the Karaf team, I wish you a happy new year ! > > For sure, 2020 will be a Karaf year wi

Re: Karaf-based App-Store

2019-10-02 Thread Francois Papon
You're welcome :) regards, François fpa...@apache.org Le 02/10/2019 à 16:10, Julian Feinauer a écrit : > After 3 People telling me on the list and 4 in the #Karaf Channel I finally > got it.. thanks for your patience Francois : ) > > Julian > > Am 02.10.19, 16:07

Re: Karaf-based App-Store

2019-10-02 Thread Francois Papon
oyment? > So the whole "installation" process is in theory just one REST call? > > Julian > > Am 02.10.19, 15:07 schrieb "Francois Papon" : > > Hi Julian, > > You can install the Cave-deployer on the Karaf instances and use the api >

Re: Karaf-based App-Store

2019-10-02 Thread Francois Papon
Hi Julian, You can install the Cave-deployer on the Karaf instances and use the api rest of the deployer to install features/bundles. regards, François fpa...@apache.org Le 02/10/2019 à 13:43, Julian Feinauer a écrit : > Hi Lukasz, > > thanks fort he response. > In fact, I know both of those bu

Re: ANN: PostgreSQL JDBC driver 4.2.8 has a karaf feature attached

2019-09-27 Thread Francois Papon
Thanks Steinar! regards, François fpa...@apache.org Le 26/09/2019 à 23:11, Steinar Bang a écrit : > (Not really my news to announce, but I'm doing it anyway...:-) ) > > The current version of the PostgreSQL JDBC driver, ie. 4.2.8, comes with > a karaf feature repository file attached. The karaf

Re: karaf-maven-plugin with static framework

2019-09-09 Thread Francois Papon
Hi Alex, Wich JDK are you using when building the custom distribution? regards, François fpa...@apache.org Le 09/09/2019 à 19:05, Alex Soto a écrit : > Hello,  > > I am trying to build a custom distribution using karaf-maven-plugin > with Karaf version 4.2.6. To keep it to a minus, I have remov

[COM] - Logo stuff

2019-08-12 Thread Francois Papon
Hi all, I asked the comdev to add the Apache Karaf logo on Redbubble, we have some stuff available now: https://www.redbubble.com/people/comdev/works/40515661-apache-karaf Enjoy! regards, -- François fpa...@apache.org

Re: intermittent "unknown protocol: blueprint" errors on startup

2019-07-12 Thread Francois Papon
Hi, Why not started SCV features after core features ? Like this : featuresBoot = \ (aries-blueprint, \ deployer), \ instance/4.2.6, \ package/4.2.6, \ log/4.2.6, ssh/4.2.6, \ ...), \ scv/25.0.0.SNAPSHOT, \ ... regards, François fpa...@apache.org Le 12/07/2019

Re: Karaf 4.2.5 Jetty client

2019-06-20 Thread Francois Papon
Hi Scott, Are you using the Karaf realm? I'm not sure how the Jetty client is connected to the authentication store. regards, François fpa...@apache.org Le 20/06/2019 à 20:23, Leschke, Scott a écrit : > > I realize this isn’t strictly a Karaf question but I’m having trouble > authenticating us

Re: Authentication in a custom web application in karaf

2019-06-11 Thread Francois Papon
Hi, You have to add the war feature in your bootFeatures. regards, François fpa...@apache.org Le 11/06/2019 à 22:50, Francois Papon a écrit : > Hi, > > Let me try with your repo. > > regards, > > François > fpa...@apache.org > > Le 11/06/2019 à 19:16, coosha

Re: Authentication in a custom web application in karaf

2019-06-11 Thread Francois Papon
Hi, Let me try with your repo. regards, François fpa...@apache.org Le 11/06/2019 à 19:16, cooshal a écrit : > Hi again fpapon, > > As I have pointed out in my previous post, I have configured the web.xml > (https://github.com/cooshal/karaf-assembly-jms/blob/master/modules/web-console/src/main/w

Re: Authentication in a custom web application in karaf

2019-06-11 Thread Francois Papon
Hi, Do you want to use Karaf realm? regards, François fpa...@apache.org Le 11/06/2019 à 14:07, cooshal a écrit : > Hi: > > I have a sample web application, which I need to be protected by > authentication, just the way it does for Hawtio or other similar > applications. > > I have my sample cod

Re: Problem with SpiFly serviceloader

2019-05-25 Thread Francois Papon
Hi Paul, Wich version of Karaf are you using? regards, François fpa...@apache.org Le 25/05/2019 à 08:48, Paul Fraser a écrit : > Hi, > > Attached are some details of the code I am having problem with. > > The end of the instantiator-error.txt file clearly indicates the > problem but I have not

Re: session issues after Karaf 4.1.4->4.2.3 upgrade

2019-05-04 Thread Francois Papon
Hi Brock, What is the output of this command? karaf@root()> cxf:list-endpoints regards, François Papon fpa...@apache.org Le 04/05/2019 à 11:20, Brock Samson a écrit : > is no one else experiencing this? thats a pretty major change from where i am > standing! > > > > -- > Sent from: http://kara

Re: Deploy to Unsophisticated User

2019-04-27 Thread Francois Papon
Hi Paul, You can manage users and roles with JAAS for the shell console access: https://karaf.apache.org/manual/latest/#_security_framework regards, François Papon fpa...@apache.org Le 27/04/2019 à 11:49, Paul Fraser a écrit : > Hi, > > Is it possible to set up Karaf to be used as running appl

Re: websocket not working in karaf 422

2019-02-26 Thread Francois Papon
Hi, You can take a look at the Karaf examples: https://github.com/apache/karaf/tree/master/examples/karaf-websocket-example regards, François Papon fpa...@apache.org Le 26/02/2019 à 18:27, munishgupta.asr a écrit : > Hi Team > > I upgraded my karaf from 3.x to 4.2.2 and after that one of my b

Re: Check SSH Server in itest

2019-02-20 Thread Francois Papon
Hi, You can use Apache Mina SSHD, there is some examples in the Karaf ITests module: https://github.com/apache/karaf/tree/master/itests/test/src/test/java/org/apache/karaf/itests/ssh regards, François Papon fpa...@apache.org Le 20/02/2019 à 14:19, Wermelskirchen, Florian a écrit : > > Hi, > >

Re: REST routing issue

2019-02-16 Thread Francois Papon
Hi Greg, You have webservices and webapp deployed in the same Karaf? Did you have an Apache Httpd proxy loadbalancer in front of Karaf? regards, François Papon fpa...@apache.org Le 16/02/2019 à 10:00, Jean-Baptiste Onofré a écrit : > Hi > > I don't think Karaf (Pax Web/Jetty) or CXF are doing

Re: Microkernel Karaf fit...

2019-02-12 Thread Francois Papon
Hi Ranx, I realy like your point about the overhead of running a JVM in a Docker world ;) I think Karaf is a very good alternative to reduce this overhead and all the tooling provided by Karaf make it the perfect solution :) "Server->hypervisor->microkernel->JVM->Karaf(!)" Regards, François Pa

Re: SSL with Karaf

2019-02-05 Thread Francois Papon
Hi, Just tested on Karaf 4.2.2 and I confirmed that it works well on Firefox and Chrome according to the JB's blog post ;) Regards, François Papon fpa...@apache.org Le 06/02/2019 à 09:02, Jean-Baptiste Onofré a écrit : > Hi Scott, > > I did a blog while ago about SSL with Karaf: > > http://blog

Re: First user contributed story from openhab .. please participate too

2019-01-09 Thread Francois Papon
Hi Serge, FYI, PR is done : https://github.com/apache/karaf-site/pull/32 Can you check that is good for you? Regards, François Papon fpa...@apache.org Le 08/01/2019 à 19:23, Serge Huber a écrit : > Actually I think I'll just put them in this thread, that'll go much > faster for me :) > > For A

Re: First user contributed story from openhab .. please participate too

2019-01-08 Thread Francois Papon
Thanks for this Serge, I will do the PR ;) Regards, François Papon fpa...@apache.org Le 08/01/2019 à 19:23, Serge Huber a écrit : > Actually I think I'll just put them in this thread, that'll go much > faster for me :) > > For Apache Unomi: > > "Apache Unomi was directly created using Apache Ka

Re: OpenJPA 3 and Karaf 4.2

2019-01-07 Thread Francois Papon
Happy to see it works :) Regards, François Papon fpa...@apache.org Le 08/01/2019 à 00:55, Matteo Rulli a écrit : > The jndi feature! That did the trick!  > > Thank you Francois and Jean-Baptiste for your help and support. > > And thanks to the Karaf team for the new 4.2.x line ☺. > > Best regard

Re: Happy new year

2019-01-01 Thread Francois Papon
Hi JB! Happy new year to you and to all the Karaf team and users! This new year is very interesting with all this new stuff :) Regards, François Papon fpa...@apache.org Le 01/01/2019 à 02:39, Jean-Baptiste Onofré a écrit : > Hi all, > > I wish you all happy new year. > > For sure, it will be a

Re: Openjpa feature resolution error on Karaf 4.2.2

2018-12-26 Thread Francois Papon
Hi Matteo, We can't see the error on your message. Can you re paste it please? Regards, François Papon fpa...@apache.org Le 26/12/2018 à 22:03, matteor a écrit : > Hello, > > I'm trying to upgrade to Karaf 4.2.2 but I get the following error with the > openjpa feature: > > > > Is this a known

Re: Karaf 4.1.7: problems finding alternative JAXB contect factory

2018-12-21 Thread Francois Papon
Hi, I have an old project with Karaf where I'm using EclipseMoxy, I will share it ;) Regards, François Papon fpa...@apache.org Le 21/12/2018 à 17:40, jochenw a écrit : > Hello, > > in our application, at one place, the eclipselink moxy library is used for > unmarshalling JSON content. The JAXB

Re: example for testing of Karaf commands via Pax Exam / Junit?

2018-12-06 Thread Francois Papon
Hi Max, You can have a look at the Karaf itests example : https://github.com/apache/karaf/tree/master/examples/karaf-itest-example regards, François Papon fpa...@apache.org Le 06/12/2018 à 21:50, Max Spring a écrit : > For testing purpose I like to trigger Karaf console commands in a test > co

Re: Error downloading mvn:org.jolokia/jolokia-osgi/1.3.5

2018-11-12 Thread Francois Papon
Hi, If you don't have access to internet it's normal. However you can download it and install manually with the bundle:install shell command. https://repo1.maven.org/maven2/org/jolokia/jolokia-osgi/1.3.5/jolokia-osgi-1.3.5.jar regards, François Papon fpa...@apache.org Le 12/11/2018 à 22:00, i

Re: Recommended Way to expose Karaf WebConsole in Kubernetes

2018-11-09 Thread Francois Papon
Hi, You can expose the webconsole over HTTPS instead of HTTP : http://karaf.apache.org/manual/latest/#_webcontainer_jsp_servlet regards, François Papon fpa...@apache.org Le 09/11/2018 à 20:29, imranrazakhan a écrit : > Hi, > > I want to expose Karaf WebConsole "http://localhost:8181/system/con

Re: Decanter MongoDB appender doesn't work

2018-11-05 Thread Francois Papon
You're welcome, Don't hesitate, we are here to help users ;) regards, François Papon fpa...@apache.org Le 05/11/2018 à 13:34, mariobuonocore a écrit : > Thank you JB to have solved the issue and thank you François Papon for the > support. > > Mario > > > > -- > Sent from: http://karaf.922171.n3

Re: Decanter MongoDB appender doesn't work

2018-11-01 Thread Francois Papon
Hi JB, I just tested on debug mode and the appender service is not activated, the method activate of the bundle is not called. May be some lib dependencies are missing. regards, François Papon fpa...@apache.org Le 31/10/2018 à 08:00, Jean-Baptiste Onofré a écrit : > Thanks, > > let me setup a

Re: Is it possible to launch Karaf and debug user code from Eclipse?

2018-10-30 Thread Francois Papon
Hi Steinar, Very good explanation ;) regards, François Papon fpa...@apache.org Le 30/10/2018 à 10:36, Steinar Bang a écrit : >> Jean-Baptiste Onofré : >> Hi Jared, >> you can start karaf in debug mode: >> bin/karaf debug >> Then you can plug Eclipse debugger using port 5005 (default). >> Yo

Re: Karaf doesn't like Camel package with apache.commons.dbcp2

2018-10-25 Thread Francois Papon
g.apache.camel >     camel-base64 >     2.21.1 >     > > my camel-core doesn't have a version on it... Should I declare > 2.21.1 ? > > >     >   org.apache.camel >   camel-core >     >     >   org.apache.camel &

Re: Karaf doesn't like Camel package with apache.commons.dbcp2

2018-10-25 Thread Francois Papon
      org.apache.camel >   camel-blueprint >     > > > > On Thursday, October 25, 2018, 1:06:07 PM EDT, Francois Papon > wrote: > > > Your projectEDMtoPSoft-java  required camel version >= 2.22.0 and you > added the 2.21.1 > > If you don't add the v

Re: Karaf doesn't like Camel package with apache.commons.dbcp2

2018-10-25 Thread Francois Papon
wiring.package; (&(osgi > .wiring.package=org.apache.camel)(version>=2.22.0)(!(version>=3.0.0)))] > > > On Thursday, October 25, 2018, 10:07:41 AM EDT, Francois Papon > wrote: > > > Yes, you have to install camel features : > > karaf@root()> feature:i

Re: Decanter MongoDB appender doesn't work

2018-10-25 Thread Francois Papon
Ok, you are using Karaf 4.2.1 ? I will try to reproduce regards, François Papon fpa...@apache.org Le 25/10/2018 à 19:18, mariobuonocore a écrit : > Hi fpapon, > thank you for your reply. > Yes, i have installed it: > > karaf@root()> list -t 0 | grep -i decanter > 108 │ Active │ 80 │ 2.0.0

Re: Decanter MongoDB appender doesn't work

2018-10-25 Thread Francois Papon
My mistake, decanter-collector-log ;) regards, François Papon fpa...@apache.org Le 25/10/2018 à 18:59, Francois Papon a écrit : > Hi, > > Did you install the decanter-connector-log ? > > regards, > > François Papon > fpa...@apache.org > > Le 25/10/2018 à 18:56,

Re: Decanter MongoDB appender doesn't work

2018-10-25 Thread Francois Papon
Hi, Did you install the decanter-connector-log ? regards, François Papon fpa...@apache.org Le 25/10/2018 à 18:56, mariobuonocore a écrit : > Hi all, > after installing Karaf, Decanter and MongoDB appender on Ubuntu 18.04 > virtual machine, I cannot find logs or anything else on db collection in

Re: Karaf doesn't like Camel package with apache.commons.dbcp2

2018-10-25 Thread Francois Papon
ing.package=ca.uhn.hl7v2.model) > > On Thursday, October 25, 2018, 9:48:40 AM EDT, Francois Papon > wrote: > > > I think it's better to remove the "data" directory and re-install your > project ;) > > regards, > > François Papon > fpa...@apache.org &

Re: Karaf doesn't like Camel package with apache.commons.dbcp2

2018-10-25 Thread Francois Papon
ool2/2.5.0 >   org.apache.commons.dbcp2/2.1.1 >   org.ops4j.pax.jdbc.pool.common/1.3.0 >   org.ops4j.pax.jdbc.pool.dbcp2/1.3.0 >   org.apache.camel.camel-commands-core/2.22.1 >   org.apache.camel.karaf.camel-karaf-commands/2.22.1 > Done. > > I am still getting a missing requi

Re: Karaf doesn't like Camel package with apache.commons.dbcp2

2018-10-25 Thread Francois Papon
Hi, You can install this feature : pax-jdbc-pool-dbcp2 regards, François Papon fpa...@apache.org Le 25/10/2018 à 17:18, John F. Berry a écrit : > Thanks for the help Jean-Baptiste, I've been learning so much through > this process. > On which feature do you want me to "install -v" on?   The pa

Re: Karaf doesn't like Camel package with apache.commons.dbcp2

2018-10-24 Thread Francois Papon
Weird, It should work because the javax.transaction.xa package is provided by the geronimo-jta_1.1_spec bundle. Could you share your project or send me in private ? I could test in local. regards, François Papon fpa...@apache.org Le 24/10/2018 à 22:40, John F. Berry a écrit : > 79 | Installed

Re: Karaf doesn't like Camel package with apache.commons.dbcp2

2018-10-24 Thread Francois Papon
Hi, Which version of Karaf are you using ? Can you paste "list" command ? regards, François Papon fpa...@apache.org Le 24/10/2018 à 21:37, bohnjerry a écrit : > I am trying to install a maven Camel project and I get this error: > Unable to resolve org.apache.commons.commons-dbcp2 [79](R 79.0):

Re: Command not found: Error in Karaf shell

2018-10-24 Thread Francois Papon
Hi Oleg, Did you have some logs when the error occured ? regards, François Papon fpa...@apache.org Le 24/10/2018 à 20:00, Oleg Cohen a écrit : > Greetings, > > I run Karaf 4.2.1 on Mac in an iTerm2 window from the command line: > >> ./bin/karaf debug > All works fine, but sometimes, and I can’t

Re: Stackoverflow in feature:install on Karf 4.2.1

2018-10-23 Thread Francois Papon
Hi, I can reproduce the error on a fresh Karaf 4.2.1 and Oracle JDK9. I also tested this : 1- feature:install war 2- deploy example kar 3- feature:unistall war and I got this error : 19:49:08.903 ERROR [Karaf local console user karaf] Exception caught while executing command java.util.concur

Re: Blueprint, DS and CDI State of the Art...

2018-10-18 Thread Francois Papon
Hi, I agree for the examples and that's why we started add some examples in the distribution : https://github.com/apache/karaf/tree/master/examples We are trying to add more examples in each new releases and be focused on the users request in the mailing list. Karaf and Camel are community proj

Re: Blueprint, DS and CDI State of the Art...

2018-10-17 Thread Francois Papon
Hi, I'm agree with JB, this the big force of Karaf is to provide all the possibilities for the users to test and make the right choice for their own usages. Karaf is based on OSGi but it doesn't say that users have to use OSGi :) Keep tune for Winegrower, it will be very nice! regards, Françoi

Re: Running Camel in a Karaf OSGi container

2018-10-16 Thread Francois Papon
finitionException: Unable to > instantiate components > > > > From: Francois Papon > To: user@karaf.apache.org > Sent: Tuesday, October 16, 2018 3:18 PM > Subject: Re: Running Camel in a Karaf OSGi container > > > > Hi John, > Have you

Re: Running Camel in a Karaf OSGi container

2018-10-16 Thread Francois Papon
Hi John, Have you install the camel feature in Karaf ? In a Karaf shell : karaf@root()> feature:repo-add camel karaf@root()> feature:install camel If your are using blueprint with Karaf 4.2.x : karaf@root()> feature:install aries-blueprint Then just drop your bundle into the "deploy" folder.

Re: Logging config

2018-10-15 Thread Francois Papon
Hi, May be you can test some pattern configuration in the org.ops4j.pax.logging.cfg file. There is some documentation here about Apache Log4J2 : https://logging.apache.org/log4j/2.x/manual/layouts.html regards, François Papon fpa...@apache.org Le 16/10/2018 à 01:38, Leschke, Scott a écrit : >

Re: Comparison between Karaf, Spring & NodeJS

2018-10-05 Thread Francois Papon
Hi Serge, Very good idea :) Just a question, I'm sure about the NodeJS comparaison in the spreadsheet, could you explain why you have in mind about this ? regards, François Papon fpa...@apache.org Le 05/10/2018 à 22:58, Serge Huber a écrit : > Hi all, > > Following an interesting discussion on

Re: DB Connection pool n ot getting created with KARAF 4.2.1 (Open JPA 3.0.0)

2018-10-05 Thread Francois Papon
th > the JDBC driver. > > Regards > JB > > On 05/10/2018 17:37, Francois Papon wrote: >> Hi, >> >> I had an issue when adding the karaf-jpa-example with OpenJPA 3 related >> to the PersistenceProviderImpl and the SPI in Aries JPA. >> >> I'm

Re: DB Connection pool n ot getting created with KARAF 4.2.1 (Open JPA 3.0.0)

2018-10-05 Thread Francois Papon
Hi, I had an issue when adding the karaf-jpa-example with OpenJPA 3 related to the PersistenceProviderImpl and the SPI in Aries JPA. I'm not sure it works well actually, I can make some new test. regards, François Papon fpa...@apache.org Le 05/10/2018 à 17:58, Jean-Baptiste Onofré a écrit : >

Re: Karaf 4.2.1: cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor

2018-09-10 Thread Francois Papon
Hi, Which version of JDK are you using ? regards, François Papon fpa...@apache.org Le 10/09/2018 à 18:26, Lukasz Lech a écrit : > > Hello, > >   > > After finding out that Karaf 4.2.1 includes Eclipselink version with > PostgreSQL Bug Fix > (https://bugs.eclipse.org/bugs/show_bug.cgi?id=522408)

Re: Karaf-4.2.1 - Has DB connection pool configuration for pax-jdbc-config changed?

2018-09-10 Thread Francois Papon
Hi, There is some examples on the PaxJDBC wiki where they mentioned a "jdbc.pool" prefix : https://ops4j1.jira.com/wiki/spaces/PAXJDBC/pages/119078914/Pooling+and+XA+support+in+1.0.0 regards, François Papon fpa...@apache.org Le 10/09/2018 à 17:46, Jean-Baptiste Onofré a écrit : > It looks good

Re: Problems accessing SystemMBean from a DS component

2018-09-09 Thread Francois Papon
Hi Steinar, Are you shure about the @Reference ? In your example code, the reference is on a LogService. regards, François Papon fpa...@apache.org Le 09/09/2018 à 18:05, Steinar Bang a écrit : >> Steinar Bang : >> Platform: debian 9.5 "stretch", amd64 >> openjdk-8-jdk 8u181-b13-1~

Re: remote deploy to cave via gradle, or jenkins?

2018-09-07 Thread Francois Papon
Hi, For the Rest feature, the next release of Cave is under vote and contains some fixes about this. regards, François Papon fpa...@apache.org Le 07/09/2018 à 11:49, Simon Huebner a écrit : > Hi, > I'm looking for a way to upload a bundle to a cave installation using > gradle/jenkins. > I have

  1   2   >