ok, thanks for confirming the 2nd test now working... 3rd one failure : Even with a cglib-nodep-2.1_3.jar on the classpath ?
cheers, Sergey amichalec wrote: > > 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-tp25337879p25344741.html Sent from the cxf-user mailing list archive at Nabble.com.
