Re: 4.3.0??

2019-12-14 Thread rkmoquin
I had missed your message about RC1 as well, that's very exciting.  I keep
checking the Karaf page looking for 4.3.0 more and more frequently since
I've been playing with R7 more and more.  Can't wait to try it with Karaf.

Thanks for all your hard work JB

Ryan



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html


Missing Apache Karaf :: Deployer :: Blueprint in 4.2.7

2019-12-14 Thread tvogel
I'm in the process of upgrading karaf in my application from 4.0.10 to 4.2.7. 
I use the hot deployment feature to deploy a blueprint xml file (DBMS
configuration).

In (at least) 4.2.6 and 4.2.7 the blueprint deployer is not installed by
default.  Below are console sessions from each version.

This is a change from 4.0.10.  

*4.0.10 karaf*
karaf@root()> feature:list | grep -i deploy
deployer   | 4.0.10   | x|
Started | standard-4.0.10   | Karaf Deployer
karaf@root()> bundle:list -t 0 | grep -i deploy
 25 | Active   |  24 | 4.0.10  | Apache Karaf :: Deployer ::
Blueprint
 26 | Active   |  26 | 4.0.10  | Apache Karaf :: Deployer ::
Features
 27 | Active   |  24 | 4.0.10  | Apache Karaf :: Deployer ::
Karaf Archive (.kar)
 28 | Active   |  24 | 4.0.10  | Apache Karaf :: Deployer ::
Wrap Non OSGi Jar
karaf@root()>

*4.2.7 karaf*
karaf@root()> feature:list | grep -i deploy
deployerx 4.2.7x xx Started
x standard-4.2.7x Karaf Deployer
karaf@root()> bundle:list -t 0 | grep -i deploy
18 x Active   x  26 x 4.2.7x Apache Karaf :: Deployer :: Features
19 x Active   x  24 x 4.2.7x Apache Karaf :: Deployer :: Karaf Archive
(.kar)
20 x Active   x  24 x 4.2.7x Apache Karaf :: Deployer :: Wrap Non OSGi
Jar
karaf@root()>



How can I get the blueprint deployer installed and working in 4.2.7?

Timothy



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html


Re: Missing Apache Karaf :: Deployer :: Blueprint in 4.2.7

2019-12-14 Thread Jean-Baptiste Onofré
Hi,

it's normal as blueprint is now optional in Karaf 4.2.x.

If you want to use blueprint, you have to install aries-blueprint
feature, then you will have the deployer (conditional).

Regards
JB

On 14/12/2019 17:15, tvogel wrote:
> I'm in the process of upgrading karaf in my application from 4.0.10 to 4.2.7. 
> I use the hot deployment feature to deploy a blueprint xml file (DBMS
> configuration).
> 
> In (at least) 4.2.6 and 4.2.7 the blueprint deployer is not installed by
> default.  Below are console sessions from each version.
> 
> This is a change from 4.0.10.  
> 
> *4.0.10 karaf*
> karaf@root()> feature:list | grep -i deploy
> deployer   | 4.0.10   | x|
> Started | standard-4.0.10   | Karaf Deployer
> karaf@root()> bundle:list -t 0 | grep -i deploy
>  25 | Active   |  24 | 4.0.10  | Apache Karaf :: Deployer ::
> Blueprint
>  26 | Active   |  26 | 4.0.10  | Apache Karaf :: Deployer ::
> Features
>  27 | Active   |  24 | 4.0.10  | Apache Karaf :: Deployer ::
> Karaf Archive (.kar)
>  28 | Active   |  24 | 4.0.10  | Apache Karaf :: Deployer ::
> Wrap Non OSGi Jar
> karaf@root()>
> 
> *4.2.7 karaf*
> karaf@root()> feature:list | grep -i deploy
> deployerx 4.2.7x xx Started
> x standard-4.2.7x Karaf Deployer
> karaf@root()> bundle:list -t 0 | grep -i deploy
> 18 x Active   x  26 x 4.2.7x Apache Karaf :: Deployer :: Features
> 19 x Active   x  24 x 4.2.7x Apache Karaf :: Deployer :: Karaf Archive
> (.kar)
> 20 x Active   x  24 x 4.2.7x Apache Karaf :: Deployer :: Wrap Non OSGi
> Jar
> karaf@root()>
> 
> 
> 
> How can I get the blueprint deployer installed and working in 4.2.7?
> 
> Timothy
> 
> 
> 
> --
> Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Missing Apache Karaf :: Deployer :: Blueprint in 4.2.7

2019-12-14 Thread tvogel
JB,
  You always go above and beyond like answering posts over the weekend!

  Thanks for the help on getting the blueprint deployer installed.  

BTW in 4.2.6 and 4.2.7 there is an Apache Karaf bundle that has a start
level of 80.  Not sure this is intended.

karaf@root()> list
START LEVEL 100 , List Threshold: 50
ID │ State │ Lvl │ Version │ Name
───┼───┼─┼─┼─
22 │ Active│  80 │ 4.2.7   │ Apache Karaf :: OSGi Services :: Event

Timothy



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html


Re: Missing Apache Karaf :: Deployer :: Blueprint in 4.2.7

2019-12-14 Thread Jean-Baptiste Onofré
Hi Tim,

Yeah, the Karaf services event bundle is in start level 80, it's
intended as it's more "user space".

Always happy to help ;)

Regards
JB

On 14/12/2019 23:53, tvogel wrote:
> JB,
>   You always go above and beyond like answering posts over the weekend!
> 
>   Thanks for the help on getting the blueprint deployer installed.  
> 
> BTW in 4.2.6 and 4.2.7 there is an Apache Karaf bundle that has a start
> level of 80.  Not sure this is intended.
> 
> karaf@root()> list
> START LEVEL 100 , List Threshold: 50
> ID │ State │ Lvl │ Version │ Name
> ───┼───┼─┼─┼─
> 22 │ Active│  80 │ 4.2.7   │ Apache Karaf :: OSGi Services :: Event
> 
> Timothy
> 
> 
> 
> --
> Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com