users@glassfish.java.net

Problem with JSF 2 FileUpload + Glassfish v3

From: Dominik Dorn <dominik.dorn_at_gmail.com>
Date: Mon, 21 Dec 2009 01:16:15 +0100

Hi,

I'm having issues with JSF 2 FileUpload with PrimeFaces. I'm already in
contact with
the developer, but think this might be an error with JSF / Glassfish v3
itself, as it works
with Tomcat.

I'm referring to this thread:
http://primefaces.prime.com.tr/forum/viewtopic.php?f=3&t=893&p=4210#p4210

When trying to upload a file, a 500 Internal Server Error is issued, stating
that the view could not be restored.
However, this view only has a reference to a RequestScoped managed bean with
a EventHandler (which does not
get called!)

I've added the sources for this issue here:
http://github.com/domdorn/jsf2-primefaces-upload-bug/

This issue is already documented here
https://glassfish.dev.java.net/issues/show_bug.cgi?id=11295
and here
http://code.google.com/p/primefaces/issues/detail?id=361

Jim Driscoll is already looking at this, but maybe someone else could also
take a look.

FileUpload is quite vital for a lot of webapps...

Thanks,
Dominik