views:

126

answers:

0

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?