JLine issue with Karaf 2.2.8 on windows 2008R2

2012-06-27 Thread Dan Tran
here is the bin/client output C:\Users\Administrator\dev\uc\install-1\mcagentbin\client [ERROR] Terminal initialization failed; falling back to unsupported java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.Kernel32 at

Re: JLine issue with Karaf 2.2.8 on windows 2008R2

2012-06-27 Thread Jean-Baptiste Onofré
Hi Dan, yes it's a known issue. We gonna fix that (at least try ;)). Regards JB On 06/27/2012 10:08 AM, Dan Tran wrote: here is the bin/client output C:\Users\Administrator\dev\uc\install-1\mcagentbin\client [ERROR] Terminal initialization failed; falling back to unsupported

Re: JLine issue with Karaf 2.2.8 on windows 2008R2

2012-06-27 Thread Dan Tran
I also found this reference http://forums.bukkit.org/threads/cb-2190-startup-error-java-lang-noclassdeffounderror.76218/ -D On Wed, Jun 27, 2012 at 1:15 AM, Jean-Baptiste Onofré j...@nanthrax.net wrote: Hi Dan, yes it's a known issue. We gonna fix that (at least try ;)). Regards JB On

Re: JLine issue with Karaf 2.2.8 on windows 2008R2

2012-06-27 Thread Claus Ibsen
Do you run 64bit windows. You may have to install this package to have it working http://www.microsoft.com/download/en/details.aspx?id=2092 On Wed, Jun 27, 2012 at 10:08 AM, Dan Tran dant...@gmail.com wrote: here is the bin/client output

Re: JLine issue with Karaf 2.2.8 on windows 2008R2

2012-06-27 Thread Dan Tran
darn, it works by install VC2008 Dist SP1 package. Super thanks -Dan On Wed, Jun 27, 2012 at 1:24 AM, Claus Ibsen claus.ib...@gmail.com wrote: Do you run 64bit windows. You may have to install this package to have it working http://www.microsoft.com/download/en/details.aspx?id=2092 On

Bundles for deployment of hadoop service in osgi container

2012-06-27 Thread somya singhal
Hello I have recently coma across a link -: http://search-hadoop.com/m/7TZE59pm6vsubj=Re+PROPOSAL+Hadoop+OSGi+compliant+and+Apache+Karaf+features I am trying to install hadoop bundle in osgi for quite a few days.But i am unable to do so.Anyone can please suggest me as it is written in the

Re: Bundles for deployment of hadoop service in osgi container

2012-06-27 Thread Guillaume Nodet
Have you tried the links I gave you ? On Wed, Jun 27, 2012 at 10:58 AM, somya singhal 28somyasing...@gmail.com wrote: Hello I have recently coma across a link -: http://search-hadoop.com/m/7TZE59pm6vsubj=Re+PROPOSAL+Hadoop+OSGi+compliant+and+Apache+Karaf+features I am trying to install

Re: how to bind jaxrs:server to default http service

2012-06-27 Thread Vestal, Rick
Ok ... thanks for the info. We've got it working in one instance now but not our 'real' instance ... but this helped us get it forward. Thanks for the response. On Tue, Jun 26, 2012 at 1:56 AM, Freeman Fang freeman.f...@gmail.comwrote: Hi, Yeah, it's possible, as long as your address start

exported service causing other service to Graceperiod

2012-06-27 Thread ramesh chandra
Here is the headers info for the bundle(invite-dao) , which is exporting service. The bundle status shows 'created', however, the other service which is using this service is failing to get dependency. This was working fine. I am failing to see any thing that is stopping the other service from

Re: adding dependency as a system package

2012-06-27 Thread David Jencks
AFAIK the Import-Service header is deprecated and not used for anything by anyone. david jencks On Jun 27, 2012, at 8:14 AM, ramesh chandra wrote: On 06/25/2012 05:33 PM, ramesh chandra wrote: On 06/25/2012 05:11 PM, David Jencks wrote: On Jun 25, 2012, at 5:16 PM, ramesh chandra wrote:

Re: exported service causing other service to Graceperiod

2012-06-27 Thread ramesh chandra
On 06/27/2012 10:03 AM, ramesh chandra wrote: Here is the headers info for the bundle(invite-dao) , which is exporting service. The bundle status shows 'created', however, the other service which is using this service is failing to get dependency. This was working fine. I am failing to see any

jsf 2 karaf 2.2.7

2012-06-27 Thread Adrien DAO-LENA
Hello, I am currently trying to make things work with karaf 2.2.7, and a war with JSF 2.0, and it is not going well :p. I need pax web 2, but I understand that pax web will be ship with karaf 3.0, when can I expect a release of karaf 3.0? (or a beta / snapshot). In the case I try to upgrade pax

Re: Bundles for deployment of hadoop service in osgi container

2012-06-27 Thread Jean-Baptiste Onofré
Hi Somya, I'm still working on the patches. However, if you want, I can deploy the bundles on my repo (http://maven.nanthrax.net) if you want to test. Regards JB On 06/27/2012 10:58 AM, somya singhal wrote: Hello I have recently coma across a link -:

Re: jsf 2 karaf 2.2.7

2012-06-27 Thread Dan Tran
you may want to try out apache-karaf-2.3.0-SNAPSHOT and report back the result. http://team.ops4j.org/browse/PAXWEB-382 -D btw, I have no luck with my JSF2/Spring webapp on karaf. The good news is karaf 2.3.0 loads JSF2 but fails at spring. What do you have? On Wed, Jun 27, 2012 at 8:45 AM,

Re: Karaf cellar question about bundle distribution

2012-06-27 Thread Jean-Baptiste Onofré
Hi Romain, Cellar supports both features and bundles sharing by leveraging Hazelcast. However, the features and bundles itself are not stored in the data grid, it's the information relative to the bundles/features (location, state, etc). The features/bundles are still resolved on a Maven

Re: Bundles for deployment of hadoop service in osgi container

2012-06-27 Thread ramesh chandra
On 06/27/2012 12:22 PM, Jean-Baptiste Onofré wrote: Hi Somya, I'm still working on the patches. However, if you want, I can deploy the bundles on my repo (http://maven.nanthrax.net) if you want to test. Regards JB On 06/27/2012 10:58 AM, somya singhal wrote: Hello I have recently coma

Re: Extending Karaf Console with a Completer - but without Blueprint

2012-06-27 Thread Scott England-Sullivan
Hi Oliver, You may be able to find a hint in the SCR code that is part of the 3.0.0-SNAPSHOT in trunk. This component is written sans blueprint. It is a bit different than the 2.2.x branch though. For that you can look here: https://github.com/sully6768/karaf-sandbox. Best Regards, Scott ES

Re: Karaf cellar question about bundle distribution

2012-06-27 Thread Romain Gilles
Ok, Thank you for your answer. I'm understand your point of view. What I see by storing the bundles them self within the data grid is that could reduce the amount of configuration. Because cellar is a amazing in term of zero configuration overhead in simple topology (I didn't test it in complex)

Re: Karaf cellar question about bundle distribution

2012-06-27 Thread Jean-Baptiste Onofré
Hi Romain, got your point, and it's a key feature in Cellar (easy to use, quick to setup, etc). I think it could be interesting to have a Cellar storage in the Cave. Regards JB On 06/27/2012 09:41 PM, Romain Gilles wrote: Ok, Thank you for your answer. I'm understand your point of view.

Re: Karaf cellar question about bundle distribution

2012-06-27 Thread Romain Gilles
Yes It sounds good :) 2012/6/27 Jean-Baptiste Onofré j...@nanthrax.net Hi Romain, got your point, and it's a key feature in Cellar (easy to use, quick to setup, etc). I think it could be interesting to have a Cellar storage in the Cave. Regards JB On 06/27/2012 09:41 PM, Romain Gilles

Re: Does this look a normal header ?

2012-06-27 Thread Achim Nierbeck
Well first of all the Import-Service header isn't used anymore but BND (or maven-bundle-plugin) still generates it. Though it gives a good idea for debugging what actually caused the Grace-Period. A Grace-Period is always given if the imported service via Blueprint is not available. The bnd tool

Re: Does this look a normal header ?

2012-06-27 Thread ramesh chandra
On 06/27/2012 03:38 PM, Achim Nierbeck wrote: Well first of all the Import-Service header isn't used anymore but BND (or maven-bundle-plugin) still generates it. Though it gives a good idea for debugging what actually caused the Grace-Period. A Grace-Period is always given if the imported