Ok, works as intended and documented in multiple examples. Info for the future generations:
Pay attention that some frameworks you use WITHIN your web-method might use byte-code, javaasisst, proxy or some other wicked runtime magic that modifies the meta-information associated with the complex type you are willing to return over the web-method (for example it strips all the jaxb annotations!). And voila, marshaling fails since the instance you are about to pass to jaxb for the marshaling is actually instance of some proxy or byte-code modified runtime type! kind regards fahman -- View this message in context: http://cxf.547215.n5.nabble.com/Marshalling-error-on-org-joda-time-Hours-tp5711707p5711792.html Sent from the cxf-user mailing list archive at Nabble.com.
