| Craig Russell (JIRA) 2006-12-19, 7:11 pm |
| [ http://issues.apache.org/jira/browse/JDO-449?page=all ]
Craig Russell updated JDO-449:
------------------------------
Attachment: PMF-patch.txt
Here is the proposed specification update for Chapter 11:
The following properties can only be set in the PersistenceManagerFactory:
Mapping: the name of the mapping model for object-to-datastore mapping
Catalog: the name of the catalog for object-to-relational mapping
Schema: the name of the schema for object-to-relational mapping
PersistenceUnitName: the name of the Persistence Unit corresponding to the PersistenceManagerFactory
TransactionType: the type of transaction management used by this PersistenceManagerFactory; allowable values are JTA and RESOURCE_LOCAL, corresponding to the definitions of these terms in the JSR-220 specification.
> Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name
> -----------------------------------------------------------------------------------------------------
>
> Key: JDO-449
> URL: http://issues.apache.org/jira/browse/JDO-449
> Project: JDO
> Issue Type: New Feature
> Components: api2, api2-legacy
> Affects Versions: JDO 2 final
> Reporter: Michelle Caisse
> Assigned To: Craig Russell
> Fix For: JDO 2 maintenance release 1
>
> Attachments: PMF-patch.txt
>
>
> In Chapter 11, add properties for configuring PersistenceManagerFactory that are consistent with JPA specification of TransactionType and Persistence Unit Name.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|