FileNotFoundException with CustomLayout and Templates in Vaadin 7

Hi,

I’m having problems using a CustomLayout with a template on disk (at “layouts/template.html”), seems like vaadin uses a FileOutputStream to get the html code of the template and it’s raising a java.io.FileNotFoundException with the description “too many open files”.

I really have many instances of this class (as it is suposed to be) and i’m wondering if anybody have had some issue like this with Vaadin 7.

Best wishes,
Paulo.