On Fri, Oct 22, 2010 at 10:24 AM, martin.th.be <[email protected]> wrote:
> Caused by: java.lang.ClassCastException: class > org.apache.cxf.ws.addressing.wsdl.UsingAddressing It's a shot in the dark, but could you verify that you're inadvertently not deploy some CXF-related libraries with your (web)app? CCE seems to imply that's the case - the class is available in two different classloaders and hence the exception. Jacek -- Jacek Laskowski Notatnik Projektanta Java EE - http://jaceklaskowski.pl Komitet organizacyjny warsjawa 2010 - http://warsjawa.pl
