You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2010/07/31 14:08:16 UTC

[jira] Created: (CXF-2922) JAX-RS runtime configuration (Spring) fails with Spring 3.0.3

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.


[jira] Assigned: (CXF-2922) JAX-RS runtime configuration (Spring) warns with Spring 3.0.3

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-2922:
--------------------------------

    Assignee: Daniel Kulp

> JAX-RS runtime configuration (Spring) warns 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
>            Assignee: Daniel Kulp
>
> 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.


[jira] Updated: (CXF-2922) JAX-RS runtime configuration (Spring) warns with Spring 3.0.3

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies updated CXF-2922:
----------------------------------

    Summary: JAX-RS runtime configuration (Spring) warns with Spring 3.0.3  (was: JAX-RS runtime configuration (Spring) fails with Spring 3.0.3)

> JAX-RS runtime configuration (Spring) warns 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.


[jira] Resolved: (CXF-2922) JAX-RS runtime configuration (Spring) warns with Spring 3.0.3

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2922.
------------------------------

    Fix Version/s: 2.3
       Resolution: Fixed

> JAX-RS runtime configuration (Spring) warns 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
>            Assignee: Daniel Kulp
>             Fix For: 2.3
>
>
> 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.


[jira] Commented: (CXF-2922) JAX-RS runtime configuration (Spring) fails with Spring 3.0.3

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894266#action_12894266 ] 

Benson Margulies commented on CXF-2922:
---------------------------------------

Well, oops, not an error or failure, just a warning.

> 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.