duplicated karaf instance issue in karaf 2.3.3

2014-02-17 Thread simafengyun1984
Hi JB, I found there is duplicated karaf instance issue in linux ENV. I used karaf 2.3.3. It will create karaf instance for each time executing command "start". for instance, execute the command "start" twice and I can see 2 instance. And the command "stop" only can stop one instance. Log as bel

Re: Frequent "Listener timed out, will be ignored" exception in log

2014-02-17 Thread Vinu Raj
I am getting this "Listener timed out, will be ignored", when I start Camel Contexts using blueprint container. And "install -s" command hangs for a long time before coming out even though log statements says camel context is started. Following is what I am having in the route from("file:{

Re: Karaf 2.3.3 custom dist with cellar preinstalled

2014-02-17 Thread Markus Wolf
Hi Jean-Baptiste, did you already upload a new SNAPSHOT? I could not find it under the given URL. Regards Markus -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-2-3-3-custom-dist-with-cellar-preinstalled-tp4031591p4031747.html Sent from the Karaf - User mailing list a

sample web application which cannot be run on tomcat7

2014-02-17 Thread Ja kub
Do you know sample simple web application that cannot be run on jboss6/5 and tomcat7 but can be run on karaf laveraging karaf osgi classloader ?

Re: sample web application which cannot be run on tomcat7

2014-02-17 Thread Achim Nierbeck
I'm not sure I follow about the "cannot be run on jboss ..." though the Pax Web project is full of samples, might be some of them are special for Pax Web and therefore OSGi / Karaf. Take a look at the samples at [1] and the integration tests using them at [2] regards, Achim [1] - https://github.c

Re: sample web application which cannot be run on tomcat7

2014-02-17 Thread Ja kub
I am interested in application, that has dependencies to two external libraries, that are dependant on two different versions of the same library and make use of different apis of the same library. I am interested in something that can be run under osgi container, but not under standard classloader

Re: Updating Karaf Features

2014-02-17 Thread Łukasz Dywicki
Proper procedure is: features:uninstall features:refreshurl features:install In case if you are using KARs it’s a little bit different because instead of refreshurl you need to copy & override KAR file. Cheers, Lukasz Wiadomość napisana przez Ryan Moquin w dniu 10 lut 2014, o godz. 23:37:

Re: Updating Karaf Features

2014-02-17 Thread Jean-Baptiste Onofré
+1 I propose to add this note in the user guide. Regards JB On 02/17/2014 02:27 PM, Łukasz Dywicki wrote: Proper procedure is: features:uninstall features:refreshurl features:install In case if you are using KARs it’s a little bit different because instead of refreshurl you need to copy & o

Re: sample web application which cannot be run on tomcat7

2014-02-17 Thread Achim Nierbeck
Hm, yes this is a valid use-case though the dependency to two external libraries and different versions dependencies won't be a happy scenario for your use-case, it'll fail. It's gonna be different if you use two different versions of services though :D regards, Achim 2014-02-17 13:57 GMT+01:00

Re: Strange behavior of the org.apache.karaf.features.FeaturesService in Apache Karaf 2.3.0

2014-02-17 Thread Steve
I started with a fresh container and created a very basic bundle that simply prints the number of BundleInfo objects that are associated with all installed Features. When the start(BundleContext) method is called on its BundleActivator it simply prints this information to the log: public class Ac

[ANN] Apache Karaf 2.3.4 Released!

2014-02-17 Thread Jamie G.
The Karaf team is pleased to announce the release of Karaf version 2.3.4. Apache Karaf is a small OSGi distribution which provides a ready to use container for server side applications. This patch update to the 2.3.x line contains multiple bug fixes, improvements, and dependency updates including