Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] What are the conditions needed to get 1.1.0 Milestone Builds RC2 ?

What are the conditions needed to get 1.1.0 Milestone Builds RC2 ?

 

RC1 was done on: Feb 04, 2009

 

http://www.eclipse.org/projects/project_summary.php?projectid=rt.eclipselink is listing for planned EclipseLink release -> 2009-02-16

 

Latest code modification -> 02-20-2009 Fix for bug 259829 - TABLE_PER_CLASS with abstract classes does not work

Latest documentation modification -> 02-23-2009 Remove reference to JPA 2.0 from about.html for EclipseLink 1.1 release


From: eclipselink-dev-bounces@xxxxxxxxxxx [mailto:eclipselink-dev-bounces@xxxxxxxxxxx] On Behalf Of Yiping Zhao
Sent: Friday, February 20, 2009 4:31 PM
To: Eclipselink-Dev (E-mail)
Cc: Huyen Nguyen Directs
Subject: Re: [eclipselink-dev] Proposed patch for bug 265512 --- Need to addtest model in JPA to test Oracle Custom Features

 

Sorry, here is the attachment.

Yiping Zhao wrote:

A patch for the bug is available for review.

 

Change Summary:

- add customfeatures test model under trunk\foundation\eclipselink.extension.oracle.test, this model tests oracle specific features like NChar, XMLType, Store Procedure ref Cursor and Native Batch Writing in JPA, the model can run inside & outside container, for inside container, it only runs against WebLogic.

detailed changes:

  • modify jpa/eclipselink.jpa.test/weblogic.xml :
    • add oci datasource config
    • copy xdb.jar to domain/lib
  • modify jpa/eclipselink.jpa.test/build.properties:
    • add "eclipselink.customfeatures.model", "eclipselink.jpa.oracle", "oracle.xdb.lib" and "oracle.xmlparserv2.lib" properties
  • modify jpa/eclipselink.jpa.test/build.xml
    • add "isWebLogic" and "is.weblogic.and.oracle" condition properties
    • add xdb..jar, xmlparserv2.jar, customfeatures model jar to classpath when running the model outside container
    • add "DB_URL" parameter for "run-test" target, because only this model needs to run against oci driver
  • add jpa/eclipselink.jpa.test/resource/eclipselink-customfeatures-model/server/persistence.xml
  • modify foundation/eclipselink.extension.oracle.test/build.xml,
    • "package" target, "clean" target for build and cleaning customfeatures model
  • add foundation/eclipselink.extension.oracle.test/resource/customfeatures/persistence.xml
  • add trunk/foundation/eclipselink.extension.oracle.test/src/org/eclipse/persistence/testing/tests/OracleJPACustomFeaturesTestSuite.java for invoke the model running outside container
  • add test model to trunk/foundation/eclipselink.extension.oracle.test/src/org/eclipse/persistence/testing/models/jpa/customfeatures
  • add tests to trunk/foundation/eclipselink.extension.oracle.test/src/org/eclipse/persistence/testing/tests/jpa/customfeatures

Thanks,
Yiping

 



 
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
  

 


Back to the top