Try:
Thread.currrentThread().getContextClassLoader().getResource("META-INF/wsdl/filename.wsdl");
If that doesn't work, move the wsdl file to wsdl/filename.wsdl and try:
Thread.currrentThread().getContextClassLoader().getResource("wsdl/filename.wsdl");
(Not sure if getResource will look within META-INF.)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143322#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...