RE: Karaf colored output

2014-05-25 Thread Zhemzhitsky Sergey
any unknown term should work. Regards JB On 05/22/2014 07:19 PM, Zhemzhitsky Sergey wrote: Hi karaf gurus, Is it somehow possible to disable karaf’s shell colored output? It seems that karaf’s does not interpret TERM environment variable, because if I connect to karaf either like this “TERM

RE: Karaf colored output

2014-05-25 Thread Zhemzhitsky Sergey
:19 GMT+02:00 Zhemzhitsky Sergey sergey_zhemzhit...@sberbank-cib.rumailto:sergey_zhemzhit...@sberbank-cib.ru: Hi karaf gurus, Is it somehow possible to disable karaf’s shell colored output? It seems that karaf’s does not interpret TERM environment variable, because if I connect to karaf either

features-maven-plugin - how to exclude features?

2012-02-14 Thread Zhemzhitsky Sergey
Hi guys, I’m using features-maven-plugin with addTransitiveFeatures option set to true to build a distribution of an application. Everything is fine, except I have to exclude few transitive features from the target distribution. Does feature-maven-plugin have any option to exclude a list of

Felix EventAdmin configuration in Karaf

2011-11-10 Thread Zhemzhitsky Sergey
Hi there, I'd like to use felix EventAdmin as centralized event handler/dispatcher in my application in Karaf. I know that EventAdmin can blacklist slow event handlers. However I would not like event handlers to be blacklisted at all. So could you please answer to the following questions:

RE: Simple way to log all bundle events

2011-10-24 Thread Zhemzhitsky Sergey
events and log them using the log component. On Mon, Oct 24, 2011 at 10:20, Zhemzhitsky Sergey sergey_zhemzhit...@troika.rumailto:sergey_zhemzhit...@troika.ru wrote: Hi there, I have to log all bundle events (started, starting, etc.) among with some bundle properties, so I'm wondering in whether

RE: Karaf 2.2.2 kar installer expects feature classifier instead of features

2011-08-25 Thread Zhemzhitsky Sergey
/jira/browse/KARAF-826 I'm gonna work on it. Regards JB On 08/25/2011 08:44 AM, Zhemzhitsky Sergey wrote: Hi there, I'm trying to use kar installer within karaf 2.2.2. When I'm deploying my kar archive that contains kar installer unable to do it because all my features have features

Features maven plugin forces build phases to execute twice

2011-07-14 Thread Zhemzhitsky Sergey
Hi there, I have the following problem: The features-maven-plugin 2.1.3 forces build phases till the compile phase to execute twice. I have also tried to use features-maven-plugin 2.2.2 but behavior is the same. Could you suggest how to fix this issue? Here is a brief maven build log: [INFO]

RE: Features maven plugin forces build phases to execute twice

2011-07-14 Thread Zhemzhitsky Sergey
build phases to execute twice Hi Sergey, could you provide your POM where you execute features-maven-plugin ? Regards JB On 07/14/2011 01:05 PM, Zhemzhitsky Sergey wrote: Hi there, I have the following problem: The features-maven-plugin 2.1.3 forces build phases till the compile phase

RE: Features maven plugin forces build phases to execute twice

2011-07-14 Thread Zhemzhitsky Sergey
branch. Let me know. Regards JB On 07/14/2011 03:54 PM, Zhemzhitsky Sergey wrote: Hi JB, Here is the POM project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd

Installing custom security provider

2011-04-27 Thread Zhemzhitsky Sergey
Hi there, I'm trying to install custom security provider using this http://felix.apache.org/site/65-deploying-security-providers.html link. Unfortunately this provider uses xmlsec library which must be placed near it. I have changed org.osgi.framework.bootdelegation like this:

RE: Installing custom security provider

2011-04-27 Thread Zhemzhitsky Sergey
: Wednesday, April 27, 2011 12:23 PM To: user@karaf.apache.org Subject: Re: Installing custom security provider If boot delegation is available for a given package, it will always be used first. On Wed, Apr 27, 2011 at 10:21, Zhemzhitsky Sergey sergey_zhemzhit...@troika.ru wrote: Hi there, I'm