| finally
| {
| try
| {
| fis.close();
| }
| catch(IOException e)
| {
| log.warn("Exception closing file input stream: " + fis, e);
| }
| }
|
Ignoring (outputing warning) exception at closing.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970623#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...