Timo Wiedenmann [
http://community.jboss.org/people/twieden] created the discussion
"Re: Custom exception not thrown"
To view the discussion, visit:
http://community.jboss.org/message/582337#582337
--------------------------------------------------------------
Hello again,
i did some more tests, but the only thing i found i a workaround:
Change all web methods to have at least one input parameter.
This is not the best solution, as this webservice is already in use ...
Can anyone tell me why i get this NullPointerException at
org.jboss.ws.core.jaxws.JAXBSerializer.getClassesForContextCreation(JAXBSerializer.java:108)
or why the result of
Class[] registeredTypes =
(Class[])serContext.getProperty(SerializationContextJAXWS.JAXB_CONTEXT_TYPES);
is NULL ?
Found the accoring class at
http://grepcode.com/file/repository.jboss.org/nexus/content/repositories/...
http://grepcode.com/file/repository.jboss.org/nexus/content/repositories/...
Best regards,
Timo
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/582337#582337]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]