Re: Camel 3.2.0 install on Karaf 4.2.8

2020-04-10 Thread Jean-Baptiste Onofre
Hi Oleg,

It’s a known issue in Camel feature.

The artifacts are located in org.apache.camel.karaf now (not directly in 
org.apache.camel).

I have a workaround (waiting new Camel feature) in Karaf: you have to add the 
following etc/org.apache.karaf.features.xml:

  
   
   

Regards
JB

> Le 10 avr. 2020 à 22:39, Oleg Cohen  a écrit :
> 
> Greetings,
> 
> Not sure if anybody ran into this issue.
> 
> I am starting with a brand new instance of Karaf 4.2.8
> 
> I added camel and camel-extras repos
> 
> feature:repo-add camel
> feature:repo-add camel-extras
> 
> karaf@root()> feature:repo-list | grep camel
> camel-3.2.0   │ 
> mvn:org.apache.camel.karaf/apache-camel/RELEASE/xml/features
> camel-extra-2.24.3│ 
> mvn:org.apache-extras.camel-extra.karaf/camel-extra/RELEASE/xml/features
> camel-2.24.3  │ 
> mvn:org.apache.camel.karaf/apache-camel/2.24.3/xml/features
> 
> When I try to install camel-core I get the following exception:
> 
> karaf@root()> feature:install camel
> Error executing command: Error:
> Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0
> karaf@root()> feature:install camel-core
> Error executing command: Error:
> Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0
> 
> Seems org.apache.camel/camel-commands-core/3.2.0 is missing. 
> 
> Would appreciate suggestions!
> 
> Thank you,
> Oleg
> 
> 
> -- 
> Oleg Cohen  |  Principal  |  A S S U R E B R I D G E
> Office: +1 617 564 0737 <>  |  Mobile: +1 617 455 7927 <>  |  Fax: +1 888 409 
> 6995 <>
> Email: oleg.co...@assurebridge.com   |  
> www.assurebridge.com 


Re: Camel 3.2.0 install on Karaf 4.2.8

2020-04-10 Thread Oleg Cohen
Thank you, Freeman!

I missed this one. Looks promising.

Best,
Oleg

Sent from my iPhone

On Apr 10, 2020, at 5:00 PM, Freeman Fang  wrote:


Hi,

This is a known issue caused by karaf related stuff in camel being moved to
camel-karaf sub-project and this already get fixed at camel.

Please take a look at the discussion here
to
get the idea how to workaround this.

Freeman

On Fri, Apr 10, 2020 at 4:40 PM Oleg Cohen 
wrote:

> Greetings,
>
> Not sure if anybody ran into this issue.
>
> I am starting with a brand new instance of Karaf 4.2.8
>
> I added camel and camel-extras repos
>
> feature:repo-add camel
> feature:repo-add camel-extras
>
> karaf@root()> feature:repo-list | grep camel
> camel-3.2.0   │
> mvn:org.apache.camel.karaf/apache-camel/RELEASE/xml/features
> camel-extra-2.24.3│
> mvn:org.apache-extras.camel-extra.karaf/camel-extra/RELEASE/xml/features
> camel-2.24.3  │
> mvn:org.apache.camel.karaf/apache-camel/2.24.3/xml/features
>
> When I try to install camel-core I get the following exception:
>
> karaf@root()> feature:install camel
> Error executing command: Error:
>
> * Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0*
> karaf@root()> feature:install camel-core
> Error executing command: Error:
>
> * Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0*
>
> Seems org.apache.camel/camel-commands-core/3.2.0 is missing.
>
> Would appreciate suggestions!
>
> Thank you,
> Oleg
>
>
> --
> *Oleg Cohen  |  Principal  |  **A S S U R E B R I D G E*
> *Office: +1 617 564 0737  |  Mobile: +1 617 455 7927  |  Fax: +1 888 409
> 6995*
> *Email: oleg.co...@assurebridge.com   **|
>  www.assurebridge.com *
>


Re: Camel 3.2.0 install on Karaf 4.2.8

2020-04-10 Thread Freeman Fang
Hi,

This is a known issue caused by karaf related stuff in camel being moved to
camel-karaf sub-project and this already get fixed at camel.

Please take a look at the discussion here
to
get the idea how to workaround this.

Freeman

On Fri, Apr 10, 2020 at 4:40 PM Oleg Cohen 
wrote:

> Greetings,
>
> Not sure if anybody ran into this issue.
>
> I am starting with a brand new instance of Karaf 4.2.8
>
> I added camel and camel-extras repos
>
> feature:repo-add camel
> feature:repo-add camel-extras
>
> karaf@root()> feature:repo-list | grep camel
> camel-3.2.0   │
> mvn:org.apache.camel.karaf/apache-camel/RELEASE/xml/features
> camel-extra-2.24.3│
> mvn:org.apache-extras.camel-extra.karaf/camel-extra/RELEASE/xml/features
> camel-2.24.3  │
> mvn:org.apache.camel.karaf/apache-camel/2.24.3/xml/features
>
> When I try to install camel-core I get the following exception:
>
> karaf@root()> feature:install camel
> Error executing command: Error:
>
> * Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0*
> karaf@root()> feature:install camel-core
> Error executing command: Error:
>
> * Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0*
>
> Seems org.apache.camel/camel-commands-core/3.2.0 is missing.
>
> Would appreciate suggestions!
>
> Thank you,
> Oleg
>
>
> --
> *Oleg Cohen  |  Principal  |  **A S S U R E B R I D G E*
> *Office: +1 617 564 0737  |  Mobile: +1 617 455 7927  |  Fax: +1 888 409
> 6995*
> *Email: oleg.co...@assurebridge.com   **|
>  www.assurebridge.com *
>


Camel 3.2.0 install on Karaf 4.2.8

2020-04-10 Thread Oleg Cohen
Greetings,

Not sure if anybody ran into this issue.

I am starting with a brand new instance of Karaf 4.2.8

I added camel and camel-extras repos

feature:repo-add camel
feature:repo-add camel-extras

karaf@root()> feature:repo-list | grep camel
camel-3.2.0   │
mvn:org.apache.camel.karaf/apache-camel/RELEASE/xml/features
camel-extra-2.24.3│
mvn:org.apache-extras.camel-extra.karaf/camel-extra/RELEASE/xml/features
camel-2.24.3  │
mvn:org.apache.camel.karaf/apache-camel/2.24.3/xml/features

When I try to install camel-core I get the following exception:

karaf@root()> feature:install camel
Error executing command: Error:

* Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0*
karaf@root()> feature:install camel-core
Error executing command: Error:

* Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0*

Seems org.apache.camel/camel-commands-core/3.2.0 is missing.

Would appreciate suggestions!

Thank you,
Oleg


-- 
*Oleg Cohen  |  Principal  |  **A S S U R E B R I D G E*
*Office: +1 617 564 0737  |  Mobile: +1 617 455 7927  |  Fax: +1 888 409
6995*
*Email: oleg.co...@assurebridge.com   **|
 www.assurebridge.com *


Re: [karaf-site] - Jekyll

2020-04-10 Thread Francois Papon
Hi JB,

Yes and we also could used the github pages, it would be help us to publish 
easier.

regards,

François
fpa...@apache.org

Le 10/04/2020 à 09:21, Jean-Baptiste Onofre a écrit :
> Hi François,
>
> Thanks a lot for this effort. As already discussed together, it looks good to 
> 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 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 markdown for the news post part but we can 
>> already merge this PR.
>>
>> Feedbacks are welcome :)
>>
>> regards,
>> -- 
>> François
>> fpa...@apache.org 


Re: [karaf-site] - Jekyll

2020-04-10 Thread Jean-Baptiste Onofre
Hi François,

Thanks a lot for this effort. As already discussed together, it looks good to 
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 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 markdown for the news post part but we can 
> already merge this PR.
> 
> Feedbacks are welcome :)
> 
> regards,
> -- 
> François
> fpa...@apache.org 


[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 markdown for the news post part but we can already 
merge this PR.

Feedbacks are welcome :)

regards,

-- 
François
fpa...@apache.org