You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michelle Caisse (JIRA)" <ji...@apache.org> on 2006/12/09 00:25:20 UTC

[jira] Created: (JDO-449) Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name

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


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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JDO-449) Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JDO-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473566 ] 

Craig Russell commented on JDO-449:
-----------------------------------

Please see related issue JDO-445 for the combined patch for this issue.

> Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name
> -----------------------------------------------------------------------------------------------------
>
>                 Key: JDO-449
>                 URL: https://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
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JDO-449) Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-449?page=all ]

Craig Russell updated JDO-449:
------------------------------

    Fix Version/s: JDO 2 maintenance release 1

> 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
>
>
> 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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (JDO-449) Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JDO-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Russell resolved JDO-449.
-------------------------------

    Resolution: Fixed

svn commit -m "JDO-445 JDO-449 JDO-462 Updated PersistenceManager and PersistenceManagerFactory with new methods" api20/src/java/javax/jdo/PersistenceManagerFactory.java api20/src/java/javax/jdo/PersistenceManager.java tck20/src/conf/jdo-2_0-signatures.txt
Sending        api20/src/java/javax/jdo/PersistenceManager.java
Sending        api20/src/java/javax/jdo/PersistenceManagerFactory.java
Sending        tck20/src/conf/jdo-2_0-signatures.txt
Transmitting file data ...
Committed revision 509809.


> Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name
> -----------------------------------------------------------------------------------------------------
>
>                 Key: JDO-449
>                 URL: https://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
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JDO-449) Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ 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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JDO-449) Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JDO-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Russell updated JDO-449:
------------------------------

    Attachment:     (was: PMF-patch.txt)

> Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name
> -----------------------------------------------------------------------------------------------------
>
>                 Key: JDO-449
>                 URL: https://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
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.