Thanks, Sergey. Do you mean this one? https://issues.apache.org/jira/browse/CXF-4290
I noticed your comment at the end. I'm not familiar with the internals of CXF but it looks like this is an issue in the main CXF libraries, i.e., not specifically DOSGi and that the problem is only highlighted in particular cases, like OSGi's classloaders. I guess the class is attempting to create a proxy web client with the given interface and that isn't visible on it's class path. Was the fix passing in a classloader as a parameter? I'm also curious as to why it works for the single-bundle dist and not the multi-bundle (the one I am using!). Surely it's just the CXF bundle? Is there an open issue for the multi-bundle problem? I couldn't find one. Thanks for the help. -- View this message in context: http://cxf.547215.n5.nabble.com/DOSGI-RS-client-issue-JAXRSClientFactoryBean-class-visibility-maybe-causing-a-connect-exception-tp5712885p5712924.html Sent from the cxf-user mailing list archive at Nabble.com.
