I have an xml file which I want to load like this
InputStream in =
getClass().getClassLoader().getResourceAsStream("META-INF/model.xml");
| InputSource inputSource = new InputSource(in);
but in is always null . Can someone tell me what I am doing wrong??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168989#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...