RE: Karaf Cellar - Overriding BundleEventHandler

2016-07-18 Thread Jean-Baptiste Onofré
Hi Sergiy  I have a jira about that and it's plan for cellar 4.0.2. Basically the trick is to use a command event instead of a simple event (as I do for producer, etc). I advise to wait cellar 4.0.2. RegardsJB  Sent from my Samsung device Original message From: Sergiy

Karaf Cellar - Overriding BundleEventHandler

2016-07-18 Thread Sergiy Shyrkov
Hello, I would like to override or extend the functionality of the: org.apache.karaf.cellar.bundle.BundleEventHandler in order to implement "synchronous" handling in our code as we expect bundle operations to complete before the call returns. I was already asking in the list about

Re: Removal of start levels from Karaf 4.0.2 onwards - transaction manager not available in time

2016-07-18 Thread Christian Schneider
Hi Tim, you should create such a feature in the tx-control code in Aries. For example the Aries jpa code already has such a feature now. This allows people to install their desired version independently from the karaf version. As soon as you have this feature I can then add it to the karaf

Re: Documentation for org.apache.cxf.osgi.cfg

2016-07-18 Thread Christian Schneider
It is used in the class ServletExporter in the http transport. You can see the params in the source below. See https://github.com/apache/cxf/blob/master/rt/transports/http/src/main/java/org/apache/cxf/transport/http/osgi/ServletExporter.java Christian On 18.07.2016 10:53, Allan C. wrote:

Documentation for org.apache.cxf.osgi.cfg

2016-07-18 Thread Allan C.
Hi, I am trying to find out what are the available parameters for configuration in the config file "org.apache.cxf.osgi.cfg". Would anyone know where to start? And which bundle is watching this configuration file? Regards, Allan C.

Helping Spread the Word about Apachecon EU 2016

2016-07-18 Thread Sharan Foga
Hi Everyone I'm forwarding the following message on behalf of Rich Bowen and the Apachecon team == As you are aware, we are holding ApacheCon in Seville in November. While this seems like a long way away, it is critical that we get on people's calendar now, so that they can plan, get

Re: Removal of start levels from Karaf 4.0.2 onwards - transaction manager not available in time

2016-07-18 Thread Guillaume Nodet
The depend-on flag on the bean element can be used for that. The JPA 2.x Aries bundles should solve the service dependency problem and be better integrated with the pax-jdbc config stuff. 2016-07-11 9:37 GMT+02:00 jochenw : > Hello, > > start levels have been