Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 265885 --- Need to get JPA/StructConverter test model working on server and make modification to JPA/Lob model

The patch has been checked in SVN as revision 3536.

Code Review: Kevin Yuan

Yiping


Yiping Zhao wrote:
This patch is for making existing JPA/StructConverter model working on server, and also changing JPA/Lob test model to test blob/clob with bigger data size (> 4k).

https://bugs.eclipse.org/bugs/show_bug.cgi?id=265885

Change of summary:
  • modify jpa/eclipselink.jpa.test/build/xml:
    • add server test target for StructConverter model
    • add <pathelement path="${oracle.extensions.depend.dir}/${oracle.spatial.lib}"/> to "compile.server.path" path
  • modify jpa/eclipselink.jpa.test/weblogic.xml
    • copy sdoapi.jar to domain/lib
  • add StructConverterServerTestSuite.java under foundation\eclipselink.extension.oracle.test\src\org\eclipse\persistence\testing\tests\jpa\structconverter
  • modify LobJUnitTestCase.java under jpa\eclipselink.jpa.test\src\org\eclipse\persistence\testing\tests\jpa\lob to test blob/clob with bigger data size (> 4k)
Thanks,
Yiping




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



Back to the top