org.apache.openjpa.lib.util.ParseException when getting property descriptors
----------------------------------------------------------------------------
Key: OPENJPA-830
URL: https://issues.apache.org/jira/browse/OPENJPA-830
Project: OpenJPA
Issue Type: Bug
Environment: OpenJPA test case fails and is disabled until code is
fixed.
Reporter: David Ezzio
Priority: Minor
When the changes made for OpenJPA-824 were merged to trunk, additional missing
property descriptors were discovered. Until these are added to the appropriate
localizer.properties file(s), the test fails with the following message.
testBeanAccessors(org.apache.openjpa.persistence.conf.TestOpenJPAConfiguration)
Time elapsed: 0.078 sec <<< ERROR!
org.apache.openjpa.lib.util.ParseException: Errors occurred while creating
property descriptors for the following properties: [RefreshFromDataCache,
InitializeEagerly, jdbc.QuerySQLCache].
at
org.apache.openjpa.lib.conf.ConfigurationImpl.getPropertyDescriptors(ConfigurationImpl.java:446)
at
org.apache.openjpa.persistence.conf.TestOpenJPAConfiguration.testBeanAccessors(TestOpenJPAConfiguration.java:128)
For this reason, the test (TestOpenJPAConfiguration) remains disabled in
openjpa-persistence-jdbc/pom.xml.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.