Hi Neil
On 13/06/13 17:34, NCorbet wrote:
Sergey,

When I upgraded, I made sure I included the cxf-rt-rs-extension-providers
bundle. When I migrated I changed the config to use the new package:

<bean id=&quot;jsonProvider&quot;
class=&quot;org.apache.cxf.jaxrs.provider&lt;b>.json*.JSONProvider" >
                 <property name="singleJaxbContext" value="true" />
                 <property name="extraClass">
                         <list>

<value>org.syntech.reports.shared.domain.SimpleObject</value>
                         </list>
                 </property>
</bean>

It is difficult to figure what is happening. Can you provide a test project ? Or give me a favor and debug a bit ? Download CXF source, start the container with JAVA_OPTS or MAVEN_OPTS set to support the remote debugging, and set a breakpoint in JSONProvider, and see if it has even been invoked ?

Cheers, Sergey

Thanks,
Neil



--
View this message in context: 
http://cxf.547215.n5.nabble.com/JaxRs-Yet-another-Unmarshall-Marshall-issue-with-CXF-2-7-2-tp5729213p5729218.html
Sent from the cxf-user mailing list archive at Nabble.com.



--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com

Reply via email to