Alessio Soldano [http://community.jboss.org/people/asoldano] created the discussion
"Re: Module Dependency for supporting external Handler" To view the discussion, visit: http://community.jboss.org/message/629813#629813 -------------------------------------------------------------- It's hard to tell exactly what might have been changed that is causing this. Do you have any continuous integration testing showing when the regression has been introduced exactly? In any case, AFAICS the ClassCastException there comes from a failure in calling Class::asSubclass(Handler.class) on your handler class. Can you try debugging a bit and checking which classloaders are involved there? I assume your handler is properly implementing javax.xml.ws.handler.Handler, so there's likely something weird with the classloader(s) that loaded your handler and Handler, right? -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/629813#629813] Start a new discussion in JBoss Web Services at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
