| Hi All, 
 This patch is for adding JPA ProxyAuthentication tests, and making the
tests working outside and inside container.
 
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=267113
 
 Summary of change:
 
 
  Thanks,modify jpa/eclipselink.jpa.test/build.xml: 
    add target "server-test-proxy-authentication"add <pathelement
path="${eclipselink.extension.oracle.test.dir}/${eclipselink.proxyauthentication.model}.jar"/>
to "config-run-path"
 modify jpa/eclipselink.jpa.test/build.properties:
    add property "eclipselink.proxyauthentication.model" modify foundation/eclipselink.extension.oracle.test/build.xml
    add packaging eclipselink-proxyauthentication-model.jar in
"target" modify OracleJPATestSuite.java under
trunk\foundation\eclipselink.extension.oracle.test\src\org\eclipse\persistence\testing\tests
by adding "ProxyAuthenticationServerTestSuite" to run outside container
add
trunk\foundation\eclipselink.extension.oracle.test\resource\proxyauthentication/persistence.xmladd model classes under
trunk\foundation\eclipselink.extension.oracle.test\src\org\eclipse\persistence\testing\models\jpa\proxyauthenticationadd tests class under
trunk\foundation\eclipselink.extension.oracle.test\src\org\eclipse\persistence\testing\tests\jpa\proxyauthentication Yiping
 
 |