Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 5948 invoked from network); 16 Dec 2008 04:45:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2008 04:45:13 -0000 Received: (qmail 72744 invoked by uid 500); 16 Dec 2008 04:45:20 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 72719 invoked by uid 500); 16 Dec 2008 04:45:20 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 72361 invoked by uid 99); 16 Dec 2008 04:45:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2008 20:45:19 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 16 Dec 2008 04:45:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72ECF234C357 for ; Mon, 15 Dec 2008 20:44:46 -0800 (PST) Message-ID: <189346734.1229402686469.JavaMail.jira@brutus> Date: Mon, 15 Dec 2008 20:44:46 -0800 (PST) From: "Amy Yang (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-824) org.apache.openjpa.lib.util.ParseException when try to get property descriptor for property: CacheMarshallers In-Reply-To: <1026627707.1228968644455.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amy Yang resolved OPENJPA-824. ------------------------------ Resolution: Fixed The fix has been checked in (Thanks a lot to David Ezzio) with change 726860, 68, and 76. The name of the test case is changed from TestKodoConfiguration to TestOpenJPAConfiguration. > org.apache.openjpa.lib.util.ParseException when try to get property descriptor for property: CacheMarshallers > ------------------------------------------------------------------------------------------------------------- > > Key: OPENJPA-824 > URL: https://issues.apache.org/jira/browse/OPENJPA-824 > Project: OpenJPA > Issue Type: Bug > Components: kernel > Environment: All supported environments > Reporter: Amy Yang > Attachments: OPENJPA-824.patch > > > When running org/apache/openjpa/persistence/conf/TestKodoConfiguration, there will be an exception: > testBeanAccessors(org.apache.openjpa.persistence.conf.TestKodoConfiguration) Time elapsed: 0.172 sec <<< ERROR! > org.apache.openjpa.lib.util.ParseException: Errors occurred while creating property descriptors for the following properties: [CacheMarshallers]. > at org.apache.openjpa.lib.conf.ConfigurationImpl.getPropertyDescriptors(ConfigurationImpl.java:449) > at org.apache.openjpa.persistence.conf.TestKodoConfiguration.testBeanAccessors(TestKodoConfiguration.java:128) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at org.apache.openjpa.persistence.test.PersistenceTestCase.run(PersistenceTestCase.java:127) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) > at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) > at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:334) > at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:980) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.