I make my own, to get the class loader right.
package com.basistech.ws.frontend.service;
import org.apache.cxf.Bus;
import org.apache.cxf.BusFactory;
import org.osgi.framework.wiring.BundleWiring;
import org.osgi.service.component.ComponentContext;
import org.osgi.service.component.annotations.Ac
That worked! Thanks again. By the way, how are you determining which Bus
to use? I used BusFactory.getDefaultBus(true).
On Sun, Mar 6, 2016 at 5:48 PM James Carman
wrote:
> This should work very well! Thank you so much! I'll code it up tonight. I
> will write an open source version of this i
This should work very well! Thank you so much! I'll code it up tonight. I
will write an open source version of this in the very near future
On Sun, Mar 6, 2016 at 5:45 PM Benson Margulies
wrote:
> On Sun, Mar 6, 2016 at 5:18 PM, James Carman
> wrote:
> > It's karaf. I'm building a service that l
On Sun, Mar 6, 2016 at 5:18 PM, James Carman wrote:
> It's karaf. I'm building a service that looks up at runtime the
> configuration of the services and then "exports" them accordingly. I'd like
> to support exporting via CXF and was looking for inspiration.
> On Sun, Mar 6, 2016 at 5:16 PM Benso
It's karaf. I'm building a service that looks up at runtime the
configuration of the services and then "exports" them accordingly. I'd like
to support exporting via CXF and was looking for inspiration.
On Sun, Mar 6, 2016 at 5:16 PM Benson Margulies
wrote:
> James, no, but I'm happy to share more
James, no, but I'm happy to share more snippets or gists. Are you in
Karaf or just in plain Java? I've done a lot of these over the years.
On Sun, Mar 6, 2016 at 4:37 PM, James Carman wrote:
> Benson, is this code on github somewhere? I'm looking to add CXF services
> at runtime by code and this
Benson, is this code on github somewhere? I'm looking to add CXF services
at runtime by code and this looks promising.
On Sun, Mar 6, 2016 at 4:33 PM Benson Margulies
wrote:
> It's also possible that the code on the other end is not, in fact,
> trying the correct URL as a health check. I got some
It's also possible that the code on the other end is not, in fact,
trying the correct URL as a health check. I got some evidence of that
today, so this may all be a false alarm.
On Sun, Mar 6, 2016 at 4:15 PM, Sergey Beryozkin wrote:
> Interesting, I guess more analysis may be needed.
> Perhaps
Interesting, I guess more analysis may be needed.
Perhaps Jetty does take few seconds to get 'really' ready after
sf.create() returns, may be it is Jetty version specific ?
Sergey
On 06/03/16 12:51, Benson Margulies wrote:
On Sun, Mar 6, 2016 at 7:08 AM, Sergey Beryozkin wrote:
May be the se
On Sun, Mar 6, 2016 at 7:08 AM, Sergey Beryozkin wrote:
> May be the service has not been started (exception is lost, not sure) or
> address is wrong ?
A moment later all is well.
>
> Sergey
>
> On 05/03/16 00:20, Benson Margulies wrote:
>>
>> The code below runs in Karaf. Is there any chance of
May be the service has not been started (exception is lost, not sure) or
address is wrong ?
Sergey
On 05/03/16 00:20, Benson Margulies wrote:
The code below runs in Karaf. Is there any chance of a caller getting:
No service was found.
after this has executed?
bus = BusFactory.newInstan
The code below runs in Karaf. Is there any chance of a caller getting:
No service was found.
after this has executed?
bus = BusFactory.newInstance().createBus();
// set the class loader so that the TCCL is reliably 'us' when
we get called.
bus.setExtension(bundleContext.get
12 matches
Mail list logo