Problems with update to WSIF nightly build (wsif-2.0.1_IB3)
"Lorenzi, Michael" <mlorenzi-oe7qfRrRQfdfcPYw/[email protected]>
| Newsgroups | gmane.comp.apache.webservices.wsif.user |
|---|---|
| Message-ID | <[email protected]> |
hi all,
I wanted to update to axis-1.2. Now, WSIF can't find my generated classes i use for the type-mapping.
I made a custom ClassLoader and set it with setContextClassLoader() at the beginning. That works fine with the old WSIF. With the nightly build, i get the error:
EXIT WSIFDefaultMessage.getObjectPart(org.xml.sax.SAXException: Deserializing parameter 'return': could not find deserializer for type {urn:GoogleSearch}GoogleSearchResult)
Looks like it can't find my classes anymore. Is there any change in loading the classes for the mapping in the new build of WSIF?