Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 25748 invoked from network); 1 Dec 2009 13:35:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 13:35:43 -0000 Received: (qmail 61073 invoked by uid 500); 1 Dec 2009 13:35:43 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 61022 invoked by uid 500); 1 Dec 2009 13:35:43 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 61012 invoked by uid 99); 1 Dec 2009 13:35:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 13:35:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 13:35:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B1307234C045 for ; Tue, 1 Dec 2009 05:35:20 -0800 (PST) Message-ID: <2092905941.1259674520711.JavaMail.jira@brutus> Date: Tue, 1 Dec 2009 13:35:20 +0000 (UTC) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2568) default values don't get quoted properly in generated Javascript In-Reply-To: <607417578.1259674100819.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies resolved CXF-2568. ----------------------------------- Resolution: Fixed Fix checked in. Fix could be more comprehensively tested. > default values don't get quoted properly in generated Javascript > ---------------------------------------------------------------- > > Key: CXF-2568 > URL: https://issues.apache.org/jira/browse/CXF-2568 > Project: CXF > Issue Type: Bug > Components: JavaScript Client > Affects Versions: 2.2.4, 2.1.8, 2.2.5 > Reporter: Benson Margulies > Fix For: 2.3 > > > The schema stored all default values as strings. If they are really string values, they need to be quoted in Javascript. They are not. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.