"mabimal" wrote : How can i make ejb read this file
|
I don't know how you are reading this file currently in your web application. But you
can use:
InputStream is =
this.getClass().getClassLoader().getResourceAsStream("configuration.xml");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171058#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...