forward from [email protected]: Hi,
I tried you project and: 1) faces-config.xml is wrong, it needs <faces-config> as root element, not <root> 2) trinidad-config is wrong, it has <filter> element - this one belongs to web.xml and element <uploaded-file-processor-settings> with children does not exist: see http://myfaces.apache.org/trinidad/devguide/fileUpload.html Please notice that in console you can see a lots and warnings like: 8.6.2011 20:25:04 org.apache.myfaces.trinidadinternal.config.ConfigParser$Handler endElement WARNING: Element upload-max-memory is not understandable After correction of 1 and 2): 3) I created /tmp/TrinidadUpload and increased org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE to 1000000000 and it uploads 1GB file without problem. Regards, Kočičák jitechno píše v Čt 02. 06. 2011 v 03:14 -0700: > Joachim, I put entire project (without jaf&trinidad's jars) > http://old.nabble.com/Re%3A-Problem-with-Trinidad%27s-uploads-p31748075.html > on this thread. > If you have time to look, thanks a lot. > This is the same version, what I use to test. > Oleg >
