...
- "jaxb-validation-event-handler"s now apply for both Reading and Writing. (previously only applied to Reading). There are separate jaxb-(reader|writer)-validation-event-handler properties if you need it set for only one direction.
- If the WSDL location that is passed into CXF is not valid, previous versions of CXF *MAY* ignore the error and proceed as if "null" was passed for the WSDL. 3.0 will now throw an exception.
- ClientProxy.getClient(proxy) is no longer needed for most use cases. The client proxy instances now implement the Client API directly. A direct cast to Client should work.
Transports
- Support for the older JMS 1.0.2 API's has been removed. Your JMS provider must support the 1.1 API's.
...
|
|
|