Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 04F9098B9 for ; Fri, 30 Mar 2012 13:12:49 +0000 (UTC) Received: (qmail 52581 invoked by uid 500); 30 Mar 2012 13:12:48 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 52559 invoked by uid 500); 30 Mar 2012 13:12:48 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 52549 invoked by uid 99); 30 Mar 2012 13:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2012 13:12:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2012 13:12:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7A1A934EC6C for ; Fri, 30 Mar 2012 13:12:27 +0000 (UTC) Date: Fri, 30 Mar 2012 13:12:27 +0000 (UTC) From: "Gabi Schaffzin (Created) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1789556637.37723.1333113147501.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CB-414) When upgrading 1.4 app to 1.6.0rc1 on iOS5.1, still getting deny file-write-create error on window.openDatabase() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org When upgrading 1.4 app to 1.6.0rc1 on iOS5.1, still getting deny file-write-create error on window.openDatabase() ----------------------------------------------------------------------------------------------------------------- Key: CB-414 URL: https://issues.apache.org/jira/browse/CB-414 Project: Apache Callback Issue Type: Bug Components: CordovaJS Affects Versions: 1.6.0 Environment: Cordova 1.6.0rc1, iOS5.1, Xcode 4.3 Reporter: Gabi Schaffzin Assignee: Filip Maj When calling window.openDatabase(), I'm still getting the "deny file-write-create /private/var/mobile/Applications/[XXXX]". This *only* happens when upgrading the previous version of my app. It doesn't happen when debugging the app directly on the device from Xcode. Nor does it happen when I delete the app and install the Ad-Hoc version as new. I've tried calling window.openDatabase() on a completely new database (different name and identifier), but get the same error. Is there a way I can force the app _not_ to seek out that file? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira