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 "Craig Russell (JIRA)" <ji...@apache.org> on 2009/09/25 00:44:16 UTC

[jira] Resolved: (JDO-621) Add javax.jdo.JDOEnhancerMain to call the enhancer via standard API

     [ https://issues.apache.org/jira/browse/JDO-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Russell resolved JDO-621.
-------------------------------

    Resolution: Fixed

The patch has been applied.

svn commit -m "JDO-621 Add javax.jdo.Enhancer to API" api2
Sending        api2/pom.xml
Sending        api2/project.xml
Sending        api2/src/java/javax/jdo/Bundle.properties
Sending        api2/src/java/javax/jdo/Constants.java
Adding         api2/src/java/javax/jdo/Enhancer.java
Sending        api2/src/java/javax/jdo/JDOHelper.java
Adding         api2/test/java/javax/jdo/EnhancerTest.java
Adding         api2/test/java/javax/jdo/MockEnhancer.java
Adding         api2/test/resources
Adding         api2/test/resources/META-INF
Adding         api2/test/resources/META-INF/services
Adding         api2/test/resources/META-INF/services/javax.jdo.JDOEnhancer
Transmitting file data .........
Committed revision 818642.

svn commit -m "JDO-621 Adapted TCK2 to use javax.jdo.Enhancer when running with RI" api2 tck2/project.properties tck2/src/conf/jdo-2_3-signatures.txt
Sending        api2/src/java/javax/jdo/Constants.java
Sending        tck2/project.properties
Sending        tck2/src/conf/jdo-2_3-signatures.txt
Transmitting file data ...
Committed revision 818646.


> Add javax.jdo.JDOEnhancerMain to call the enhancer via standard API
> -------------------------------------------------------------------
>
>                 Key: JDO-621
>                 URL: https://issues.apache.org/jira/browse/JDO-621
>             Project: JDO
>          Issue Type: New Feature
>          Components: api2
>    Affects Versions: JDO 2 maintenance release 2
>            Reporter: Craig Russell
>            Assignee: Craig Russell
>             Fix For: JDO 2 maintenance release 3
>
>         Attachments: jdo-621.patch
>
>
> The proposed new class will use the standard enhancer API to enhance classes. The command line parameters would be similar to the original proposal of JDO-591, with changes as needed to use the new class in the TCK.
> java -cp classpath {enhancer-class} [options] [jdo-files] [class-files] 
>     where options can be 
>         -persistenceUnit persistence-unit-name : Name of a "persistence-unit" to enhance the classes for 
>         -d target-dir-name : Write the enhanced classes to the specified directory 
>         -checkonly : Just check the classes for enhancement status 
>         -v : verbose output 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.