ServerFactoryBean is just facade of the CXF server creation  API.
you can set the service class from the JaxWsServerFactoryBean instead.
JaxWsServerFactoryBean will pass it to its ServiceFactoryBean.

Willem.


bmargulies wrote:
> 
> Step 1: create a JaxWsServiceFactoryBean. Set the service class.
> 
> Step 2: create a JaxWsServerFactoryBean over the service factory bean.
> 
> Step 3: observe that the serviceClass of the serverFactory bean is null.
> Shouldn't it default to that of the service factory?
> 
>  
> 
>  
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/JaxWsServerFactoryBean-null-pointer-tf4540810.html#a12961744
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to