A heads-up.
If you follow the instructions to change from Kodo to TopLink/EclipseLink and are using WebLogic Server 10.3.2, you will run into a problem with EclipseLink 1.2. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=292385
This problem is fixed in EclipseLink 2, which will be included in a future version of WebLogic Sever. In the meantime, there's a simple workaround. Add the following to the persistence.xml:
Code:
<property name="eclipselink.weaving.internal" value ="false" />