Re: osgi problem since 2.4.0

2011-10-17 Thread Freeman Fang
Hi, I think what you encounter should be another issue, or even not an issue in CXF at all. IIRC you mentioned you use equinox directly which means you need ensure you install a bunch of bundles correctly which can make cxf stuff work there. Anyway, if you can provide a testcase which we c

Re: osgi problem since 2.4.0

2011-10-17 Thread bst
Hi Daniel, just tested on the 2.4.4.SNAPSHOT, the problem still exists! Cheers, Boris -- View this message in context: http://cxf.547215.n5.nabble.com/osgi-problem-since-2-4-0-tp4786635p4909573.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: osgi problem since 2.4.0

2011-10-14 Thread bst
Hi Daniel, I do use Equinox 3.6 for my tests; I will checkout the snapshots as you've suggested and post the results; Cheers, Boris -- View this message in context: http://cxf.547215.n5.nabble.com/osgi-problem-since-2-4-0-tp4786635p4903079.html Sent from the cxf-user mailing list archive at Nab

Re: osgi problem since 2.4.0

2011-10-14 Thread Daniel Kulp
I think this is similar to what Freeman and I spent a couple hours debugging yesterday. I couldn't reproduce it at first as it didn't seem to appear when using Equinox (which is what I normally use). It only appeared with Felix. I was finally able to reproduce it with Felix and put a fix

Re: osgi problem since 2.4.0

2011-10-14 Thread bst
Hi Freeman, well I did some debugging lately and found out what really caused my problem. Actually it is the org.apache.cxf.transport.servlet.CXFNonSpringServlet who gets spring-initiated with the "empty" DestinationRegistry which doesn't have reference to any TransportFactory respectively no tran

Re: osgi problem since 2.4.0

2011-09-09 Thread Freeman Fang
Hi, You can also grab the latest FUSE ESB(which is based on Apache Servicemix) release[1] which already use CXF 2.4.x and take a look the cxf-osgi example there :-) Btw, Apache SMX4.4 should be out soon. [1]http://repo.fusesource.com/nexus/content/repositories/releases/org/apache/servicemix

Re: osgi problem since 2.4.0

2011-09-09 Thread Daniel Kulp
Well, there isn't a released version of ServiceMix that supports CXF 2.4.x yet. Thus, that suggestion from Freeman wouldn't work. :-) My best suggestion right now (until SMX 4.4 is out) is to grab the Talend Service Factory download ( http://talend.com/products/tsf ) and try running your a

Re: osgi problem since 2.4.0

2011-09-09 Thread Freeman Fang
Hi, If I understand correctly, you just want to use cxf http-osgi transport which leverage osgi http service(pax-web underlying), right? You're using Equinox directly? Not with Karaf or Servicemix? If you use Equinox directly, you need install a dozen of bundles yourself(from cxf 2.211 to cx

osgi problem since 2.4.0

2011-09-09 Thread bst
Hi, I'm running the application on Equinox platform and my concept is to register osgiServlet to existing httpService using pax-whiteboard. Then registering my own webServices through JaxWsServerFactoryBean using the service-reference to the osgiServlet. Everything worked great until I upgraded to