AW: AW: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService

2015-07-14 Thread Thomas Konstantinides
Schneider Gesendet: Dienstag, 14. Juli 2015 11:42 An: users@cxf.apache.org Betreff: Re: AW: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService Now I get it. That explains why the open(true) helped. I think though this should be fixed in felix. A HttpService provider should not

Re: AW: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService

2015-07-14 Thread Christian Schneider
Gesendet: Dienstag, 14. Juli 2015 07:59 An: users@cxf.apache.org Betreff: Re: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService Can you check if there are different sources for the org.osgi.service.http package? Whenever you need open(true) the reason is that the client imports a

AW: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService

2015-07-14 Thread Thomas Konstantinides
Auftrag von Christian Schneider Gesendet: Dienstag, 14. Juli 2015 07:59 An: users@cxf.apache.org Betreff: Re: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService Can you check if there are different sources for the org.osgi.service.http package? Whenever you need open(true) the

Re: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService

2015-07-13 Thread Christian Schneider
Maybe someone has a similar setup working? Thomas -Ursprüngliche Nachricht- Von: Christian Schneider [mailto:cschneider...@gmail.com] Im Auftrag von Christian Schneider Gesendet: Montag, 13. Juli 2015 18:05 An: users@cxf.apache.org Betreff: Re: CXF HTTP Transport in OSGi: ServiceTracker do

Re: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService

2015-07-13 Thread Thomas Konstantinides
hristian Schneider Gesendet: Montag, 13. Juli 2015 18:05 An: users@cxf.apache.org Betreff: Re: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService Hi Thomas, I think this fix is not correct. If the http service can only be found with .open(true) it means that the package the serv

Re: CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService

2015-07-13 Thread Christian Schneider
Hi Thomas, I think this fix is not correct. If the http service can only be found with .open(true) it means that the package the service implements and the package cxf imports are different. I assume you simply forgot one step of the bridge installation guide: http://felix.apache.org/document

CXF HTTP Transport in OSGi: ServiceTracker does not find HttpService

2015-07-13 Thread Thomas Konstantinides
Hi everyone, I am having some problems with CXF HTTP Transport in an OSGi environment using Apache Felix as OSGi Framwork. I'm using the Felix Http Bridge to start Felix within a .war web application which runs in Tomcat. The problem is, that the ServiceTracker which is set up in org.apache.cx