Return-Path: X-Original-To: apmail-myfaces-users-archive@www.apache.org Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79C56105A2 for ; Tue, 4 Mar 2014 15:30:45 +0000 (UTC) Received: (qmail 86837 invoked by uid 500); 4 Mar 2014 15:30:42 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 86794 invoked by uid 500); 4 Mar 2014 15:30:41 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 86783 invoked by uid 99); 4 Mar 2014 15:30:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 15:30:40 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of smithh032772@gmail.com designates 74.125.82.50 as permitted sender) Received: from [74.125.82.50] (HELO mail-wg0-f50.google.com) (74.125.82.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 15:30:36 +0000 Received: by mail-wg0-f50.google.com with SMTP id x13so910190wgg.33 for ; Tue, 04 Mar 2014 07:30:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=HVlhjYpFEV0yeI1jmhHTsvfcs5V24k1oZUuXQuqX01E=; b=T4DFCNXEYExrzgQVtGpWEpq/fAkVBdN7Vsqo0MLg/h6FFeRAkTH8xqng51aNbY+nRw wt/Tc3EEF+U7fkzew6M0ZJsPKOA35xTjWL64zcbb5RO7q7joCFDTxvbr6Mw5Xy0l2OrH lkNy5Tq+6E7c8uNcGrot1ob/rSvrgVR8XK2FWey7Bb3aW/yPy1Ebe2kZrq4T6a/j9hBy rWvq8lhxBhVRi/SAb02YQwNL7eEcjgs+CxS2/1mPdfdrlEZIK5fd8kJgte0syKzSNjc/ xNuu5gpiWplXRsWJzO763qzNMDrzbcePA4YxRd6uf6nSlbRmSQv/2NE7kmZsK3AokV33 668g== MIME-Version: 1.0 X-Received: by 10.194.59.210 with SMTP id b18mr276431wjr.60.1393947015024; Tue, 04 Mar 2014 07:30:15 -0800 (PST) Received: by 10.227.222.69 with HTTP; Tue, 4 Mar 2014 07:30:14 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Mar 2014 10:30:14 -0500 Message-ID: Subject: Re: 2.2.0 and multipart From: "Howard W. Smith, Jr." To: MyFaces Discussion Content-Type: multipart/alternative; boundary=047d7b86df66aa98b604f3c99470 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b86df66aa98b604f3c99470 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable wow, okay. :) Earlier, Leonardo Uribe mentioned the following: I can confirm a simple example using MyFaces 2.2.0 works. See: http://jsflive.wordpress.com/2013/04/23/jsf22-file-upload/ Looking forward to hearing why your/Karl's test case does not work. On Tue, Mar 4, 2014 at 10:26 AM, Karl Kild=E9n wrot= e: > Removing deltaspike has no effect. / Karl > > > On 4 March 2014 16:23, Howard W. Smith, Jr. > wrote: > > > Have you reported this to Deltaspike? I wonder what happens when you > > 'remove' delta spike from the equation/mix, and see if stuff/stack star= ts > > working. :) > > > > > > > > On Tue, Mar 4, 2014 at 9:55 AM, Karl Kild=E9n > wrote: > > > > > It made no difference for me / Karl > > > > > > > > > On 4 March 2014 15:52, Karl Kild=E9n wrote: > > > > > > > Nice spot, In my production environment I changed it but I will tes= t > > that > > > > aspect in the template project > > > > > > > > > > > > On 4 March 2014 15:50, Howard W. Smith, Jr. > > >wrote: > > > > > > > >> On Tue, Mar 4, 2014 at 9:18 AM, Karl Kild=E9n > > > >> wrote: > > > >> > > > >> > Everyone, this is how I reproduced it in a test project: > > > >> > > > > >> > > > > >> > - Cloned Gerhards template > > > >> > project:https://github.com/os890/javaweb-cdi-ds-project-template > > > >> > > > > >> > > > >> hmmmm, > > > >> > > > >> examining the faces-config.xml, i see 2.0 specified instead of 2.1 > (or > > > >> 2.2). > > > >> > > > >> > > >> xmlns=3D"http://java.sun.com/xml/ns/javaee" > > > >> xmlns:xi=3D"http://www.w3.org/2001/XInclude" > > > >> xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" > > > >> xsi:schemaLocation=3D"http://java.sun.com/xml/ns/javaee > > > >> http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"> > > > >> > > > >> > > > >> > > > >> > > > >> When MyFaces 2.2 was released, i don't think I saw any mention of = a > > > >> 'requirement' to update faces-config, accordingly, but it would be > > nice > > > to > > > >> know if faces-config.xml has to be updated with '2.2' or 2.1. > > > >> > > > > > > > > > > > > > > --047d7b86df66aa98b604f3c99470--