Karl I haven't tested it, but Howard figured out that it may be a primefaces problem in their autodetection algorithm
I haven't tested myself yet, but it seems it's just a matter of adding this parameter explicitly <context-param> <param-name>primefaces.UPLOADER</param-name> <param-value>commons</param-value> </context-param> best regards Leo [] Leo On Tue, Mar 4, 2014 at 4:37 AM, Karl Kildén <[email protected]> wrote: > Leo, > > I have the same problem, What's your status? > > cheers > > > On 22 February 2014 02:58, Leonardo K. Shikida <[email protected]> wrote: > > > Hi > > > > Just noticed this thread about tomee, myfacs 2.2.0 and multipart request > > > > > > > stackoverflow.com/questions/21948228/how-to-get-jsf-file-upload-to-work-on-tomee-1-6 > > > > does anyone know if between 2.1.13 and 2.2.0, multipart request has got > any > > new bug? could not find anything in JIRA > > > > the guy who posted the stackoverflow question tested with > > > > h:commandButton while I've reproduced the problem just switching > > myfaces jars from vanilla tomee 1.6.0 from 2.1.13 to 2.2.0 and using > > p:fileUpload > > > > [] > > > > Leo > > >

