DBConnection.class.getResourceAsStream returns null

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

DBConnection.class.getResourceAsStream returns null

enfant_terrible
Hi;

Anyone know off hand why this call returns "null" just under ofbiz?
InputStream in =
DBConnection.class.getResourceAsStream("/com/ccradius/utils/app.properties")
;

 

It's for an app in hotdeploy directory I get the same problem with OFBiz 12
and 15.

 

At first I thought it might be something to do with the URI mappings, but it
isn't.

 

Thx

Carlos