[
https://issues.apache.org/jira/browse/JDO-692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960392#comment-16960392
]
Tilmann Zäschke edited comment on JDO-692 at 7/30/20, 6:29 PM:
---------------------------------------------------------------
As a first step I compared the constants to the ones defined in
javax.jdo.Constants.
I could find no definition for:
* javax.jdo.datastore.DataStoreCache
* javax.jdo.spi.PropertiesFileName
I'm unsure about these ones:
* javax.jdo.Name (end of 11.1.1), is it the one defined in PMF_ATTRIBUTE_NAME?
* Section 11.1.1 lists several "javax.jdo.option" values, some are available
as OPTION_*, some are not.
* Section 11.1.4 suggests there should be a
PMF_ATTRIBUTE_TRANSACTION_ISOLATION_LEVEL, but I could only find
PROPERTY_TRANSACTION_ISOLATION_LEVEL
was (Author: tilmann):
As a first step I compared the constants to the ones defined in
javax.jdo.Constants.
I could find no definition for:
* javax.jdo.datastore.DataStoreCache
* javax.jdo.spi.PropertiesFileName
* javax.jdo.spi.PropertiesResourceName
I'm unsure about these ones:
* javax.jdo.Name (end of 11.1.1), is it the one defined in PMF_ATTRIBUTE_NAME?
* Section 11.1.1 lists several "javax.jdo.option" values, some are available
as OPTION_*, some are not.
* Section 11.1.4 suggests there should be a
PMF_ATTRIBUTE_TRANSACTION_ISOLATION_LEVEL, but I could only find
PROPERTY_TRANSACTION_ISOLATION_LEVEL
> Constant string "javax.jdo.spi.PropertiesFileName" not defined in
> javax.jdo.Constants
> -------------------------------------------------------------------------------------
>
> Key: JDO-692
> URL: https://issues.apache.org/jira/browse/JDO-692
> Project: JDO
> Issue Type: Bug
> Components: api, specification
> Affects Versions: JDO 3 (3.0)
> Reporter: Matthew T. Adams
> Assignee: Tilmann Zäschke
> Priority: Minor
> Fix For: JDO 3.2
>
>
> The JDO 3.0 specification page 103, bullet point 1 says 'the Map instance
> passed to the static method will contain a property with a key of
> "javax.jdo.spi.PropertiesFileName", and a value equal to the result of
> calling getAbsolutePath() on the file parameter'. There is no such constant
> defined in javax.jdo.Constants.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)