Ouch... I have solved that problem -- it was strictly JAXB problem that works
very silently when trying to unmarshall to object that has only annotated
getters :/ after moving annotation to class members it started to work
correctly. So the only case here is very quite JAXB engine, which shoul yell
on me that I am trying to work with badly annotated class.

Third test case however remains -- JAXRSClientFactory contract says that one
can provide interface or implementation of service, but when implementation
provided WebApplicationException occurs caused by
JAXRSClientFactoryBean.createWithValues(Object...) line: 137 and its
"java.lang.IllegalArgumentException: net.amichalec.wstest.JaxrsService is
not an interface" 

sorry for that fuss with WebClient ;)
cheers,
andy.
-- 
View this message in context: 
http://www.nabble.com/WebClient-fails-to-unmarshall-tp25337879p25344475.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to