Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] workaround for bug 262254 - Check into 2.0 and 1.1.1

Add workaround for bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=262254

Decsription: Based on current JPA testing, since WAS need to stop and restart the server in order to make oci configuration take effective, the workaround (copy eclipselink.jar to %WAS_HOME%\lib\ext) need to be moved from "websphere-install" to "websphere-start" target. Without this change, the eclipselink.jar will be deleted during "websphere-stop", and ti won't be copy again if "websphere-install" is not called.

Code reviewed by Yiping Zhao
Revison: 3933 (2.0), 3932 (1.1.1)
     

Kevin

Back to the top