JAX-RS runtime configuration (Spring) fails with Spring 3.0.3
-------------------------------------------------------------
Key: CXF-2922
URL: https://issues.apache.org/jira/browse/CXF-2922
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.2.9
Reporter: Benson Margulies
The error is:
{noformat}
org.apache.cxf.endpoint.ServerImpl - Setting the server's publish address to
be /Extraction
Jul 31, 2010 7:54:31 AM
org.springframework.beans.GenericTypeAwarePropertyDescriptor
getWriteMethodForActualAccess
WARNING: Invalid JavaBean property 'serviceBeans' being accessed! Ambiguous
write methods found next to actually used [public void
org.apache.cxf.jaxrs.JAXRSServerFactoryBean.setServiceBeans(java.lang.Object[])]:
[public void
org.apache.cxf.jaxrs.JAXRSServerFactoryBean.setServiceBeans(java.util.List)]
{noformat}
For:
{code}
<jaxrs:server id="configService" address="/configuration">
<jaxrs:serviceBeans>
<ref bean="configServiceImpl" />
</jaxrs:serviceBeans>
<jaxrs:providers>
<bean class="org.codehaus.jackson.jaxrs.JacksonJsonProvider" />
<bean class="com.basistech.ras.CacheControlResponseModifier" />
</jaxrs:providers>
</jaxrs:server>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.