[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

alesj do-not-reply at jboss.com
Wed Jul 2 07:52:01 EDT 2008


I updated the trunk to use 2.5.5.
And I added this 

  |    public boolean isReadable()
  |    {
  |       try
  |       {
  |          return file.getSize() > 0;
  |       }
  |       catch (IOException e)
  |       {
  |          throw new RuntimeException(e);
  |       }
  |    }
  | 
instead of plain true.

Can you try it out?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162024#4162024

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162024



More information about the jboss-user mailing list