From jdo-dev-return-9364-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Fri Nov 11 17:30:14 2011 Return-Path: X-Original-To: apmail-db-jdo-dev-archive@www.apache.org Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4691E7963 for ; Fri, 11 Nov 2011 17:30:14 +0000 (UTC) Received: (qmail 63576 invoked by uid 500); 11 Nov 2011 17:30:14 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 63566 invoked by uid 99); 11 Nov 2011 17:30:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 17:30:14 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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, 11 Nov 2011 17:30:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 07FFB4F27B for ; Fri, 11 Nov 2011 17:29:53 +0000 (UTC) Date: Fri, 11 Nov 2011 17:29:53 +0000 (UTC) From: "Matthew T. Adams (Commented) (JIRA)" To: jdo-dev@db.apache.org Message-ID: <857805212.21542.1321032593034.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1126645357.11420.1317391965436.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (JDO-696) Throw on unrecognized javax.jdo options 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/JDO-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148587#comment-13148587 ] Matthew T. Adams commented on JDO-696: -------------------------------------- I will make the check for known javax.jdo properties case-insensitive so that "Javax.JDO" is considered to be the same as "javax.jdo". Speak up if you no likey. > Throw on unrecognized javax.jdo options > --------------------------------------- > > Key: JDO-696 > URL: https://issues.apache.org/jira/browse/JDO-696 > Project: JDO > Issue Type: Improvement > Components: api > Affects Versions: JDO 3 maintenance release 1 > Reporter: Matthew T. Adams > Assignee: Matthew T. Adams > Fix For: JDO 3 maintenance release 1 > > Attachments: JDO-696.patch > > > If a user specifies an unrecognized option that begins with JDO's standard prefix "javax.jdo.", then an exception (JDOUserException or a sub) should be thrown by either the implementation or JDOHelper, depending on the bootstrapping mechanism employed by the user. -- 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