karaf 2.3.3 java.io.IOException: Pipe closed

2014-01-08 Thread simafengyun1984
Hi JB, when I try to deploy the quartz-1.8.5.jar to karaf 2.3.3 It always shows the below exception. 2014-01-08 17:04:49,276 | INFO | raf-2.3.3/deploy | fileinstall | ? ? | 6 - org.apache.felix.fileinstall - 3.2.6 | Started bundle:

Re: karaf 2.3.3 java.io.IOException: Pipe closed

2014-01-08 Thread Freeman Fang
Hi, Servicemix wrap quartz as OSGi bundle, how about you use the one from servicemix[1]. something like install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.quartz/1.8.6_1 - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat On 2014-1-8, at

Re: karaf 2.3.3 java.io.IOException: Pipe closed

2014-01-08 Thread Jean-Baptiste Onofré
I second Freeman. Try to use the Quartz SMX bundle. Regards JB On 01/08/2014 10:41 AM, Freeman Fang wrote: Hi, Servicemix wrap quartz as OSGi bundle, how about you use the one from servicemix[1]. something like install -s

Karaf samples/quickstarts

2014-01-08 Thread Krzysztof Sobkowiak
Hi I'd like to ask you whether we want to have some samples in Karaf like in ServiceMix or JBoss Fuse, e.g. how to implement persistent bundle or how to use Spring AOP or Spring Security in Karaf... What do you think about the granularity of the samples - more complex samples (e.g. Spring

Re: Karaf samples/quickstarts

2014-01-08 Thread Henryk Konsek
Hi Krzysiek, I'd like to ask you whether we want to have some samples in Karaf like in ServiceMix or JBoss Fuse I think that all additional examples would be highly appreciated by the community. There are many many use cases not covered by documentation/books/blogs/GitHub. One of the biggest

RE: Non standard Blueprint properties

2014-01-08 Thread Ryan Moquin
Ok, I'll rephrase my theory with a simple example/explanation. Let's say you have a getter and setter like: getABIGInteger and setABIGInteger But the property they set/get is: ABigInt Then what sometimes works is to use a property name based on the getter setter: aBIGInteger (Which I

Re: Karaf samples/quickstarts

2014-01-08 Thread Krzysztof Sobkowiak
Hi Henryk I think your repository of POCs contains a good starting point for solving several problems. FuseByExamples contains excellent samples too, but the samples are developed for JBoss Fuse. I have found a lot of very excellent repositories with good samples. My idea is to provide the

Re: Karaf samples/quickstarts

2014-01-08 Thread Minto van der Sluis
Hi, Just for the curious I have some examples too. It currently contains 3 projects. I mostly use these to isolate specific features and discuss issues I run into with various communities. Regards, misl Krzysztof Sobkowiak schreef op 8-1-2014 22:07: Hi Henryk I think your repository of

karaf cellar 2.3.2 issue

2014-01-08 Thread simafengyun1984
Hi JB, I used the below command to install cellar in karaf 2.3.3 *features:addurl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.3.2/xml/features features:install cellar features:install cellar-cloud* *below is the log. I found there is an issue CELLAR CONFIG: failed to update local

karaf cellar 2.3.2 issue

2014-01-08 Thread simafengyun1984
Hi JB, I used the below command to install cellar in karaf 2.3.3 *features:addurl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.3.2/xml/features features:install cellar features:install cellar-cloud* *below is the log. I found there is an issue CELLAR CONFIG: failed to update local

Please help to fix karaf cluster issue

2014-01-08 Thread simafengyun1984
Hi JB, I used karaf cellar 2.2.2 to construct my karaf cluster. I tried to construct a cellar cluster in my local. I had 3 nodes in the cluster. 3 kinds of bundles ,as below * 1. third-party bundles(ex: spring-dm bundle) deployed in the node1 2. my customized camel component bundles