users@glassfish.java.net

Re: How to use JAX-WS 2.1 in

From: <forums_at_java.net>
Date: Wed, 9 Mar 2011 17:36:05 -0600 (CST)

 The web service class that causes all the trouble declares that it throws
some custom exceptions.

 

In the generated client code, these get turned into @WebFaults.

 

It is on these @WebFaults that the java web start version of the application
is crashing.  I removed all of the throws and converted everything into
throwing an unchecked RuntimeException and everything works.  So it seems
that there may be a bug in how those @WebFaults are handled by the class
loading in java web start, but not with jax-ws and java web start in general.

 

Let me know if you would like any more information or a test project.


--
[Message sent by forum member 'gcruscoe']
View Post: http://forums.java.net/node/671410