interface com.sun.xml.ws.developer.WSBindingProvider is not visible from class loader

Posted by EugeneP on Stack Overflow See other posts from Stack Overflow or by EugeneP
Published on 2010-05-28T08:38:37Z Indexed on 2010/05/28 8:41 UTC
Read the original article Hit count: 629

Filed under:
|
|
|

In tomcat web container spring listens to session and executes a destroy-method on a "session-scoped" bean, that invokes a web-service.

sometimes this strange exception is raised:

 interface com.sun.xml.ws.developer.WSBindingProvider is not visible from class loader

What can this mean?

© Stack Overflow or respective owner

Related posts about java

Related posts about spring