Re: DOSGi service still available after being unregistered

2013-05-14 Thread Jon Barber
de is still > there but that should be no problem. > /osgi/service_registry/com/ninedemons/spikes/dosgi/shared/PingService > > Christian > > On 14.05.2013 13:59, Jon Barber wrote: > > Hi, > > > > So I used CXF DOSGi current snapshot from trunk, and that sort of fixe

Re: DOSGi service still available after being unregistered

2013-05-14 Thread Jon Barber
? Thanks, Jon. On Tue, May 14, 2013, at 11:51 AM, Jon Barber wrote: > Hi Christian, > > Many thanks for looking at this. > > I should have made it clearer in the README - I started zookeeper > externally, but your method makes it even easier to reproduce. > > I explicitly

Re: DOSGi service still available after being unregistered

2013-05-14 Thread Jon Barber
centrally manage the port at one place. > > So this allowed me to get the service published. I then tried to stop > the bundle. The service was still available like you reported. > I will track the issue in: > https://issues.apache.org/jira/browse/DOSGI-180 > > As a next step

Re: DOSGi service still available after being unregistered

2013-05-14 Thread Jon Barber
m as you only register > the service once. > > I will try to recreate the problem on my system. > > Christian > > Am 13.05.2013 21:36, schrieb Jon Barber: > > Hi, > > > > I applied that patch, built as 1.5.0-SNAPSHOT and loaded into a running > > Karaf i

Re: DOSGi service still available after being unregistered

2013-05-13 Thread Jon Barber
ache.org/jira/browse/DOSGI-177 > > it even has a patch attached, so will be fixed for DOSGi 1.5 > > Sergey > On 13/05/13 16:03, Jon Barber wrote: > > Hi, > > > > I have a simple OSGi service I've exposed via CXF DOSGi 1.4.0 using > > Karaf 2.2.11 - it'

DOSGi service still available after being unregistered

2013-05-13 Thread Jon Barber
Hi, I have a simple OSGi service I've exposed via CXF DOSGi 1.4.0 using Karaf 2.2.11 - it's pretty much a straight copy from the discovery sample from the 1.4.0 release of cxf-dosgi. The service is exposed by the bundle activator as follows : private ServiceRegistration reg; public void

Re: DOSGi, JSON & SchemaFactory

2011-11-08 Thread Jon Barber
> > > > > > Hi Sergey, > > > > So now I see : > > > > "No message body writer has been found for response class GreeterInfo." > > Please make sure GreeterInfo is annotated and the packages for > XmlRootElement (and other used annotations) are imported > That works like a charm. JSON data sen

Re: DOSGi, JSON & SchemaFactory

2011-11-08 Thread Jon Barber
On Tuesday, November 08, 2011 1:24 PM, "Sergey Beryozkin" wrote: > Hi > On 08/11/11 13:16, Jon Barber wrote: > > On Tuesday, November 08, 2011 10:02 AM, "Jon Barber" > > wrote: > >> Apologies for the delayed reply. Comments in line below.

Re: DOSGi, JSON & SchemaFactory

2011-11-08 Thread Jon Barber
On Tuesday, November 08, 2011 10:02 AM, "Jon Barber" wrote: > Apologies for the delayed reply. Comments in line below. > > On Monday, October 31, 2011 10:28 PM, "Sergey Beryozkin" > wrote: > > Hi > > > > On 27/10/11 16:28, Jon Barber wrote:

Re: DOSGi, JSON & SchemaFactory

2011-11-08 Thread Jon Barber
Apologies for the delayed reply. Comments in line below. On Monday, October 31, 2011 10:28 PM, "Sergey Beryozkin" wrote: > Hi > > On 27/10/11 16:28, Jon Barber wrote: > > Hi List, > > > > I've managed to get CXF DOSGi 1.2 working with JSON responses fol

DOSGi, JSON & SchemaFactory

2011-10-27 Thread Jon Barber
Hi List, I've managed to get CXF DOSGi 1.2 working with JSON responses following the discussions I found on this list. However, I've hit a problem when I try to use the OSGi HTTP Service via the org.apache.cxf.ws.httpservice.context property. So I've adapted the greeter rest sample from the distr