I'm currently developing an app (using CXF 2.06 for the ws interaction) and have come across an issue when transforming data from an external web service back into Java. It looks like CXF is trying to create the abstract version of the object, rather than the concrete implementation (see stack trace at the end of this message). Is there any way I can help CXF identify this data with the correct implementation of the object through code?
Thanks, Daniel com.sun.xml.ws.encoding.soap.DeserializationException: Failed to read a response: javax.xml.bind.UnmarshalException - with linked exception: [javax.xml.bind.UnmarshalException: Unable to create an instance of com.xxx.party.Party - with linked exception: [java.lang.InstantiationException]] This transmission is confidential and intended solely for the person or organisation to whom it is addressed. It may contain privileged and confidential information. If you are not the intended recipient, you should not copy, distribute or take any action in reliance on it. If you have received this transmission in error, please notify the sender immediately. All messages passing through this gateway are virus scanned. Any opinions or advice contained in this e-mail are those of the individual sender except where they are stated to be the views of RDF Group plc or its subsidiaries, RDF Consulting (registered number 3522265), RDF Resources (3984500) and Aqua Resources Group (4975898). RDF Group plc is registered in England at 2 Bartholomews, Brighton, BN1 1HG (registered number 3637683).
