You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Rudi <ru...@yahoo.com> on 2012/10/02 08:06:22 UTC

RE: Using JAXRSServerFactoryBean for CXF-based unit tests

Dear Sergey,

Where is setProviders(List) method that you referred to ? It's not available
in class JAXRSServerFactoryBean, and setResourceProvider[s] takes
ResourceProvider instance(s), which our provider objects aren't.

Thank you.

Rudi



--
View this message in context: http://cxf.547215.n5.nabble.com/Using-JAXRSServerFactoryBean-for-CXF-based-unit-tests-tp568752p5715292.html
Sent from the cxf-user mailing list archive at Nabble.com.

RE: Using JAXRSServerFactoryBean for CXF-based unit tests

Posted by Rudi <ru...@yahoo.com>.
I found it :

void org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean.setProviders(List<?
extends Object> providers)

Thank you.

Rudi



--
View this message in context: http://cxf.547215.n5.nabble.com/Using-JAXRSServerFactoryBean-for-CXF-based-unit-tests-tp568752p5715297.html
Sent from the cxf-user mailing list archive at Nabble.com.