Seam 2 + Vaadin upload component problem

Hi,

I’ve managed to run Seam 2 and Vaadin 6.7, but the upload Vaadin component doesn’t work at all. When I try to upload a file it looks that goes in the infinite loops and throws a java.lang.OutOfMemoryError: Java heap space. When I remove SeamFilter and SeamListener from the web descriptor, it works OK. Did someone have a same problem?

Best regards
MB

I’ve solved the problem disabling a Seam multipart filter with <web:multipart-filter disabled=“true”/> in components.xml.

Just for information.

Best regards,
MB