Using CXF 2.3.2. I'm cloning some old code I had for an older CXF-using project. I had a unit test using JAXRSServerFactoryBean. It used to call "setServiceBeans()", passing my controller bean. It appears this method was removed in a later release. What should I be calling instead?
Also, I see that JAXRSServerFactoryBean isn't in the standard doc set, but it is in the javadoc on the web site. Is there a download package that includes the javadoc for this class?
