[jboss-user] [EJB 3.0] - Re: Using Connection Pool in EJB 3.0
jaikiran
do-not-reply at jboss.com
Mon Aug 18 10:19:05 EDT 2008
"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#4171058
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171058
More information about the jboss-user
mailing list